forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add listenable events for playback stall detection and gap jumping
An event stalldetected can be dispatched when Shaka Player detects a stall based on the value of stallThreshold through StreamingConfiguration. A second event gapjumped could also be dispatched when Shaka performs a jump in a media gap. Related to issue shaka-project#4227.
- Loading branch information
1 parent
60af9ad
commit 70ef1c5
Showing
8 changed files
with
198 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ John Bowers <[email protected]> | |
Jonas Birmé <[email protected]> | ||
Jono Ward <[email protected]> | ||
Jozef Chúťka <[email protected]> | ||
Julian Domingo <[email protected]> | ||
Jun Hong Chong <[email protected]> | ||
Leandro Ribeiro Moreira <[email protected]> | ||
Lucas Gabriel Sánchez <[email protected]> | ||
|
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.