How to enable H264 on Android webRTC

2020-07-18 03:09发布

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

2条回答
Luminary・发光体
2楼-- · 2020-07-18 03:31

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

查看更多
▲ chillily
3楼-- · 2020-07-18 03:45

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.

查看更多
登录 后发表回答