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.
Add support for HLS playlists with type EVENT.
HLS Live comes in two flavors: LIVE and EVENT. EVENTs append segments to the end of the playlist, but do not ever remove segments. LIVE can both append segments to the end and remove segments from the beginning of the playlist. This CL lays the ground for supporting both types and introduces support for EVENTs. Issue shaka-project#740. Change-Id: I2042660daf9d1e7209cb1b40f50ab8b24571faa4
- Loading branch information
Showing
9 changed files
with
852 additions
and
251 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.