This repository will demonstrate how to use VUDRM with the video.js. If you have any questions please contact [email protected]
This repository is currently targeted at version 7.10.2 of video.js.
- Install npm
- Install the grunt-cli:
npm install -g grunt-cli
- Clone the repository:
git clone [email protected]:vualto/vuplay-video-js
- Navigate to the project's root folder:
cd vualto/vuplay-video-js
- Install the dependencies:
npm install
- Open the repository in your favourite javascript editor.
- In file
src/vuplay.js
replace<your-stream-url>
with your stream URL. This must be a MPEG-DASH stream. - In file
src/vuplay.js
replace<your-vudrm-token>
with a VUDRM token from https://admin.vudrm.tech - Run
npm run build
in the project's root. This will create adist
folder that contains all the files needed to run this demo. N.B. You will need to add the hostvideojs.local.vuplay.co.uk
to your local machine's hosts file in order for this to work. - Load a supported browser and go to
https://videojs.local.vuplay.co.uk:14703
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 safely be ignored.
The browser must support encrypted media extensions. Currently this includes the latest versions of Chrome, Firefox, Internet Explorer 11 and Edge. For a complete breakdown of supported media extensions please contact [email protected]