Skip to content

alexbenko/streamy

Repository files navigation

streamey

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:
  1. Ensure nodejs and npm is installed
  2. Clone the repository: git clone https://github.com/alexbenko/streamy.git
  3. cd streamy
  4. npm install
  5. 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

About

simple nodejs video streaming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published