Trying to find my camera url

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
ZeroZen
Posts: 1
Joined: Mon Nov 11, 2019 7:42 pm

Trying to find my camera url

Post by ZeroZen »

hi new user here, im trying to set my camera up for use with Zoneminder, its a heimvision hm211. its supposedly onvif compliant.
ive ran the onvif probe command and it returned the following
zmonvif-probe.pl profiles http://192.168.0.23:80/onvif/device_service
Name "ZoneMinder::ONVIF::verbose" used only once: possible typo at /usr/bin/zmonvif-probe.pl line 81.
ERror cannot add_IPFilter
ERror cannot add_ZeroConfiguration
ERror cannot add_IPVersion6
ERror cannot add_DynDNS
ERror cannot add_DiscoveryResolve
ERror cannot add_DiscoveryBye
ERror cannot add_RemoteDiscovery
ERror cannot add_SystemBackup
ERror cannot add_SystemLogging
ERror cannot add_FirmwareUpgrade
ERror cannot add_SupportedVersions
ERror cannot add_SupportedVersions
MainStream, MainStream, H264, 1920, 1080, 15, rtsp://192.168.0.23:554/MainStream
SubStream, SubStream, H264, 640, 360, 15, rtsp://192.168.0.23:554/SubStream
So im guessing rtsp://192.168.0.23:554/MainStream is my stream url, but when i try to play this using ffmpeg or vlc i get an error as follows
ffmpeg -i rtsp://192.168.0.23:554/MainStream
[rtsp @ 0x5628e375c760] method SETUP failed: 406 Not Acceptable
rtsp://192.168.0.23:554/MainStream: Server returned 4XX Client Error, but not one of 40{0,1,3,4}
any ideas how to get my stream to play?
Thanks
jHeron
Posts: 73
Joined: Sun Jun 16, 2013 5:06 pm

Re: Trying to find my camera url

Post by jHeron »

Did you get this resolved?
Lightning took out a few of my cams and I was looking to take advantage of the sale on Amazon right now on these beasties...
https://www.amazon.ca/HeimVision-Survei ... I86SHY4GTQ
Cheers,
Jon
jHeron
Posts: 73
Joined: Sun Jun 16, 2013 5:06 pm

Re: Trying to find my camera url

Post by jHeron »

It mentions in the add that the stream is encrypted which may be a show stopper?
Jon
CountyLine
Posts: 63
Joined: Thu Aug 29, 2019 5:22 pm
Location: USA

Re: Trying to find my camera url

Post by CountyLine »

One of the HeimVision questions asked on Amazon regards Blue Iris compatibility. The answer given is no, it is not compatible with Blue Iris. Based on that answer, if true, I would not purchase that camera.

Blue Iris is a commercial Windows program roughly similar to ZoneMinder. Cameras that will work on one will usually work on the other and vice versa (no guarantees, though).
jHeron
Posts: 73
Joined: Sun Jun 16, 2013 5:06 pm

Re: Trying to find my camera url

Post by jHeron »

10/4 thanks for the insight!!
Cheers,
Jon
TheCanuk
Posts: 1
Joined: Sat Jan 04, 2020 11:00 pm

Re: Trying to find my camera url

Post by TheCanuk »

The HeimVision HM211 is compatible with BlueIris

Just configure with these values in BlueIris

Http://
Blank for username & password
Make: Generic/ONVIF
Model: RTSP H.264/H.265/MJPG/MPEG4

Video -> Path: /MainStream

Leave everything else defaults
noneuronz
Posts: 3
Joined: Tue Oct 27, 2020 12:25 pm

Re: Trying to find my camera url

Post by noneuronz »

That string works, substituting my cameras url
I am running zm on Ubuntu 18
optics243912
Posts: 1
Joined: Tue Dec 08, 2020 3:51 am

Re: Trying to find my camera url

Post by optics243912 »

Would this be the same for the Heimvision HM302? I've tried it and it doesn't seem to work. I've read in other forums of people saying they have it working, but they don't go into detail or list the URL.
noneuronz
Posts: 3
Joined: Tue Oct 27, 2020 12:25 pm

Re: Trying to find my camera url

Post by noneuronz »

I dont know about other Heimvision models
The string is "rtsp://myurl:544/MainStream, where myurl is different for every body but typically 192.168.?.?, where ? is the difference
Post Reply