How adding my ip camera escam qd 500 on RTSP zoneminder

Forum for questions and support relating to the 1.26.x releases only.
Locked
samquad
Posts: 20
Joined: Wed Feb 05, 2014 6:21 am

How adding my ip camera escam qd 500 on RTSP zoneminder

Post by samquad »

Hello Please help me for adding my ip camera escam QD 500
Video codec H264 mpeg 4 AVC, resolution 1280X720 , 22 frame/s
IP 192.168.1.11
port 554
protocole rtsp

Works well with VLC with this Link:

Code: Select all

rtsp://192.168.1.11:554/user=admin&password=admin&channel=1&stream=0.sdp?

I tried to set up the camera on zoneminder with this parameter but it does not work

Code: Select all

Remote Protocol: RTSP
Remote Method: RTP/RTSP/HTTP
Remote Host Name: 192.168.1.11
Remote Host Port: 554
Remote Host Path: /user=admin&password=admin&channel=1&stream=0.sdp?
Target Colorspace: 24 bit colour
Capture Width: 1280
Capture Height: 720
maximum fps: 5
Please help me to configure the good value
Thank you

Samquad
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by knight-of-ni »

Try using some of the other Source Types such as ffmpeg or libvlc. Those have better compatibility than the one you are trying to use.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
samquad
Posts: 20
Joined: Wed Feb 05, 2014 6:21 am

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by samquad »

it's seem impossible to use other source type :(
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by knight-of-ni »

samquad wrote:it's seem impossible to use other source type :(
If you want the camera to work, you need to use either the ffmpeg or libvlc source type.
Can you provide more details as to what the problem may be?
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
samquad
Posts: 20
Joined: Wed Feb 05, 2014 6:21 am

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by samquad »

This is the zoneminder system log response when the ip camera is configured with rtsp

Code: Select all

2014-08-24 08:55:03.283924	zmc_m10	22266	FAT	Unable to get RTP Info identifier from response 'RTSP/1.0 200 OK Server: H264DVR 1.0 cseq: 3 Range: npt=now- Session: 64492200 '	zm_rtsp.cpp	483
At the same Time, if y stream with vlc, it is working.

Sorry, i don't understand what you say about source type
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by knight-of-ni »

You are not configuring the camera correctly in zoneminder.

Open up the monitor configuration and change the "Source Type" from "Remote" to "Ffmpeg".
Verify the other fields in the General and Source tabs maintain appropriate values after making this change.

Image
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
samquad
Posts: 20
Joined: Wed Feb 05, 2014 6:21 am

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by samquad »

my camera is working now!

source type ffmpeg
Source path:

Code: Select all

rtsp://192.168.1.11:554/user=admin&password=admin&channel=1&stream=0.sdp?
thank you very much knnniggett :D
Samquad
raspi
Posts: 3
Joined: Fri Feb 19, 2016 5:00 pm

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by raspi »

Hi,

just wanted to know if at the end you had everything working fine includind de PTZ functions?
Thanks in advance for you help
Regards
Erix
nea1
Posts: 10
Joined: Thu Feb 25, 2016 10:45 am

Re: How adding my ip camera escam qd 500 on RTSP zoneminder

Post by nea1 »

hi all,

same question about PTZ for escam.
Can not get it working with ZM 1.30

any advice appreciated
Locked