本文介绍了如何在Android webRTC上启用H264的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在Android WebRTC上启用H264. PeerConnection
到 createOffer
在SDP中没有h264描述.
How to enable H264 on Android WebRTC.PeerConnection
to createOffer
there was no h264 description in SDP.
推荐答案
Google当前的WebRTC实现仅在Android上仅支持部分芯片组,并且仅支持硬件H.264解码和编码.因此,如果特定设备不支持H.264硬件或不支持芯片组,则只能获得VP8/VP9.
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.
这篇关于如何在Android webRTC上启用H264的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!