Skip to content

A simple nodejs app to proxy an MJPEG stream and still snapshots from a mjpg-streamer server

License

Notifications You must be signed in to change notification settings

jflammia/webcam-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webcam-proxy

An Express driven Node application that will proxy an MJPEG video stream and snapshot images from another server running MJPG Streamer. It leverages the mjpeg-proxy node module for the live video stream.

Installation

$ npm install

Quick Start

Start the server with defaults:

$ node app.js

The application will be available at http://localhost:9000

The IP address and port of the server running MJPG Streamer and the port the local HTTP server will listen on can be overridden on the command line.

$ CAMERA_HOST=192.168.0.10 CAMERA_PORT=8000 HTTP_PORT=9000 node app.js

People

The original author is Justin Flammia

List of all contributors

License

MIT

About

A simple nodejs app to proxy an MJPEG stream and still snapshots from a mjpg-streamer server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published