minaz912 / simple-video-streamer

example of video streaming using an express server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-streamer

video streaming example

How to run:

  1. install dependencies using npm i
  2. for this example, name your movie movie.mp4
  3. provide VIDEOS_DIR environment variable, point to a valid directory containing your videos
  4. run the app using VIDEOS_DIR=<YOUR_CUSTOM_DIR> npm start

About

example of video streaming using an express server

License:MIT License


Languages

Language:JavaScript 53.8%Language:TypeScript 42.2%Language:HTML 4.0%