forked from video-dev/hls.js
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete delta-playlist merging and playlist alignment
- Do not adjustSliding twice with delta playlist - Add LevelDetail adjustedSliding distinguished from PTSKnown (+5 squashed commits) - Align streams without DISCONTINUITY, PROGRAM-DATE-TIME, or known-PTS on SEQUENCE-NUMBER to improve first fragment requested - Fix delta playlist merging without fragment PTS (adjustSliding with skipped segments) - Fix playlist sliding check - Sync levels on PTS by setting transmuxer defaultInitPTS Add playbackRate controls to demo - Add lowLatencyMode config (doesn't yet disable part playlist loading) - Add SKIP delta playlist tag to README
- Loading branch information
Rob Walch
committed
Oct 2, 2020
1 parent
2c00055
commit 1cb049d
Showing
35 changed files
with
558 additions
and
422 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
Oops, something went wrong.