Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 475 Bytes

File metadata and controls

21 lines (17 loc) · 475 Bytes

Video Streaming

Video stream server using Node.js, working example (http://192.168.1.83:3000)

With the Ionic CLI:

  • 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