-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve live end-of-stream behavior.
* Supports live streams of a fixed length. * Live streams that stop now correctly end the video. * Only uses local MPD when @availabilityStartTime is in the future. * Added configuration option liveStreamEndTimeout. A live stream is considered "ended" when the play-head moves past the last segment for liveStreamEndTimeout amount of time. This allows the MPD to be updated with new segments. Closes #139 Closes #140 Closes #145 Issue #172 Change-Id: I0675203931f35ca3e0dee60a87c54ba74cbdbaea
- Loading branch information
1 parent
9befe62
commit f346ece
Showing
5 changed files
with
205 additions
and
28 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.