-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use segment info to adjust the pres. timeline.
* Permit non-zero presentation start times for VOD: some presentations have segments which start too far from 0 to allow the video element to begin playback; now the player will start VOD presentations from the start of the first segment. However, segments of the 2nd, 3rd, 4th, etc., Period of a multi-Period presentation must still start close to 0 (the player will not jump any gaps in the presentation). * Prohibit seeking to regions at the beginning of the segment availability window if segment information is missing from that region: sometimes live manifests do not contain all the segments in the segment availability window; now the player will prohibit seeking to these regions. * Update definition of live in DashParser to match Player and Playhead. * Simplify PresentationTimeline's constructor by just using setter functions. Issue #341 Closes #348 Issue #357 Change-Id: I96c22774448476bea89ff4014f03b87bdb51ba07
- Loading branch information
Timothy Drews
committed
Apr 26, 2016
1 parent
a8f83e9
commit 1108700
Showing
14 changed files
with
297 additions
and
150 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
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
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.