-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [MSS] fix segment timeline update according to DVR window * [MSS] reset MSSHandler first * [MSS] never abort FragmentInfo requests * [MSS] seek to DVR window range start in case DVR window is updating while seeking to range start * [MSS] do not set availabilityStartTime * [MSS] fix FragmentInfo requests timing in case of Precondition failed (start global timer once first FragmentInfo request has been received) * [MSS] update DVR window range only for audio and video tracks * [MSS] Ignore FragmentInfo requests errors * PlaybackController: in updateCurrentTime, check if not already seeking when seeking back to DVR window start * Settings: allow for setting non-existing(declared) values * [MSS] set retry attempts and intervals for FragmentInfo requests * [MSS] do not remove segment from timeline (DVR window) if currently playing * [MSS] Add HTTPRequest type for FragmentInfo segments * [MSS] add retryAttempts and retryIntreval for FragmentInfo requests * Revert "Settings: allow for setting non-existing(declared) values" This reverts commit d0a3a1a. * complete Settings jsdoc * clean code
- Loading branch information
Showing
11 changed files
with
55 additions
and
24 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
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