Replies: 2 comments
-
chrome supports h264 for webrtc. firefox no |
Beta Was this translation helpful? Give feedback.
0 replies
-
Show example code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ✋🏻 I'm working on RTMP server that takes stream and push to webrtc using
TrackLocalStaticRTP
, what I can see is that on my call I'm able to send audio correctly and it is produced correctly but video is not started like is not published. I see a debug msg sayingvideo is not VP8
and it's true because I'm sending h264 from ffmpeg (video example of bunny in the garden :) )...My question is, are there any pkg to convert the video data from H264 into VP8?
Beta Was this translation helpful? Give feedback.
All reactions