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): Made HLS notify segments after fit
Previously, the HLS parser would notify the presentation timeline of the segments in the manifest before fitting the segments. The HLS parser will also sometimes remove segments from the end of a VOD asset if they do not fit within the playlist duration. This could sometimes cause the presentation timeline and MediaSource to have different opinions on how long the VOD asset was, which could lead to the seek bar looking like the presentation stopped before the end. Closes shaka-project#3733 Change-Id: I67fdc28a3f6eee158c9906359491fe6bb418e730
- Loading branch information
Showing
2 changed files
with
26 additions
and
9 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