[webrtc-encoded-transform] Revisit question of whether frames need to be ordered on incoming (#119)

alvestrand has just created a new issue for https://github.com/w3c/webrtc-encoded-transform:

== Revisit question of whether frames need to be ordered on incoming ==
The example use case is when you want to do a jitter buffer in Javascript; you want to have maximum time available for out-of-order frames to arrive, but you want to have the option to decide to display a frame while skipping the late one.

The opposite argument is that out of order is hard to handle, and most devs won't do a good job of handling it.

Possibly we need configuration variables for controlling this?



Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/119 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 26 August 2021 14:30:52 UTC