Playback stops at a specific interval for ondemand clear profile
Created by: niralipatelgoogle
Environment
-
The MPD passes the DASH-IF Conformance Tool on http://dashif.org/conformance.html -
The stream has correct Access-Control-Allow-Origin headers (CORS) -
There are no network errors such as 404s in the browser console when trying to play the stream -
The issue observed is not mentioned on https://github.com/Dash-Industry-Forum/dash.js/wiki/FAQ -
The issue occurs in the latest reference client on http://reference.dashif.org/dash.js/ and not just on my page
-
Link to playable MPD file: a. SSB stream - URL=$(curl -X GET --data '' 'https://dai.google.com/ondemand/dash/content/2485489/vid/r8-ondemand-clear/manifest.mpd'| grep -oe 'https://..mpd');LICENSE='';echo https://reference.dashif.org/dash.js/v2.6.5/samples/dash-if-reference-player/index.html?url=$URL b. CSB stream - URL=$(curl -X POST --data '' 'https://dai.google.com/ondemand/dash/content/2485489/vid/r8-ondemand-clear/streams'| grep -oe 'https://..mpd');LICENSE='';echo https://reference.dashif.org/dash.js/v2.6.5/samples/dash-if-reference-player/index.html?url=$URL
-
Dash.js version:2.9.2
-
Browser name/version: a. Chrome 70.0.3538.77 b. FF Beta - 64.0b5
-
OS name/version: a. Mac OS /10.13.6 b. Linux 4.17.0 c. Windows 10
Steps to reproduce
Play the above MPDs stream in current Dash js version. Monitor the stream as it will play for few seconds. Exactly at 00:43 the stream stops playing and never resumes back.
Observed behaviour
The issue is consistent for the given browser specifications for ondemand + clear content for both streams - one with SSB and the other with CSB
Console output
As per attached file.