mmaelzer / mjpeg-camera

A node.js library and/or server for connecting to, recording from, and streaming mjpeg cameras.
70 stars 23 forks source link

Loading forever, black screen. #7

Closed drptbl closed 8 years ago

drptbl commented 8 years ago

Like in title. Tested on Win7 x64, MAC OS - same behaviour for both.

Node 5.0.0 Npm 3.3.6

No issues when installing.

Steps to reproduce: npm install mjpeg-camera -g cs -l http://10.53.2.43/ -p 12345 http://10.53.2.43:12345/ screen shot 2016-03-21 at 13 08 59

mmaelzer commented 8 years ago

The -l flag is to provide the url of the camera, not the web server. Calling cs -l http://10.53.2.43/ -p 12345 means: connect to an mjpeg camera at 10.53.2.43, proxy its stream to an http page hosted at the local ip address on port 12345.

Hopefully this helps.

drptbl commented 8 years ago

Close please.