IP-Camera how to get a cgi path working?

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

IP-Camera how to get a cgi path working?

Post 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
coke
Posts: 518
Joined: Wed Jan 30, 2008 5:53 pm
Location: St. Louis, MO, USA

Post by coke »

If /videostram.cgi wasn't a typo on your post, I'd start there, you're missing an e.
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

Post by syndacate »

:D no no....that was a mistake in here. The url I typed is correct... :oops: :oops: :oops:
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

Post 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...
mitch
Posts: 169
Joined: Thu Apr 30, 2009 4:18 am

Post 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.
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

Post 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
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

Post by syndacate »

can you explain better what i have to do please?
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

Post by syndacate »

nobody can help me?? Please...I don't know what to try....
spazlon
Posts: 8
Joined: Fri Jul 02, 2010 11:06 am

Post 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!
syndacate
Posts: 11
Joined: Tue Jan 27, 2009 9:52 am

Post 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
Post Reply