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
How is the system stability of ZM 1.24.2 ?
-
- Posts: 184
- Joined: Tue Oct 14, 2008 5:59 pm
-
- Posts: 184
- Joined: Tue Oct 14, 2008 5:59 pm
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
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
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
# 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
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"
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"
-Zach
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:
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
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
Keith