haiyangwu / mediasoup-demo-android

mediasoup android demo https://demo.mediasoup.org
96 stars 65 forks source link

Cannot use h264 for streaming #36

Open eric-tc opened 1 year ago

eric-tc commented 1 year ago

Hi thanks for your work,

I'am trying to force h264 stream from online demo to show it on Android device. I see from stats that the stream, sent from online demo, is using h264.

Unfortunately on Android the Rendering View is black. Have you some idea on how I can solve and using h264 with Android?

If i use vp8 the stream works correctly.

Thanks