Page 1 of 1

How is the system stability of ZM 1.24.2 ?

Posted: Tue Oct 13, 2009 7:05 pm
by johnnytolengo
Hi, for a long time I am using zm 1.23.3 with a 100% stability just perfect!!

Now I want to try the newest version 1.24.2 but I am not sure because the stability, i don't want to restart the box every week or to fix a lot of bugs (of course I do to cooperate but not in this box).

Thank you.
J

Posted: Tue Oct 13, 2009 10:29 pm
by CoYoTe
i had it running with a pico2000 board and 4 analog NTSC cams, only for monitoring (not rec or modect) and works perfect.

Posted: Wed Oct 14, 2009 5:40 am
by Normando
I don't think 1.24.x is a mature code ready for production. My own tests demostrate this afirmation, at least with my hardware.

Posted: Wed Oct 14, 2009 5:55 am
by johnnytolengo
I thoght that, no ZM 1.24.x for production.

Thanks a lot.

JT.

Posted: Thu Oct 15, 2009 8:15 pm
by mrd
I agree.. not yet.

Posted: Thu Oct 15, 2009 9:16 pm
by kingofkya
i agree although mine runs stable the interface is some what unfinished and buggy

Posted: Thu Oct 15, 2009 10:20 pm
by kwire
I have two identical machines and both are running ZM 1.24.2. One works great the other ZM keeps locking up. I have to kill the process and restart the machine...

The only difference I know of is the good one is running ffmpeg SVN r17117 I downloaded on Feb. 10, 2009 and the one that locks up is ffmpeg SVN r19928 downloaded on Sept. 20, 2009.

I know ffmpeg does great things, but it has always had it's share of problems.

Maybe this weekend I will have enough time to rebuild the problem machine using the SVN r17117 of ffmpeg.

What versions is anyone else using?

Keith

Posted: Fri Oct 16, 2009 8:51 am
by codabiz
Running/testing ZM 1.24.2 from SVN, Ubuntu 9.04 Server, on P4 2.8Ghz with no problems - my ffmpeg output:

# ffmpeg
FFmpeg version SVN-r19768, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-shared --enable-pthreads
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.35. 0 / 52.35. 0
libavformat 52.38. 0 / 52.38. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 7. 1 / 0. 7. 1
built on Sep 5 2009 13:28:55, gcc: 4.3.3

Posted: Fri Oct 16, 2009 12:51 pm
by zdunham
Keith, how would I get that older version of ffmpeg? I tried going here (svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg ) but timed out.

EDIT: I tried that in command line. I also tried just going to the link part through TortoiseSVN and also timed out.

Also I just started getting this error out of nowhere:

"/usr/local/bin/zmfix: error while loading shared libraries: libavutil.so.50: cannot open shared object file: no such file or directory.
failure"

Posted: Fri Oct 16, 2009 5:10 pm
by kwire
zdunham,

I haven't compiled it yet, but we should be able to get older revisions from SVN. Using my old version number of 17117 I just issued this command:

Code: Select all

svn checkout --revision 17117 svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg-17177
It looks like it works, but like I said I don't have time to compile it now. I will try to compile it and reinstall ZM on the weekend and see if my second machine is any more stable.

Keith