configuring hostname in hikvision camera for use by rtsp

A place for discussion of topics that are not specific to ZoneMinder. This could include Linux, Video4Linux, CCTV cameras or any other topic.
Post Reply
AnotherBrian
Posts: 112
Joined: Tue Jul 27, 2010 6:36 am

configuring hostname in hikvision camera for use by rtsp

Post by AnotherBrian »

When adding cams, one format used by zoneminder for sourcepath is
tsp://<id>:<password>@192.168.1.54:554/ch1/main/av_stream

Instead I want to use zoneminder source path
tsp://<id>:<password>@FrontPorch:554/ch1/main/av_stream

So basically I want to give the Hikvision camera a hostname of FrontPorch.

So then procedure would be
a) configure camera to use dhcp and give it hostname FrontPorch
b) configure zoneminder source path to use FrontPorch
and everything works without concern about ip addresses.

I believe this is configurable using DDNS on the camera but not sure.

Thanks for suggestions.
AnotherBrian
Posts: 112
Joined: Tue Jul 27, 2010 6:36 am

Re: configuring hostname in hikvision camera for use by rtsp

Post by AnotherBrian »

ok - i seem to be finding info that hikvision does not allow the hostname to be configured in the camera.

not so for the router. however, doesn't work from zoneminder side. what principle am i missing?
Screenshot_2021-10-07 ASUS Wireless Router RT-AX88U - DHCP Servetr.png
Screenshot_2021-10-07 ASUS Wireless Router RT-AX88U - DHCP Servetr.png (46.12 KiB) Viewed 21527 times
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: configuring hostname in hikvision camera for use by rtsp

Post by Magic919 »

How do you expect the ZM machine to resolve it? Sort that out.
-
mikb
Posts: 586
Joined: Mon Mar 25, 2013 12:34 pm

Re: configuring hostname in hikvision camera for use by rtsp

Post by mikb »

At the simplest, you can add a line to your ZM machine's /etc/hosts file to manually assign a hostname :-

Code: Select all

192.168.0.50           cam01
Which will mean ZM will be able to call for "cam01" and resolve it to 192.168.0.50 -- this will only work for the machine that you make this edit on.

If you have a machine somewhere within your network that serves DNS (this could be a firewall machine, a router that will act as DNS server for your internal network) then you could make that entry there, and then all machines in the network that use that DNS server will also see a mapping from machine/camera names, to IP addresses -- I use my firewall machine to do local DNS, DNS cacheing, and a local NTP server.
AnotherBrian
Posts: 112
Joined: Tue Jul 27, 2010 6:36 am

Re: configuring hostname in hikvision camera for use by rtsp

Post by AnotherBrian »

well heck that was helpful. thankyou!
Post Reply