My own little HTML/CSS/JS media player.
Source repo on GitHub, and run it online
- 1.0 : The initial version
- 2.0 : Made some huge changes (Added a NodeJS server, fixed the app for Firefox/Edge...)
See CHANGELOG.md.
Web Media Player is a VLC-like multimedia player. It supports several basic features (Play/Pause, Fullscreen...) but it also supports more features like color themes, Picture in Picture, video/audio tracks.
To use WebMediaPlayer online, just open "https://samuellouf.github.io/WebMediaPlayer/player".
To use WebMediaPlayer offline, download "https://github.com/samuellouf/WebMediaPlayer/archive/refs/heads/2.0.zip". Then open/extract the zip/git file.
Open the extracted folder and run : either
- npm run start or
- npm run player
Open player/index.html in your browser.
Important
You will not be able to update WebMediaPlayer automatically without running it using the nodejs server.
Run
npm run updateor
npm run reinstallGo on https://github.com/samuellouf/WebMediaPlayer/releases/ and download your release.