This app let's you manage your video files and stream it over your local network.
Built using React + NodeJS + FFMPEG + Electron.
You can download the latest release of the application here.
Create .env.development
in both frontend and backend packages.
Copy over the contents of .env.sample
file respectively.
You can adjust the env values as per your liking
yarn
yarn dev
Video Streaming Server will launch at http://localhost:5709/
Make sure the dev command is up and running before this!
To start the electron shell.
yarn dev:electron
Ankit Kumar Pandit