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

MPD Chaining feature support #1876

Closed
5 tasks done
niteeshbhat opened this issue Apr 12, 2017 · 2 comments
Closed
5 tasks done

MPD Chaining feature support #1876

niteeshbhat opened this issue Apr 12, 2017 · 2 comments

Comments

@niteeshbhat
Copy link

I am running the DASH client for MPD chaining test vectors. The two cases, Regular chaining and Fallback chaining are not working as expected. I am giving reference to both kinds of vectors here.

Environment
Steps to reproduce

Start DASH client in the Microsoft Edge, paste MPD URL, then Load (with Loop option turned off).

  1. Wait till the end of current playback in the case of regular chaining MPD.
  2. Wait till the error condition is triggered in the case of fallback chaining MPD (Broken URL is the error which occurs near the end of playback , -playtime 10:49 approx.)
Observed behaviour
  1. Regular chaining MPD:-At the completion of the current content playback, the player stops. However the expected behaviour is that a new manifest's (chained-to MPD) content has to be played after the completion of current playback.
  2. Fallback chaining MPD:-At the occurence of the error condition, player stops.Expected behavior is that a new content has to be played after the occurence of error condition.
Console output

-------Regular chaining MPD------
[5551436] Stream is complete
Debug.js (108,13)
[5559237] Native video element event: pause
Debug.js (108,13)
[5559250] Native video element event: ended
Debug.js (108,13)

-------Fallback chaining MPD------
[6708486] Schedule controller stopping for video
Debug.js (108,13)
[6711280] Buffer is empty! Stalling!
Debug.js (108,13)
[6711290] Waiting for more buffer before starting playback.
Debug.js (108,13)

@davemevans
Copy link
Contributor

MPD Chaining is not currently supported. See #1770 for feature request.

@epiclabsDASH
Copy link
Contributor

Closing. Let's follow MPD chaining feature in #1770.

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