Files
shaka-player/lib/text
Fredrik Höglin c2ad355e28 fix: avoid pts rollover correction for fmp4/cmaf streams (#10021)
For HLS CMAF streams with WebVTT subtitles with large timestamps, the
rollover wrapping prevents the cues from being shown at the correct
time.

By adding a check to only do the wrapping for MPEG-TS streams this
problem is eliminated.

fixes #10020
2026-04-22 16:12:34 +02:00
..