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

Linux won't work #1

Closed mouse170 closed 9 years ago

mouse170 commented 9 years ago

I use cs command in zsh

cs http://140.120.200.61/mjpg/video.mjpg?camera=1 -n "Spring Grove" -p 12345

Result says

: No such file or directory

Please tell me how to fix it, thanks!

mouse170 commented 9 years ago

I reloved it

$ node cserver -l  http://140.120.200.61/mjpg/video.mjpg\?camera\=1 -n "Spring Grove" -p 12345
mmaelzer commented 9 years ago

Glad you resolved it!