moondump / video-player

basic html5 and javascript video player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#basic HTML5 video player test's

  • basic video player that can play a locally hosted video file.

run npm install to install dependencies run npm start to start the server

  • custom controls
    • change video player size.
    • remove download option.
    • subtitles.
    • subtitle size.
    • multi audio options.
    • skip ahead 30 seconds.
    • rewind back 10 seconds.
    • cast video to another device.

media server

  • monitor files in a selected folder
  • pull api data from the movie database
  • pull api data from the tv database
  • save pulled data to local database

About

basic html5 and javascript video player

License:MIT License


Languages

Language:JavaScript 82.5%Language:HTML 17.5%