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

DASH shaka-player #988

Open
ghost opened this issue Mar 29, 2017 · 3 comments
Open

DASH shaka-player #988

ghost opened this issue Mar 29, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 29, 2017

After a successfully HLS setup with JWPlayer I tried to add DASH support also. Tested a lot of players with dash support and I couldn't make any to work.
After checking how shaka-player works I noticed there is a difference between nginx-rtmp dash manifest and the other manifest files that are actually working
I'm having time issues with web players, as example I'm getting : cannot find segment: currentPeriod.startTime=0 lookupTime=0 - in shaka debug.

Please check this issue: shaka-project/shaka-player#345

I think the problem is with that missing: UTCTiming XML tag.

nginx.conf

dash on;
dash_path /tmp/dash/;
dash_fragment 5;
dash_playlist_length 45;
dash_nested on;

Manifest File: https://gist.github.com/neqsoft/c2956033f68356c3d8c71dc91ca26b0c

Tested manifest validation on:

  1. http://www-itec.uni-klu.ac.at/dash/?page_id=605
  2. http://www.dashif.org/conformance.html .

Same result on both of them

Schematron validation not successful – DASH is not valid!

@codegastudio
Copy link

This is an important feature cause media server is not always on the same timezone than player client.
Same problem with dash.js

@lelikg
Copy link

lelikg commented Jul 23, 2017

@neqsoft have you managed to solve this?

@masterkain
Copy link

news?

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

3 participants