Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avformat/libsrt: send message in order
There is no good use case for out of order delivery of data. For live streaming with TSBPD enabled by default, the receiver get data in order based on the timestamps. However, if TSBPD is disabled, the data can be delivered out of order. Signed-off-by: Marton Balint <[email protected]>
- Loading branch information