|
|
|
|
|
by thecleaner
1485 days ago
|
|
I think Zoom doesn't use WebRTC, they have their own decoder, transmission, retry layer. If you try to transmit raw frames directly, you end up with codec issues since frames have dependencies among them. E.g. VPX series cannot decide frames without a golden frame or a key frame so these need to be kept as state for a decoder. Every other intra-frame needs to refer to these frames and there's no limit usually as to how many intra-frames one can have between inter-frames (key-frame or a golden frame). |
|
When Google announced WebCodecs/WebTransport they said Zoom was involved, so maybe they will switch to that eventually?
[0] https://webrtchacks.com/zoom-avoids-using-webrtc/