Adaptive Streaming Test Player
https://alfg.github.io/vue-player/
- Shaka Player
- HasPlayer.js
- Dash.js Reference Player
- More players and player functionality.
vue-player
is built with Vue.js and the APIs of each supported player.
npm install
npm run serve
- Load
http://localhost:8080/
in the web browser.
npm run build
Deploys to Github Pages
npm run deploy
docker build -t vue-player .
docker run -it -p 8080:80 --rm vue-player
- Load
http://localhost:8080/vue-player
in a web browser.
MIT