You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 git@github.com:projectmakeit/node-tv.git
Setup media.json.
Media.json holds your media library. Adding new movies or music 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.