Skip to content

luismanolo/vue-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-player

Adaptive Streaming Test Player

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

Players

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

TODO

  • More players and player functionality.

Development

vue-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 vue-player .
docker run -it -p 8080:80 --rm vue-player
  • Load http://localhost:8080/vue-player in a web browser.

Resources

License

MIT

About

📼 Adaptive Streaming Test Player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 76.5%
  • JavaScript 12.7%
  • CSS 8.3%
  • HTML 1.7%
  • Dockerfile 0.8%