'zmc -m 2' crashed, signal 134

Forum for questions and support relating to the 1.29.x releases only.
Locked
gobris
Posts: 5
Joined: Sat Jul 02, 2016 1:32 pm

'zmc -m 2' crashed, signal 134

Post by gobris »

Hello,
I am trying to add escam qf100 to zoneminder 1.29 on ubuntu.
I checked the control page of the camera and there are 2 options to connect.
http://192.168.1.131:81/videostream.cgi ... &pwd=admin and
rtsp://admin:admin@192.168.1.131:10554/udp/av0_0

rtsp link works fine on vlc player and i want to use it because of a higher resolution.

When I add the camera as general:ffmpeg
source: path: rtsp://admin:admin@192.168.1.131:10554/udp/av0_0
options: none
remote methot: rtp/rtsp
my log as follows:
2016-07-02 16:43:20.796270 zmdc 31483 INF 'zmc -m 2' crashed, signal 134 zmdc.pl
2016-07-02 16:43:20.620130 zmdc 31529 INF 'zmwatch.pl' started at 16/07/02 16:43:20 zmdc.pl
2016-07-02 16:43:20.613510 zmdc 31483 INF 'zmwatch.pl' starting at 16/07/02 16:43:20, pid = 31529 zmdc.pl
2016-07-02 16:43:20.261630 zmfilter 31514 INF Scanning for events zmfilter.pl
2016-07-02 16:43:19.769890 zmdc 31521 INF 'zmaudit.pl -c' started at 16/07/02 16:43:19 zmdc.pl
2016-07-02 16:43:19.764330 zmdc 31483 INF 'zmaudit.pl -c' starting at 16/07/02 16:43:19, pid = 31521 zmdc.pl
2016-07-02 16:43:19.640033 zmc_m2 31508 DB1 Got 1 for v4l_captures_per_frame zm_monitor.cpp 2738
2016-07-02 16:43:19.498040 zmc_m2 31508 DB1 Detected a x86\x86-64 processor with SSE2

and it rotates and rotates in same period.
running :Ubuntu 14.04.4 LTS


ps: already tried with libvlc .. same
gobris
Posts: 5
Joined: Sat Jul 02, 2016 1:32 pm

Re: 'zmc -m 2' crashed, signal 134

Post by gobris »

Ok,
A complete change in errors
I removed and reinstalled the zoneminder after a purge.
Now, it starts but i got the following error when i open monitor
socket_sendto( /var/run/zm/zms-943601s.sock ) failed: No such file or directory
getStreamCmdResponse stream error: socket_sendto( /var/run/zm/zms-943601s.sock ) failed: No such file or directory - checkStreamForErrors()

yes there is no socket file created there.
Seems like zms does not start.

here are the paths i am using..Please enlighten me where do i go wrong.

zm.conf includes:
# Path to ZoneMinder web files
ZM_PATH_WEB=/usr/share/zoneminder/www

# Path to ZoneMinder cgi files
ZM_PATH_CGI=/usr/lib/zoneminder/cgi-bin ( have nph-zms and zms in this directory)

here is the apache directory
root@gobrishome:/etc/apache2# grep -r ScriptAlias *
conf-available/zoneminder.conf:ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
conf-available/serve-cgi-bin.conf: ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
mods-available/mime.conf: # To use CGI scripts outside of ScriptAliased directories:

I have only zoneminder in conf-enabled directory. So no scriptalias directory defined except zoneminder
Locked