Skip to content

flvmux: Support rollover in timestamp

For live streams, if we keep the stream for a long time, the timestamp will be larger than max_uint32. In that case, timestamp should be handled as a rollover timestamp rather than a backward timestamp. Some rtmp servers (such as youtube) are ready to accept a rollover timestamp for 365 days long delivery.

Merge request reports