How to enable H264 on Android webRTC

只愿长相守 提交于 2020-06-11 06:05:47

问题


How to enable H264 on Android WebRTC.
PeerConnection to createOffer there was no h264 description in SDP.


回答1:


Google's current WebRTC implementation only supports hardware H.264 decoding and encoding on Android, and with select chipsets only. So if a particular device doesn't have hardware H.264 support or has an unsupported chipset, you'll only get VP8/VP9.




回答2:


H.264 works with WebRTC in Chrome on Android M57.



来源:https://stackoverflow.com/questions/36766716/how-to-enable-h264-on-android-webrtc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!