forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hls): Fix AV sync issues, fallback to sequence numbers if PROGRAM…
…-DATE-TIME ignored (shaka-project#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 shaka-project#4287
- Loading branch information
1 parent
db1b20e
commit 314a987
Showing
6 changed files
with
312 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.