Player stop download segments if MediaPresentationDuration attribute is presented.
Created by: timur-gilauri
Environment
-
The MPD passes the DASH-IF Conformance Tool on https://conformance.dashif.org/ -
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:
- Dash.js version: 3.0.0
- Browser name/version: Chrome Latest
- OS name/version: Windows 10
Tested both on local machine and DASH reference client player
Steps to reproduce
Dynamic manifest with mediaPresentationDuration atrribute presented.
Observed behaviour
Player correctly download manifest and then header segments, correctly starts download media segments, but then simply stop doing anything after 4th or 5th segment downloaded. There are no errors in output.
Console output and requests
There are NO ERRORS in output