[SOLVED] Fedora 20 spin LXDE + ZM 1.27: RTSP timed out

Forum for questions and support relating to the 1.27.x releases only.
Locked
craver84
Posts: 96
Joined: Sun Aug 31, 2008 7:35 am

[SOLVED] Fedora 20 spin LXDE + ZM 1.27: RTSP timed out

Post by craver84 »

Hi guys,
I've just installed Fedora 20 spin LXDE with zoneminder following the wiki:

wget http://zmrepo.connortechnology.com/f/20 ... noarch.rpm
sudo yum install --nogpgcheck zmrepo-20-3.fc20.noarch.rpm
sudo yum install zoneminder
less /usr/share/doc/zoneminder/README.Fedora


I connect to an axis with this setting:
- RTSP
- RTP/RTSP/HTTP
- user:pass@axisip
- /mpeg4/media.amp

ZM connects to the camera and record
but I've got 2 problems, hope you can help me...


1) RTSP timed out
this cam goes down frequently (see the attachment for the log file)
and I get lots of error I can't understand, sorry

2) no stream
I can't get a stream neither from live view nor from recorded events (I can see single images)

thank you very much for your help.
Paolo
Last edited by craver84 on Tue Oct 07, 2014 2:48 pm, edited 1 time in total.
craver84
Posts: 96
Joined: Sun Aug 31, 2008 7:35 am

Re: Fedora 20 spin LXDE + ZM 1.27: RTSP timed out & no strea

Post by craver84 »

this is the log

Image
craver84
Posts: 96
Joined: Sun Aug 31, 2008 7:35 am

Re: Fedora 20 spin LXDE + ZM 1.27: RTSP timed out & no strea

Post by craver84 »

RTSP timed out should be resolved:
it was a network problem, I changed the switch and now it's ok

I still have a problem with live view
getStreamCmdResponse stream error: socket_sendto( /var/lib/zoneminder/sock/zms-172130s.sock ) failed: No such file or directory - checkStreamForErrors()
socket_sendto( /var/lib/zoneminder/sock/zms-172130s.sock ) failed: No such file or directory
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Fedora 20 spin LXDE + ZM 1.27: RTSP timed out & no strea

Post by knight-of-ni »

If the backend is working properly and only live view is broken, then one of the most common causes to this issue is an http scriptalias problem.
Please describe in detail how you addressed the apache problem described in step #7 from the readme.

Even though it appears you got the RTSP method working with your cameras, note that you can generally expect to get the best results using ffmpg or libvlc methods for modern IP cameras. They have better RTSP support than the RTSP method.
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/
craver84
Posts: 96
Joined: Sun Aug 31, 2008 7:35 am

Re: Fedora 20 spin LXDE + ZM 1.27: RTSP timed out & no strea

Post by craver84 »

hi knnniggett
you are right.
the problem was the file httpd.conf and zoneminder.conf,
I did a mistake, sorry.

now it's ok!
thank you very much!
Locked