From f3b26444f0115cb53b650c2c48e9877093f65589 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sat, 2 Feb 2019 13:37:43 -0500 Subject: [PATCH] Initial commit --- README.MD | 15 +++++++++++++++ server.js | 0 2 files changed, 15 insertions(+) create mode 100644 README.MD create mode 100644 server.js diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..9372e13 --- /dev/null +++ b/README.MD @@ -0,0 +1,15 @@ +# What Is This? + +This is a custom media server written in node JS to stream videos from a remote server. +This web system enables users to log into the system and view videos using the basic HTML 5 video player. + +# Why? +- Universal and will run on any device with a web browser +- Supports buffering which is useful when connecting to a remote server +- Gained security because you don't need to grant everyone user accounts to view content from media server + +# Why just not use Plex? +- Light weight +- Easy to install +- Easily expandable and hackable to fit your needs + diff --git a/server.js b/server.js new file mode 100644 index 0000000..e69de29