Support DASH-IF live test vectors with xlink
Created by: wilaw
Status of DASH IF onLoad xlink test vectors with dash.js player
Live test vector with onLoad xlinks. http://vm2.dashif.org/livesim-dev/periods_30/xlink_15/testpic_2s/Manifest.mpd Problem: Does not play. Uncaught TypeError: Cannot read property 'start' of null
Live test vector with xlink based ads. http://vm2.dashif.org/livesim-dev/periods_30/xlink_15/insertad_1/testpic_2s/Manifest.mpd Problem: Does not play. Loading certain information, but does not play anything.
Live test vector with xlink based ads. xlinks will refer to a remote entity that contains two periods. http://vm2.dashif.org/livesim-dev/periods_30/xlink_15/insertad_2/testpic_2s/Manifest.mpd Problem: Does not play. Loading certain information, but does not play anything.
Live test vector with xlink based ads. xlinks will refer to a remote entity that in turn refers to another remote Entity. http://vm2.dashif.org/livesim-dev/periods_30/xlink_15/insertad_3/testpic_2s/Manifest.mpd Problem: Does not play. Loading certain information, but does not play anything.
Live test vector with xlink based ads. in-MPD periods have default content. http://vm2.dashif.org/livesim-dev/periods_30/xlink_15/insertad_5/testpic_2s/Manifest.mpd Problem: Does not play. Loading certain information, but does not play anything.
========= Issue submission guidelines (you may delete the text below after reading it ) ========= Before creating a new issue around a potential bug please:
- Check your browser's console for 404s (MPD file or media fragments)
- Check for Access-Denied errors which indicates an issue with the server's HTTP access control (CORS)
- Please use the Dash Validator (http://dashif.org/conformance.html) to make sure your MPD and media fragments conform before you file an issue.
- View the Javascript console to see the debug traces produced by the reference player. They may indicate why your content is not playing.
- When you do file an issue please add as much info as possible:
- Your dash.js, browser and OS system versions
- Valid MPD test content - ideally the URL to the manifest or a static copy of it if it is not public.
- The relevant excerpt from the console trace showing the problem.
- A clear sequence of steps to reproduce the problem.