Files
shaka-player/lib/text
Gary Katsevman 8b86ba5f06 fix: delay appending vtt subtitles depending on presence of discontinuity sequence and timestamp offset (#9676)
This PR changes the way that timestamp offsets are stored in the media
source engine. Instead of a single value, it now has a map of values.
For DASH, it should contain a single value, which is the last timestamp
offset available. For HLS, it'll keep track of the timestamp offsets per
discontinuity sequence. If content is appended and we don't yet have a
timestamp offset for that discontinuity sequence number, it'll defer
creating the cues until the timestamp offset is set, otherwise, the
times for the cues may not be correct.

Fixes #9470
2026-02-23 17:23:09 +01:00
..