reference-app-mss-playready-widevine
Version:
Reference player for MSS/Playready/Widevine in a web page
20 lines (13 loc) • 369 B
Markdown
# MSS/Playready/Widevine Browser Player Reference App
Uses the current implementation of Browser player (RX Player) with an HTML5
video element in order to play MSS/Playready assets.
This is using React with Stateful components.
## Run the project
```sh
npm install
npm start
```
## Test the Player
```sh
open http://localhost:9001/index.html on EDGE Browser
```