simple nodejs streaming server. Should work on any browser. Let me know if it doesn't! This is not meant for production, I use this on my local network.
- Steps to set up:
- Ensure nodejs and npm is installed
- Clone the repository:
git clone https://github.com/alexbenko/streamy.git
cd streamy
npm install
mkdir shows
In the shows directory follow this layout. showname/season_#/e_#
Example: rickandmorty/season_1/e_1
Right now it only supports videos in .mp4 format.
Put a file named thumbnail.jpeg
in the show's directory to have a thumbnail displayed in the front end.
Example: rickandmorty/thumbnail.jpeg