Page 1 of 1

IP-Camera how to get a cgi path working?

Posted: Tue Jun 23, 2009 7:08 am
by syndacate
Hello everybody:
I have just bought this ip cam http://www.sohonas.com.tw/c1006h_h264_ip_camera_en.html
Upgrading the firmware i got the cam streaming in mjpeg and so i could use it also on firefox and linux.

I would like to use it with zonemidenr of course, but the instructions tell that to have a viseostream i have to conenct to "http://ip-of-my-cam/videostream.cgi?user=xxx&pass=xxx"

If I put this url in firefox I effectively obtain the videostream, but if i configure a new cam in zoneminder with this parameters all I can get is a white screen:

I put the ip in the source and the rest of the url in the path field, but nothing. So i tried to use the syntax user:pass@ip-of-my-cam in the source field and /videostram.cgi in the source but also this didn't work. In another post i read about something about changing the value of ZM_NETCAM_REGEXPS option to 0 but also this din't worked. What i'm doing wrong?? can someone help me please?? Thank you in advice

Posted: Tue Jun 23, 2009 2:24 pm
by coke
If /videostram.cgi wasn't a typo on your post, I'd start there, you're missing an e.

Posted: Tue Jun 23, 2009 2:34 pm
by syndacate
:D no no....that was a mistake in here. The url I typed is correct... :oops: :oops: :oops:

Posted: Tue Jun 23, 2009 2:46 pm
by syndacate
I'v found a demo link of a webcam like the mine: http://www.ipcamera.com.tw:8206/videost ... guest&pwd= take a look...

Posted: Tue Jun 23, 2009 2:58 pm
by mitch
instead of remote use FFMPEG, for the remote path put:
http://ip-of-my-cam/videostream.cgi?use ... xx&a=.mjpg

it should work.

Posted: Wed Jun 24, 2009 12:00 am
by syndacate
Use ffmpeg?

I tried to deselect remote and select file, then the url as you said but nothing happens. I tried to stream the camera using vlc and it works very well, so I can discard the possibility that my cam doesn't work well

Posted: Thu Jun 25, 2009 10:17 pm
by syndacate
can you explain better what i have to do please?

Posted: Wed Jul 01, 2009 7:05 am
by syndacate
nobody can help me?? Please...I don't know what to try....

Posted: Mon Dec 20, 2010 9:13 am
by spazlon
mitch wrote:instead of remote use FFMPEG, for the remote path put:
http://ip-of-my-cam/videostream.cgi?use ... xx&a=.mjpg

it should work.
This worked perfectly for me (except I had to change pass to pwd).

Thanks!

Posted: Wed Dec 22, 2010 10:57 am
by syndacate
Also for me worked in this way:

Code: Select all

http://ip-of-my-cam/videostream.cgi?user=xxx&pwd=xxx&a=.mjpg 
but I have to select REMOTE not FFMPG