-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
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: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd
- Dash.js version: 4.0.0 / 4.0.1 / 4.1.0 / 4.1.1
- Browser name/version: Chrome Version 94.0.4606.61 (Official Build) (64-bit)
- OS name/version: Ubuntu 20.04 LTS
Steps to reproduce
Initialize the video player with scheduleWhilePaused set to false.
Observed behavior
Video segments are still downloaded while the player is paused.
This only happens on dash.js v4.x.x.
Expected behavior
No video segment is downloaded while the player is paused.