You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Start DASH client in the Microsoft Edge, paste MPD URL, then Load (with Loop option turned off).
Wait till the end of current playback in the case of regular chaining MPD.
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
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.
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)
The text was updated successfully, but these errors were encountered:
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
Link to playable MPD files:
Regular chaining MPD: http://dash.akamaized.net/dash264/TestCasesIOP33/MPDChaining/regular_chain/2/manifest_regular_MPDChaining_OnDemand.mpd
Fallback chaining MPD: http://dash.akamaized.net/dash264/TestCasesIOP33/MPDChaining/fallback_chain/1/manifest_fallback_MPDChaining.mpd
Dash.js version: 2.4.1 (latest)
Browser name/version: Microsoft Edge , Chrome
OS name/version: Win 10
Steps to reproduce
Start DASH client in the Microsoft Edge, paste MPD URL, then Load (with Loop option turned off).
Observed behaviour
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)
The text was updated successfully, but these errors were encountered: