Files
shaka-player/lib
Joey Parrish 314a987ecf fix(hls): Fix AV sync issues, fallback to sequence numbers if PROGRAM-DATE-TIME ignored (#4289)
We now have an explicit fallback to sync on sequence numbers if
PROGRAM-DATE-TIME is explicitly ignored.  This is more robust than
relying on whatever happens to be first in the various media
playlists.

This also refactors how PROGRAM-DATE-TIME is used.  The date will now
be used to adjust segment reference start times, rather than
overriding the time used in StreamingEngine.  (This was hard to
discover when reading the HLS parser.)  Now all HLS sync logic is in
the HLS parser.

Closes #4287
2022-06-13 13:35:57 -07:00
..
2020-07-16 10:59:49 -07:00
2022-06-03 08:01:26 +02:00