This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Description
dash.js scheduler sometimes stops downloading segments, sometimes resumes after a while.
This doesn't happen on regular MSE, so I suspect some part of the API (getter or event) is not implemented correctly.
Very easily reproductible on http://wowza.streamroot.io/vodorigin/tos.mp4/manifest.mpd .
If you reconfigure dash.js buffer to download 15s of content, it stops after downloading 3 segments:
player.setStableBufferTime(15);
player.setBufferTimeAtTopQuality(15);
player.setBufferTimeAtTopQualityLongForm(15);