Skip to content

AKAspanion/streaming-server

Repository files navigation

This app let's you manage your video files and stream it over your local network.
Built using React + NodeJS + FFMPEG + Electron.

page

You can download the latest release of the application here.

Locally

Clone the repo

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

Run the app

yarn
yarn dev

Video Streaming Server will launch at https://localhost:5709/

Electron shell

Make sure the dev command is up and running before this!

To start the electron shell.

yarn dev:electron

Author

Ankit Kumar Pandit