Media-Server

What it does:

Stream videos from your machine to any device on your network

Start Server:

git clone https://github.com/ronald-luo/media-server.git
cd media-server
npm install
node app.js

How to use it:

  1. Install the latest version of node (if you don't have it).
  2. Upload video files into the media provided folder.
  3. Run the server.
  4. Access videos at http://www.<your_ip_address>/video/<name_of_video>