no streaming

Support and queries relating to all previous versions of ZoneMinder
Locked
fra&fra
Posts: 12
Joined: Tue Nov 23, 2004 3:41 pm

no streaming

Post by fra&fra »

hi, I'm using version 1.21.0 in FC3 istalled by rpms. I think to have the rhigt settings of image on the monitor's source tab, but I'm not able to view streaming and this is the error in zmdc.log:

Code: Select all

erver starting at 05/05/19 11:43:08
'zmfilter.pl' started at 05/05/19 11:43:11
'zmfilter.pl' starting at 05/05/19 11:43:11, pid = 20543
'zmaudit.pl -d 900 -y' started at 05/05/19 11:43:11
'zmaudit.pl -d 900 -y' starting at 05/05/19 11:43:11, pid = 20547
'zmwatch.pl' started at 05/05/19 11:43:12
'zmwatch.pl' starting at 05/05/19 11:43:12, pid = 20551
'zmupdate.pl -c' started at 05/05/19 11:43:12
'zmupdate.pl -c' starting at 05/05/19 11:43:12, pid = 20555
Can't find process with command of 'zmc -m 1'
'zmc -m 1' starting at 05/05/19 11:44:57, pid = 20579
'zmc -m 1' started at 05/05/19 11:44:57
zmc: zm_image.h:192: void Image::CopyBuffer(const Image&): Assertion `width == image.width && height == image.height && colo
urs == image.colours' failed.
'zmc -m 1' died at 05/05/19 11:44:57, signal 6
Thanks to all for help
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

This looks to me that you may be using an IP cam and have the image size and/or colour depth set differently in ZM and on your cam. So for instance ZM is expecting a 320x240 colour image but your cam is supplying a 640x480 black and white one. There is some mismatch along these lines somewhere anyway.

Phil
fra&fra
Posts: 12
Joined: Tue Nov 23, 2004 3:41 pm

Post by fra&fra »

I'm running a 1.21 and a 1.19.5 ZoneMinder version in two different computer and i have the same settings for the my Axis 2100. In the 1.19.5 version all work fine, but in 1.21 I cannot view streaming.
If can help, this is my /var/log/messages file:

Code: Select all

May 19 11:44:57 localhost zmc_m1[20579]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:44:57 localhost zmc_m1[20579]: INF [Starting Capture]
May 19 11:44:57 localhost zmc_m1[20584]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:44:57 localhost zmc_m1[20584]: INF [Starting Capture]
May 19 11:45:03 localhost zmc_m1[20595]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:45:03 localhost zmc_m1[20595]: INF [Starting Capture]
May 19 11:45:13 localhost zmc_m1[20603]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:45:13 localhost zmc_m1[20603]: INF [Starting Capture]
May 19 11:45:44 localhost zmc_m1[20679]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:45:44 localhost zmc_m1[20679]: INF [Starting Capture]
May 19 11:45:44 localhost zmc_m1[20683]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:45:44 localhost zmc_m1[20683]: INF [Starting Capture]
May 19 11:45:49 localhost zmc_m1[20710]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:45:49 localhost zmc_m1[20710]: INF [Starting Capture]
May 19 11:46:00 localhost zmc_m1[20712]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:46:00 localhost zmc_m1[20712]: INF [Starting Capture]
May 19 11:46:20 localhost zmc_m1[20715]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:46:20 localhost zmc_m1[20715]: INF [Starting Capture]
May 19 11:47:00 localhost zmc_m1[20717]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:47:00 localhost zmc_m1[20717]: INF [Starting Capture]
May 19 11:48:05 localhost zmc_m1[20730]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:48:05 localhost zmc_m1[20730]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument]
May 19 11:48:05 localhost zmc_m1[20732]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:48:05 localhost zmc_m1[20732]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument]
May 19 11:48:10 localhost zmc_m1[20745]: INF [Debug Level = 0, Debug Log = <none>]
May 19 11:48:10 localhost zmc_m1[20745]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument]
May 19 11:48:12 localhost zmu[20747]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument]
May 19 11:48:13 localhost zms[20751]: ERR [Can't shmget, probably not enough shared memory space free: Invalid argument]
fra&fra
Posts: 12
Joined: Tue Nov 23, 2004 3:41 pm

Post by fra&fra »

OK, I solved. I think it was a proced named "gam_server" that produced 80/90 % CPU load.
It's a bug of FC3 that i solved (i hope) upgrading it with a new version from
http://download.fedora.redhat.com/pub/f ... 1.i386.rpm
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

If you are using two versions of ZM make sure that you completely shutdown ZM and check all shared memory has been cleaned up before running a different version. I assume you are already using different databases as well.

Phil
fra&fra
Posts: 12
Joined: Tue Nov 23, 2004 3:41 pm

Post by fra&fra »

Sure: they run in two different machine with two different DB
Locked