Skip to content

Add ability to load and playback a DRM stream from the DASH reference…

Created by: kevleyski

Add ability to load and playback a DRM stream from the DASH reference player URL which is useful to automating quick sanity refresh tests that a stream is good Change also allow encoded/escaped URLs to be passed in which often contain ampersands which would otherwise be truncated Example: https://streams.switchmedia.asia/streama/players/dash.js/samples/dash-if-reference-player/index.html? mpd=<url of the MPD to play - which can now be encoded/escaped> &widevine/playready=<url to the license server) &autoplay=true (assuming you want to do that)

Merge request reports