Open
Description
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?