Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.14 KB

File metadata and controls

35 lines (26 loc) · 1.14 KB

ARCHIVED

It was a small project I made so that I could watch movies away from my home. It was fun to set up in just a few days, but I later found out that Plex and other services like it already exist and work much better than what I made. If anyone (for some reason) wants to use this, I don't have any scripts to set up MongoDB as I never intended to make it public, but feel free to do whatever you want with it!

OpenStreams

A light and simple Streaming service to watch movies (or just videos really..). You can upload your own movies and add in all of their information for smooth playback.

NOTE: OpenStreams is made to watch movies YOU LEGALLY own (backups from DVDs or from a movie store like iTunes etc). I'm not responsible for any problems related to the law that this may cause, this software is a USE AT YOUR OWN RISK.

Installation

This project requires

Getting the project

git clone https://github.com/ImNotStealth/OpenStreams.git

Install the dependencies

cd OpenStreams
npm install

Build & run application

npm start