-
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 streams repeat after x seconds. #660
Comments
@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: |
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. |
@KozhinM Thanks! That single comment saved me from a lot more headaches. Especially because it directly contradicts with Wowza's documentation
But this is no surprise since Wowza's own reference MPEG-Dash player doesn't even work. |
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. |
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
The text was updated successfully, but these errors were encountered: