Skip to content

alfg/abr-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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