haiyangwu / mediasoup-demo-android

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

Can not Use H264 Codec #21

Closed madzheng closed 3 years ago

madzheng commented 4 years ago

When I enable the forceH264 button, the app can not see other peer's view. So I think maybe there is something wrong with the app about H264 codec. Comparing other codec, the H264 is more professional. How can I solve the problem?

haiyangwu commented 3 years ago

The default impl of h264 is deps on hardware, if this is the root cause of this issue, you can change the source code of webrtc (add software impl of h264)