Dahua IPC-HFW1120S vs ZM 1.29

Post here to indicate any hardware you have used and which is known to work with ZoneMinder. Not for questions.
Post Reply
zarofka
Posts: 2
Joined: Sun Nov 20, 2016 10:42 pm

Dahua IPC-HFW1120S vs ZM 1.29

Post by zarofka »

Hello,

this settings works for me:


HTTP connection - low fps (11), low resolution of video

Code: Select all

General tab:
Source Type = Remote

Source tab:
Remote Protocol = HTTP
Remote Method = Simple
*Remote Host Name = admin:pwd@ip_adress                  		example:  admin:admin@192.168.0.100     
Remote Host Port = 80
Remote Host Path = /cgi-bin/video.cgi
Target colorspace = 32 bit color
Capture Width (pixels) = 1280
Capture Height (pixels) = 960
RTSP connection - high fps (25), better resolution of video

Code: Select all

General tab:
Source Type = Remote

Source tab:
Remote Protocol = RTSP
Remote Method =RTP/RTSP
*Remote Host Name = admin:pwd@ip_adress                  		example:  admin:admin@192.168.0.100 
Remote Host Port = 554 (default settings)
**Remote Host Path = /cam/realmonitor?channel=1&subtype=1	
Target colorspace = 32 bit color
Capture Width (pixels) = 1280
Capture Height (pixels) = 960
*admin - i try add new account to camera, but stream is available only on admin account(bug????), pwd - admin user password
**channel1 = main stream, subtype1 = resolution
zarofka
Posts: 2
Joined: Sun Nov 20, 2016 10:42 pm

Re: Dahua IPC-HFW1120S vs ZM 1.29

Post by zarofka »

Update for RTSP settings:

if Remote Host Path = /cam/realmonitor?channel=1&subtype=1 - substream must be enabled at camera (this capture only sub stream)

if Remote Host Path = /live - ZM capture live/primary stream and you can disable substream
Post Reply