All Projects β†’ alfg β†’ abr-player

alfg / abr-player

Licence: MIT License
πŸ“Ό Adaptive Streaming Test Player

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to abr-player

React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+45523.08%)
Mutual labels:  player, hls, dash
shaka-player-react
A simple React component wrapper for shaka-player
Stars: ✭ 79 (+507.69%)
Mutual labels:  player, hls, dash
Clappr
🎬 An extensible media player for the web.
Stars: ✭ 5,436 (+41715.38%)
Mutual labels:  player, hls, dash
nsplayer
A web player with shakaplayer & hls.js both supported
Stars: ✭ 23 (+76.92%)
Mutual labels:  player, hls, dash
Html5 Dash Hls Rtmp
🌻 HTML5播放器、M3U8η›΄ζ’­/点播、RTMPη›΄ζ’­γ€δ½Žε»ΆθΏŸγ€ζŽ¨ζ΅/ζ’­ζ΅εœ°ε€ι‰΄ζƒ
Stars: ✭ 1,805 (+13784.62%)
Mutual labels:  player, hls, dash
Xgplayer
A HTML5 video player with a parser that saves traffic
Stars: ✭ 4,792 (+36761.54%)
Mutual labels:  player, hls, dash
Video.js
Video.js - open source HTML5 & Flash video player
Stars: ✭ 32,478 (+249730.77%)
Mutual labels:  player, hls, dash
Awesome Video
A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
Stars: ✭ 397 (+2953.85%)
Mutual labels:  player, hls, dash
p2p-cdn-sdk-android
Free p2p cdn android github sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - πŸš€ Vadootv πŸš€
Stars: ✭ 39 (+200%)
Mutual labels:  player, hls, dash
Vime
Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
Stars: ✭ 1,928 (+14730.77%)
Mutual labels:  player, hls, dash
Openplayerjs
Lightweight HTML5 video/audio player with smooth controls and ability to play VAST/VPAID/VMAP ads
Stars: ✭ 255 (+1861.54%)
Mutual labels:  player, hls, dash
P2p Cdn Sdk Javascript
Free p2p cdn github javascript sdk to reduce video streaming costs of live and on demand video using webrtc by upto 90% and improve scalability by 6x - πŸš€ Vadootv πŸš€
Stars: ✭ 158 (+1115.38%)
Mutual labels:  player, hls, dash
P2p Media Loader
An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
Stars: ✭ 822 (+6223.08%)
Mutual labels:  player, hls, dash
Nexplayer unity plugin
Stream videos in HLS & DASH with Widevine DRM using NexPlayer Video Streaming Player SDK for Unity on Android & iOS devices
Stars: ✭ 73 (+461.54%)
Mutual labels:  player, hls, dash
Dplayer
🍭 Wow, such a lovely HTML5 danmaku video player
Stars: ✭ 12,101 (+92984.62%)
Mutual labels:  player, hls, dash
Magicalexoplayer
The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application
Stars: ✭ 171 (+1215.38%)
Mutual labels:  player, hls, dash
vms
Streaming River IPTV server - proxy frontend
Stars: ✭ 27 (+107.69%)
Mutual labels:  hls, dash
stream-detector
A Firefox addon written in JavaScript which provides an easy way to keep track of URLs to playlists and subtitles used by Apple HLS, Adobe HDS, MPEG-DASH, and Microsoft Smooth Streaming streams.
Stars: ✭ 307 (+2261.54%)
Mutual labels:  hls, mss
emrah-buster-templates
The templates of the emrah-buster installer.
Stars: ✭ 57 (+338.46%)
Mutual labels:  hls, dash
hms-video-demo-android
HUAWEI Video Kit supports streaming media in 3GP, MP4, or TS format and compliant with HTTP/HTTPS, HLS, or DASH. The Kit also provides abundant playback controls, delivering personalized video experiences to users.
Stars: ✭ 22 (+69.23%)
Mutual labels:  hls, dash

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].