DEV Community

Cover image for Offline Video Player is here
Alain D'Ettorre
Alain D'Ettorre

Posted on • Updated on

Offline Video Player is here

[EDIT] Support for subtitles added

Offline Video Player is a new Express MVC application allowing you to watch a lot of videos in a row, without distractions. It also keeps track of your progress automatically and let's you export/import it.

It works completely offline as the name implies though, so you have to put video files into the app's /videos folder in order to make it work.

How to use

  1. Install
git clone https://github.com/alaindet/offline-video-player.git
cd offline-video-player
npm install
Enter fullscreen mode Exit fullscreen mode
  1. Move your .mp4 video files into the /videos folder

  2. Start

npm start
Enter fullscreen mode Exit fullscreen mode

Alt Text

Alt Text

Alt Text

Cover photo by Darren Bockman on Unsplash

Top comments (2)

Collapse
 
alaindet profile image
Alain D'Ettorre

It's not the same though