Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.
/ HomeFlix Public archive

An at home video streaming webserver built with Node.js and Express. Giving you full control of your media!

License

Notifications You must be signed in to change notification settings

criticalfault/HomeFlix

Repository files navigation

HomeFlix

An at home video streaming webserver built with Node.js and Express. Giving you full control of your media!

Requirements

This currently only works under Node V8. We have tested v12.0, but there are some issues that will need to be resolved.

Videos Path

Located in config.json is a property called pathToVideos. This path is vital to the running of this application and it will not start until it is configured. To configure, simply place in the full path to the directory housing your video files and save it before running.

How to Setup

You will need npm and Node in order to get this project to run.

  1. git clone https://github.com/criticalfault/HomeFlix.git
  2. cd Homeflix
  3. npm install
  4. Make sure you added the path to your videos in config.json
  5. npm start
  6. open your web browser localhost:3000