-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Reference Player with LL Mode is not playing on the live edge #3144
Comments
Hi, Could you please provide an update about the status and why it is unassigned? Thanks! |
Hi @thehusmin , |
@thehusmin : In your MPD the @minBufferTime is set to 10seconds while the target latency is set to 2seconds and your minimum latency is 1second. I think @minBufferTime should be equal or less than your minimum latency. |
@thehusmin I made some changes to the segment request logic, can you please check against the latest nightly build: https://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html |
Hi @dsilhavy, I've checked the stream and start time looks correct. But the stream does not play as expected that it's having glitches. I tested the same stream with version 3.0.3 and it plays without glitches. |
@thehusmin In my tests the glitches are caused by the target latency. The maximum latency is set to 6sec which seems to result in frequent buffer underruns. 3.0.3 plays 300seconds behind live edge, so the buffer is never empty. |
@thehusmin Do you confirm that the changes in the nightly player fix the problem? As described before, low latency playback results in small buffer and potential buffer underruns. |
Problem with starttime has been fixed in #3217 |
No, result is below;
Start MPD validation
====================
Line:Col[14:31]:cvc-complex-type.2.4.a: Invalid content was found starting with element 'ServiceDescription'. One of '{"urn:mpeg:dash:schema:mpd:2011":ProgramInformation, "urn:mpeg:dash:schema:mpd:2011":BaseURL, "urn:mpeg:dash:schema:mpd:2011":Location, "urn:mpeg:dash:schema:mpd:2011":Period}' is expected.
MPD validation not successful - DASH is not valid!
Steps to reproduce
Observed behaviour
The text was updated successfully, but these errors were encountered: