Skip to content

samuellouf/WebMediaPlayer

Repository files navigation

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

  • 1.0 : The initial version
  • 2.0 : Made some huge changes (Added a NodeJS server, fixed the app for Firefox/Edge...)

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

  • npm run start or
  • npm run player

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.