WebMediaPlayer

Web Media Player v.2.0

My own little HTML/CSS/JS media player.

@samuellouf License MIT

Source repo on GitHub, and run it online

Versions

Changelog

See CHANGELOG.md.

Introduction

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.

Usage

Online

To use WebMediaPlayer online, just open “https://samuellouf.github.io/WebMediaPlayer/player”.

Offline

To use WebMediaPlayer offline, download “https://github.com/samuellouf/WebMediaPlayer/archive/refs/heads/2.0.zip”. Then open/extract the zip/git file.

With NodeJS

Open the extracted folder and run : either

Without NodeJS

Open player/index.html in your browser.

[!IMPORTANT] You will not be able to update WebMediaPlayer automatically without running it using the nodejs server.

Update/Reinstall

With NodeJS

Run

npm run update

or

npm run reinstall

Without NodeJS

Go on https://github.com/samuellouf/WebMediaPlayer/releases/ and download your release.