Skip to content
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 streams repeat after x seconds. #660

Closed
Jacktail opened this issue Jul 23, 2015 · 4 comments
Closed

Live streams repeat after x seconds. #660

Jacktail opened this issue Jul 23, 2015 · 4 comments

Comments

@Jacktail
Copy link

In Chrome I am finding that live streams work, but after 30 seconds they just loop those 30 seconds.
The streams work fine in IE.

It is just Chrome where it loops.

My test area is here, http://198.50.191.222/DASH/dashjs/

Streams work fine with bitdash.

Sorry I can't be more technical, I am not a web dev.
Version 43.0.2357.134 m

@KozhinM
Copy link
Contributor

KozhinM commented Jul 24, 2015

@Jacktail, it seems that the issue is in the mpd - availabilityStartTime attribute is changing after each manifest update while the spec requires it to be the same all the time:
"When the MPD is updated, the value of MPD@availabilityStartTime shall be the same in the original and the updated MPD" (p. 8.4.2)

@davemevans
Copy link
Contributor

This sounds the same as #600 and is probably a wowza configuration issue, which i think you said elsewhere you were using. See the advice in comments regarding mpegdashStrictSpecComplianceForAST setting.

@ghost
Copy link

ghost commented Jul 31, 2015

@KozhinM Thanks! That single comment saved me from a lot more headaches. Especially because it directly contradicts with Wowza's documentation

Added mpegdashStrictSpecComplianceForAST property for enabling strict spec compliance of the segment availability parameters provided in the live MPEG-DASH MPDs. Should not be enabled when using dash.js-based players such as the Wowza Streaming Engine Manager test DASH player

But this is no surprise since Wowza's own reference MPEG-Dash player doesn't even work.

@arnaudleyder
Copy link

I can confirm that this fix the issue on latest Chrome from Wowza 4.2 to Dash.js 1.4. This seems to be only required for live video streaming as vod streams are ok.
Thanks for the tip - saved me some serious hours of work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants