mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-17 16:26:39 +03:00
c2b3853a56
When DAI adds ad segments faster than real-time, the availability windows gets messed up, and some assertions in SegmentIndex break. This locks down the presentation start time after the initial manifest is parsed, so that the availability window is stable throughout playback. b/233075535