RTSP Problem

Forum for questions and support relating to the 1.25.x releases only.
Locked
nimrodxx
Posts: 1
Joined: Wed Feb 06, 2013 9:20 am

RTSP Problem

Post by nimrodxx »

Hi,

I have a cheap china cam (GrandStream?). I can connect to it with RTSP by vlc (and mplayer), but zoneminder wont work.

Code: Select all

==> zmc_m1.log <==
02/06/13 10:25:20.985167 zmc_m1[29896].INF-zmc.cpp/191 [Starting Capture]
02/06/13 10:25:21.966200 zmc_m1[29898].ERR-zm_rtsp.cpp/314 [Unsupported media type 'application' in SDP media attribute 'application 0 RTP/AVP 107']
02/06/13 10:25:30.991602 zmc_m1[29896].FAT-zm_remote_camera_rtsp.cpp/118 [No RTSP sources]
I guess, that the rtsp stream sends some additional data, which zoneminder didnt like. The RTSP Describe response contains two m= lines
I try to add some more Infos from VLC Debug, but the forum software detect it as spam :-( So only very basic infos

Code: Select all

m=video 0 RTP/AVP 96
m=application 0 RTP/AVP 107
Is there a chance to make this camera work with zoneminder?
Please let me know if you need more info (and how I can add it to the forum ;-))
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Re: RTSP Problem

Post by jameswilson »

Have you tried using the ffmpeg feed type and adding it that way.
Can you make the cam public ill have a look
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Locked