adding IPcamera not in the list

Forum for questions and support relating to the 1.30.x releases only.
Locked
cjvijf
Posts: 9
Joined: Sun Feb 24, 2019 4:20 pm

adding IPcamera not in the list

Post by cjvijf »

Hello,
I tried, in several ways, to add an IP cam to the list. It is an onvif camera, I can access it sending XML, with soap/gnu-c

I can also access them in ways like:

rtsp://192.168.1.64:554/user=admin&password='passwd'&channel=1_stream=0.sdp?realstream
rtsp://192.168.1.64:554/user=admin&password='passwd'&channel=1_stream=1.sdp?realstream
rtsp://192.168.1.64:554/user=admin_password='sha1-digest'_channel=1_stream=0.sdp?real_stream
http://192.168.1.64/webcapture.jpg?comm ... rd='passwd'

how do I add a camera like this? (I did browse through the guides a bit, but didn't see anything really).

thanks,

Ron
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: adding IPcamera not in the list

Post by bbunge »

If you can get the camera to stream in VLC use those settings in Zoneminder ffmpeg. Use VLC (Tools, Media Information, Codec) to check camera Display Resolution to use in Zoneminder.
lbm
Posts: 87
Joined: Mon Mar 26, 2018 7:44 pm

Re: adding IPcamera not in the list

Post by lbm »

Try with user:pass before the IP, like so.

(This works for mine hikvision cameras)
rtsp://user:password@ip//Streaming/Channels/1
Locked