Skip to content

Latest commit

History

History
52 lines (40 loc) 路 1.22 KB

README.md

File metadata and controls

52 lines (40 loc) 路 1.22 KB

abr-player

Adaptive Streaming Player for testing your ABR streams.

https://alfg.github.io/abr-player/

Players

  • Shaka Player
  • HasPlayer.js
  • Dash.js Reference Player

Development

abr-player is built with Vue.js and the APIs of each supported player.

Install

npm install
npm run serve
  • Load http://localhost:8080/ in the web browser.

Compiles and minifies for production

npm run build

Deploy

Deploys to Github Pages

npm run deploy

Docker

docker build -t abr-player .
docker run -it -p 8080:80 --rm abr-player
  • Load http://localhost:8080/abr-player in a web browser.

Resources

License

MIT