This repository will demonstrate how to use VUDRM with Radiant Media Player. If you have any questions please contact [email protected]
This repository is currently targeted at Radiant Media Player version 5.1.6
- Install npm
- Install the grunt-cli:
npm install -g grunt-cli
- Clone the repository:
git clone [email protected]:Vualto/vuplay-radiant-media-player.git
- Navigate to the project's root folder:
cd vuplay-radiant-media-player
- Install the dependencies:
npm install
- Open the repository in your favourite javascript editor.
- In file
index.html
replace<your-license-key>
with your Radiant Media Player key. - In file
index.html
replace<your-stream-url>
with your stream URL. This can be an MPEG-DASH or HLS stream. - Run
npm start
in the project's root. This will create adist
folder that contains all the files needed to run this demo, and run them on a local dev server. - Load a supported browser and go to
https://radiant.media.player.local.vuplay.co.uk:14705
- You will need to add the host
radiant.media.player.local.vuplay.co.uk
to your local machine's hosts file in order for this to work.
- You will need to add the host
NB: In order to allow DRM encrypted playback in Chrome (https://goo.gl/EEhZqT), SSL has been enabled for the demo. You will get a warning about an invalid cert NET::ERR_CERT_AUTHORITY_INVALID
but this can be safely ignored.
The browser must support encrypted media extensions. Currently this includes the latest versions of Chrome, Firefox, Internet Explorer 11, Edge, and Safari. For a complete breakdown of supported media extensions please contact [email protected]