-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The player should always re-process the MPD when availabilityStartTime reached. #172
Comments
Thanks for the report. The server seems to set the MPD's We'll investigate a solution. |
Here's what seems to be happening.
So we will add code to wait for availabilityStartTime to pass and reprocess the manifest, and we strongly recommend you both allow Date header access and do not constantly change availabilityStartTime. Since this content does not appear to be realistic, I am pushing this out to a later milestone than the one we are currently working on. |
* 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
http://bitcdn-kronehit-live.bitmovin.com/mpds/stream.php?streamkey=bitcodin&segmenthost=bitcdn-kronehit-live.bitmovin.com&liveoffset=20
In the console the message 'The stream is not available yet' appears
The text was updated successfully, but these errors were encountered: