No way to disable video track download when using Audio tag
Created by: VincentFTS
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: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd
- Dash.js version: latest
- Browser name/version: Chrome
- OS name/version: macOS
Steps to reproduce
Use an <Audio>
tag to read the manifest.
Observed behaviour
The audio AND video AdaptationSets are read whereas only audio is needed (see network activity in the Chrome developer tools).
Context
I'm trying to play a given manifest in several players to have several audio tracks played simultaneously ( workaround for #1972 ).