-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Blixa Morgan edited this page Mar 5, 2014
·
1 revision
Setting up Node-TV is fairly straight forward. You will need to have git, node, and npm installed before using this guide.
- Clone the repository from GitHub
git clone [email protected]:projectmakeit/node-tv.git
- Setup media.json.
Media.json holds your media library. Adding new
movies
ormusic
is currently done through this file. Support for DB storage is coming soon. - Download dependencies.
npm install
- Run Node-TV
node app.js
- Open player/remote.
<your-ip>:8000/remote.html
or<your-ip>:8000/player.html
- Profit!
Congradulations, you now have a go-anywhere media private media stream. If you have a router, you may need to forward port 8000 to the public before you can access the server outside your home/office. Please refer to the documentation included with your router for more information.