Skip to content

hlsdemux2: Look for mpegts synchronization point further

Tim-Philipp Müller requested to merge tpm/gstreamer:hlsdemux2-typefinding into main

Some mpeg-ts streams have extra data at the beginning. While it's not ideal, we should be able to cope with it.

Therefore increase the initial search window for at least 4 consecutive synchronization points to 1kB.

Merge request reports