Skip to content

mpegtspacketizer: Handle PCR issues with adaptive streams

A lot of content producers out there targetting "adaptive streaming" are riddled with non-compliant PCR streams (essentially all the players out there just use PTS/DTS and don't care about the PCR).

In order to gracefully cope with these, we detect them appropriately and any small (< 15s) PCR resets get gracefully ignored.

Merge request reports