Axis rtsp stopped working after upgrade

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
asunturd
Posts: 13
Joined: Thu Mar 05, 2020 4:27 pm

Axis rtsp stopped working after upgrade

Post by asunturd »

Hi,
upgraded zoneminder from 1.34.20 to 1.36.12 per readme without issues on an updated Centos 8(as of 2022-01-21/10:00PM CET)

Axis P3343 worked fine with rtsp stream before but not after upgrade,
same rtsp stream works fine with vlc

Code: Select all

2022-01-21 23:08:07	zmdc		6353	ERR	'zmc -m 12' exited abnormally, exit status 6	zmdc.pl	-
2022-01-21 23:08:07	zmc_m12		9647	INF	Backtrace complete, please execute the following command for more information: addr2line -e /usr/bin/zmc 0x559b29303431 0x7f510842ac20 0x7f5104cd037f 0x7f5104cbadb5 0x559b29287118 0x559b292ecf17 0x559b292ee3a8 0x7f51056baba3 0x7f510842017a 0x7f5104d95dc3	zm_signal.cpp	108
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 9: /lib64/libc.so.6(clone+0x43) [0x7f5104d95dc3]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 8: /lib64/libpthread.so.0(+0x817a) [0x7f510842017a]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 7: /lib64/libstdc++.so.6(+0xc2ba3) [0x7f51056baba3]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 6: /usr/bin/zmc(+0xbc3a8) [0x559b292ee3a8]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 5: /usr/bin/zmc(+0xbaf17) [0x559b292ecf17]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 4: /usr/bin/zmc(+0x55118) [0x559b29287118]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 3: /lib64/libc.so.6(abort+0x127) [0x7f5104cbadb5]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 2: /lib64/libc.so.6(gsignal+0x10f) [0x7f5104cd037f]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 1: /lib64/libpthread.so.0(+0x12c20) [0x7f510842ac20]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Backtrace 0: /usr/bin/zmc(+0xd1431) [0x559b29303431]	zm_signal.cpp	101
2022-01-21 23:08:07	zmc_m12		9647	ERR	Signal address is 0x30000025ad, from 0x7f5104cd037f	zm_signal.cpp	80
2022-01-21 23:08:07	zmc_m12		9647	ERR	Got signal 6 (Aborted), crashing	zm_signal.cpp	50
2022-01-21 23:08:07	zmc_m12		9645	INF	Starting Capture version 1.36.12	zmc.cpp	220
2022-01-21 23:08:07	zmdc		6353	INF	'zmc -m 12' starting at 22/01/21 23:08:07, pid = 9645	zmdc.pl	-
2022-01-21 23:08:07	zmdc		9645	INF	'zmc -m 12' started at 22/01/21 23:08:07	zmdc.pl	-
2022-01-21 23:08:07	zmdc		6353	INF	Starting pending process, zmc -m 12
rtsp setup:

Code: Select all

remote
rtsp
user:pass@ip
/axis-media/media.amp?videocodec=h264&resolution=640x480
had to use this to get it working:
remote
http
simple
user:pass@ip
/axis-cgi/mjpg/video.cgi?resolution=640x480
Axis P3343
version 5.51.7.6

Also tried removing the monitor and adding it again

is it me, axis or zoneminder?
User avatar
iconnor
Posts: 2880
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Axis rtsp stopped working after upgrade

Post by iconnor »

It's zoneminder.

Please switch to the ffmpeg monitor type.
Post Reply