June 13, 2014
Hi
I need to integrate several IPOD-EL1MPIR50 to Control4 Home Automation system. To do so I need URLs form both main and substream.
Control4 interfaces only support MJPG so I will use the main stream for H.264 feed to the NVR and the subtream for MJPG to the control4 touch screens.
So far I was able to get h264 from this URL rtsp://192.168.1.108:554/, MJPEG from this other http://192.168.1.108:80/axis-c.....on=640x480 but every time I use this URL the configuration of the mainstream changes itself to MJPG and I do not want that as it will affect the NVR.
I think I need a specific URL for the sub-stream
Snapshot URLs I tried with success are: ://192.168.1.108:9989/onvif/media_service/snapshot?channel=1&subtype=0channel=1&subtype=0 and http://192.168.1.108:80/cgi-bi.....gi?640x480
Please provide specific URLs for this camera model for both streams.
Thanks in advance
Lucas
You can use the following article here: https://www.securitycameraking.....tegration/
You will be using the RTSP streams from the camera.
Jose Malave - IT Director| Toll Free: 866-573-8878 | E-mail: support@securitycameraking.com
For video stream?
Jose Malave - IT Director| Toll Free: 866-573-8878 | E-mail: support@securitycameraking.com
Maybe
url syntax:
rtsp://<username>:<password>@<ip>:<port>/cam/realmonitor?channel=<channelNo>&subtype=<typeNo>
and this?
<username>: a valid user’s username.
<password> :user’s password.
<ip> :the IP address of the IP Camera.
<port >:the default port is 554. It can be omitted.
<channelNo> :the channel number. It starts from 1.
<typeNo> :the stream type. The <typeNo> of main stream is 0, extra stream 1 is 1, extra stream 2 is 2.The extra stream
counts can be obtained in 4.1.2 GetMaxStreamCounts. The stream must be enabled by setting head.VideoEnable to
true in 4.4.4 SetVideoEncodeConfig.
For example, we request the extra stream 1 of channel 1, the URL is:
rtsp://admin:admin@10.7.6.67:554/cam/realmonitor?channel=1&subtype=1.
The IP Camera supports both TCP and UDP transmission forms.
It also supplies basic authentication and digest authentication ways. The authentication process is similar with 3.2
Authentication.
Im gonna send you a PM with the Dahua IPC HTTP API PDF which goes into detail.
Jose Malave - IT Director| Toll Free: 866-573-8878 | E-mail: support@securitycameraking.com
June 13, 2014
The issue is that for Control4 I can olny use rtsp for the H264 stream. For MJPG I need to use http. URl must be http://...
Is this a Dahau Clone? If so please send me that doc.
Thanks
Lucas
Not a Dahua Clone.
for Video is RTSP streaming.
For Images/snapshots it is for example
http://192.168.1.82:9989/onvif.....e/snapshot
Utilizing the Onvif port.
Jose Malave - IT Director| Toll Free: 866-573-8878 | E-mail: support@securitycameraking.com
1 Guest(s)