-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix playRangeEnd for certain content
For content where the manifest parser uses the notifySegments API (DASH SegmentBase/SegmentList/SegmentTimeline, or HLS, but not DASH SegmentTemplate+duration), the Player seekRangeEnd configuration was not being honored correctly. This fixes the issue in PresentationTimeline and adds a regression test to our playRangeStart/playRangeEnds tests. Fixed #4026
- Loading branch information
1 parent
2c5457b
commit 2738bfb
Showing
3 changed files
with
49 additions
and
1 deletion.
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