You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Connection is successfully established using the same configuration that works well for a data channel. However, video frames are not being transmitted. Upon enabling logging, the following errors related to the H.264 codec were observed:
• (h264_decoder_impl.cc:219): FFmpeg H.264 decoder not found.
• (decoder_database.cc:131): Failed to initialize decoder.
To Reproduce
Steps to reproduce the behavior:
1. Set up a WebRTC connection with the dev.onvoid.webrtc library.
2. Configure the connection for video streaming using H.264 codec.
3. Attempt to stream video frames.
4. Observe logs indicating H.264 decoder issues.
Expected behavior
Frames should stream successfully over the WebRTC connection after establishing the connection.
Additional context
I am developing a Java desktop client using Jetpack Compose. The same configuration works well for data channels but fails for video streaming, potentially due to H.264 codec issues.
The text was updated successfully, but these errors were encountered:
Hey @Andriel-lore , did you have any success on this? I'm also struggling to stream the video after the connection is established. Can you provide a sample?
Describe the bug
Connection is successfully established using the same configuration that works well for a data channel. However, video frames are not being transmitted. Upon enabling logging, the following errors related to the H.264 codec were observed:
• (h264_decoder_impl.cc:219): FFmpeg H.264 decoder not found.
• (decoder_database.cc:131): Failed to initialize decoder.
To Reproduce
Steps to reproduce the behavior:
1. Set up a WebRTC connection with the dev.onvoid.webrtc library.
2. Configure the connection for video streaming using H.264 codec.
3. Attempt to stream video frames.
4. Observe logs indicating H.264 decoder issues.
Expected behavior
Frames should stream successfully over the WebRTC connection after establishing the connection.
Screenshots
N/A
Desktop :
• OS: macOS (M2 chip)
• Version: macOS Ventura
Additional context
I am developing a Java desktop client using Jetpack Compose. The same configuration works well for data channels but fails for video streaming, potentially due to H.264 codec issues.
The text was updated successfully, but these errors were encountered: