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
adding IPcamera not in the list
Re: adding IPcamera not in the list
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.
Re: adding IPcamera not in the list
Try with user:pass before the IP, like so.
(This works for mine hikvision cameras)
rtsp://user:password@ip//Streaming/Channels/1
(This works for mine hikvision cameras)
rtsp://user:password@ip//Streaming/Channels/1