Video stream server using Node.js, working example (http://192.168.1.83:3000)
- First you need to clone this project.
$ git clone https://github.com/barthwal/VideoStreaming
- Go to project folder and install all dependency.
$ cd VideoStreaming $ npm install
- If everything goes well, then add platform
$ node server.js
open url: http://192.168.1.83:3000/home.html in your browser