-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't clear DASH minimum update period timeout on pause of a med…
…ia loader (#1118) Previously, for DASH, pausing a media loader would end up pausing the main loader as well (via removal of the main loader's minimum update period). For live streams which required manifest refreshes, this meant that on media changes, the main loader would be paused and sometimes never resumed. This change ensures that when a media loader is paused it won't remove the main loader's minimum update period timeout. In addition, a change was made so that loading a main DASH playlist loader recreates a minimum update period timeout if the main DASH loader was previously paused (and the timeout cleared). Co-authored-by: Brandon Casey <[email protected]>
- Loading branch information
1 parent
aa194d3
commit 82ff4f5
Showing
2 changed files
with
81 additions
and
2 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