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

Stream stops playing #600

Closed
curti55 opened this issue Jun 24, 2015 · 5 comments
Closed

Stream stops playing #600

curti55 opened this issue Jun 24, 2015 · 5 comments

Comments

@curti55
Copy link

curti55 commented Jun 24, 2015

My various streams stop playing after a few seconds.

I tried nginx 1.8 + rtmp module and wowza 4.2, also three dash.all.js versions (latest from dev-branch today 24.07)

ffmpeg sends my stream to the server (lan), so i cant post the stream Adress.
I checked the mpds with the online validator and they were all valid. Also bitdash plays my streams without stopping playback.

Teststreams like http://dash.edgesuite.net/dash264/TestCases/4c/1/dash.mpd are working well.

I also tested a webm stream via mpeg-dash/wowza wich also stops.

Wowza/webm:
Here is the mpd
Here is the log

Wowza
Here is the mpd
Here is the log

nginx
Here is the mpd
Here is the log

Thought the fix for mojombo#560 / mojombo#531 would help me out, but with the current dev-branch dash.all.js (i build with grunt) i doesnt work properly.

@me-vlad
Copy link

me-vlad commented Jun 25, 2015

Hello @curti55 ,

Wowza 4.2 works with dashjs 1.4 with property mpegdashStrictSpecComplianceForAST set to true
Add this property to the <LiveStreamPacketizer>/<Properties> container in the Application.xml file:

<Property>
    <Name>mpegdashStrictSpecComplianceForAST</Name>
    <Value>true</Value>
    <Type>Boolean</Type>
</Property>

@me-vlad
Copy link

me-vlad commented Jun 25, 2015

AST related issue in nginx-rtmp:
arut/nginx-rtmp-module#614

@curti55
Copy link
Author

curti55 commented Jun 25, 2015

Thanks! I'll try the wowza configuration, the nginx issue seems not to be solved yet.

@KozhinM
Copy link
Contributor

KozhinM commented Sep 7, 2015

@curti55, @me-vlad, do you still have any issues with dash.js regarding this or I can close this one?

@curti55
Copy link
Author

curti55 commented Sep 7, 2015

I'm sorry, but i can't reproduce this issue anymore. I changed my setup...

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