SubStream 2 URL

Chapin

Getting comfortable
Joined
Oct 5, 2017
Messages
148
Reaction score
28
I'm trying to set up my dahua cams in my automation software.

Is there a list of urls (&syntax) for viewing various streams? My automation software (Homeseer) needs a mjpeg stream I think. I've set up substream 2 for this.

Thanks.
 

Chapin

Getting comfortable
Joined
Oct 5, 2017
Messages
148
Reaction score
28
Those didn't work, will keep looking.
 

Chapin

Getting comfortable
Joined
Oct 5, 2017
Messages
148
Reaction score
28
Got this to work through my NVR in VLC, but not from a camera or in Homeseer.

rtsp://<user>:<password>@NVRIP:554/cam/realmonitor?channel=4&subtype=2
 

tangent

IPCT Contributor
Joined
May 12, 2016
Messages
4,434
Reaction score
3,679

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
16,905
Reaction score
39,343
Location
Alabama
FYI, I have a rebranded Dahua (Amcrest IP2M-842W) that works with the URL's and syntax provided by @tangent as follows:

MJPG WORKS IN GOOGLE CHROME:
Code:
http://user:password@camera-IP/cgi-bin/mjpg/video.cgi
and
Code:
http://user:password@camera-IP/cgi-bin/mjpg/video.cgi?channel=1&subtype=0
RTSP WORKS IN VLC:
Code:
rtsp://user:password@camera-IP:554/cam/realmonitor?channel=1&subtype=1
 

Chapin

Getting comfortable
Joined
Oct 5, 2017
Messages
148
Reaction score
28
If other software is giving you trouble it's probably because the cameras now default to using digest auth instead of basic. You can change this in the settings.
Thanks. Have this working in the web browser.

Using:
http://User:password@CamIP/cgi-bin/mjpg/video.cgi?channel=1&subtype=2

It does not work in homeseer. I'm guessing it is the digest auth vs basic.

I don't see this setting, -- Found it, Setting>System>Safety>RTSP Authentication->Basic I presume this is correct, trying now.
 

Chapin

Getting comfortable
Joined
Oct 5, 2017
Messages
148
Reaction score
28
Thanks all.

I've got the MJPEG working in browser and the RTSP in VLC.

I'm satisfied that this is working well. Now to figure out how to make Homeseer work with these. That's on a different forum.
 
Top