An at home video streaming webserver built with Node.js and Express. Giving you full control of your media!
This currently only works under Node V8. We have tested v12.0, but there are some issues that will need to be resolved.
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.
You will need npm and Node in order to get this project to run.
- git clone https://github.com/criticalfault/HomeFlix.git
- cd Homeflix
- npm install
- Make sure you added the path to your videos in
config.json
- npm start
- open your web browser localhost:3000