mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-17 16:26:39 +03:00
f382cc702b
This PR fixes #3242 where for some live streams using segmented VTT, text timings are relative to segment start instead of being absolute. The PR introduces a new setting: `manifest.segmentRelativeVttTiming: boolean` allowing such alternative timing offset calculation. The setting is off by default, preserving the current player behaviour. Co-authored-by: Joey Parrish <joeyparrish@users.noreply.github.com>