reference-app-react
Version:
Reference player for using react component
20 lines (13 loc) • 344 B
Markdown
# React 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
```