-
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
Live DASH stream fails playing with dash.js #1723
Comments
I had this same problem but being new to DASH I did not know how to debug it. All I could do (since it had been working earlier) was to make sure everything else was still working ... leading me to investigate if anyone else had this error. |
@cbrady60 the demo page has debug logging enabled: So you can open your browser's dev tools, switch to the console tab, right click, and save as... |
@AviVahl yep great. Thanks |
@AviVahl do you happen to know of a way to access to the previous version which for me worked, or another working version somewhere? Sorry, but I am blocked. |
Here are the player archives to test with The cdn code is all versioned if you want that and tagged in github E.g. v2.3 inplace of "latest" in the path I see the failure the mpd looks fine besides this large update period for live it should be around 30 seconds or less I would think you have it at 595 hours but this is not the issue I do not think Conformance tool says mpd checks out but fails in rep 1 Error from tool: error:Failed to process Adaptation Set 1, Representation 1! |
@AkamaiDASH Let me know if I am jumping into @AviVahl issue and if I should go somewhere else to ask my questions. I am not the original writer of this issue. |
@cbrady60 http://cdn.dashjs.org/v2.3.0/dash.all.min.js @AviVahl It looks from the logs like the timing in the mp4 wrapper is incorrect compared to what is advertised in the MPD. See the baseMediaDecodeTime - this is some way off from the calculated live edge. Note that http://shaka-player-demo.appspot.com/demo/ doesn't play the stream either. |
@bbcrddave thank you very much. FYI I was able to successfully play video using http://cdn.dashjs.org/v2.3.0/dash.all.min.js with method of "Quick start for Users" (for us newbies) on Chrome Version 55.0.2883.87 m (64-bit). |
We are seeing the same issue with our live streams and dash.js 2.4.0. We've been using 2.3.0 (and perhaps 2.2.0) a few months now without any issues. How can I verify the mp4 timing? This is one of our streams that is playing in 2.3.0 but not in 2.4.0: https://svt01-a.akamaized.net/u/svt01.mpd |
@carlanton your problem is probably different since it works in v2.3, whereas the OPs stream does not. Probably worth opening a new issue since this is a regression. |
@carlanton Ill take a look at this today to see what is going on. Thanks for reporting. |
Appreciate the analysis of the root cause. Forwarded the info to our backend team. |
@bbcrddave @AkamaiDASH Sorry, I missed that. I've created a new issue here: #1729 |
Closing this one then. Thanks again! 👍 |
Environment
Steps to reproduce
Observed behaviour
Dash.js infinitely requests for chunks, but never fills buffer.
Console output
dashif.org-1482609685455.txt
Additional information
Same stream plays with bitmovin's player:
http://bitmovin.com/hls-mpeg-dash-test-player/
The text was updated successfully, but these errors were encountered: