Skip to content

Allow passing Widevine or PlayReady DRM license server URL as query params

Created by: kevleyski

Example usage

https://streams.switchmedia.asia/streama/players/dash.js/samples/dash-if-reference-player/index.html? mpd=<url of the MPD to play - which should be encoded/escaped> &widevine|playready=<url to the license server, this should be escaped too) &autoplay=true (assuming you'll want to do that)

Merge request reports