My own little HTML/CSS/JS media player.
Source repo on GitHub, and run it online
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
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 update
or
npm run reinstall
Go on https://github.com/samuellouf/WebMediaPlayer/releases/ and download your release.