Skip to content
forked from tahaipek/Nodcam

Access and stream web camera in nodejs using ffmpeg, websockets and HTML5.

Notifications You must be signed in to change notification settings

lightness/Nodcam

 
 

Repository files navigation

Nodcam

Access and stream web camera in nodejs using ffmpeg, websockets and HTML5.

Usage:

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

Third Party Libraries:

Requirements

This application has been tested Windows 10.

preview.png

About

Access and stream web camera in nodejs using ffmpeg, websockets and HTML5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.6%
  • HTML 10.4%