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.