Adaptive Streaming Player for testing your ABR streams.
https://alfg.github.io/abr-player/
- Shaka Player
- HasPlayer.js
- Dash.js Reference Player
abr-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 abr-player .
docker run -it -p 8080:80 --rm abr-player
- Load
http://localhost:8080/abr-player
in a web browser.
MIT