Access and stream web camera in nodejs using ffmpeg, websockets and HTML5.
Run in dev mode:
$ git clone https://github.com/lightness/Nodcam.git
$ cd Nodcam
$ npm install
$ npm run dev
Run everything separately
$ git clone https://github.com/lightness/Nodcam.git
$ cd Nodcam
$ npm install
$ npm run express-server
$ npm run chat-server
$ npm run streaming-server
$ npm run ffmpeg
- ExpressJs http://expressjs.com/
- Ws https://www.npmjs.com/package/ws
- JsMpg (MPEG1 Video Decoder in JavaScript) https://libraries.io/bower/jsmpg
- NodeJs https://nodejs.org/
- ffmpeg https://www.ffmpeg.org/
This application has been tested Windows 10.