Hacker News new | ask | show | jobs
by cbhl 455 days ago
VP8 should be required by the base WebRTC spec, but some devices only have hardware acceleration for H.264 so you should test the actual performance before changing codecs. Also consider using VP9 / AV1 if you know all the devices in a call support it and are fast enough to encode/decode it.

https://developer.mozilla.org/en-US/docs/Web/Media/Guides/Fo...