Page 1 of 1

Video Generation Failed! - undefined symbol: av_free_packet

Posted: Tue Aug 04, 2009 7:06 pm
by Arkadi
Hi all.

I compiled and install ZM v1.24.2 with the latest ffmpeg on pure clean Ubuntu 9.04 AND IT`S WORKED PERFECTLY including video generation.

Then I install some other programs like SMPlayer and ets.
As a result I find Video Generation Failed!

mpeg video streams in browser work fine
FFmpeg version SVN-r19581, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-nonfree --enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libxvid --enable-x11grab --enable-shared
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.32. 0 / 52.32. 0
libavformat 52.37. 0 / 52.37. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0. 7. 1 / 0. 7. 1
built on Aug 4 2009 22:28:21, gcc: 4.3.3
ffmpeg.log
/usr/local/bin/ffmpeg: symbol lookup error: /usr/local/lib/libavdevice.so.52: undefined symbol: av_free_packet
If you interesting in more details or read russian - you are welcome to my blog: http://cleaner-lab.blogspot.com/

Is anybody have any ideas?

Re: Video Generation Failed! - undefined symbol: av_free_pac

Posted: Wed Aug 05, 2009 5:44 pm
by cordel
Arkadi wrote:
I compiled and install ZM v1.24.2 with the latest ffmpeg on pure clean Ubuntu 9.04 AND IT`S WORKED PERFECTLY including video generation.

Then I install some other programs like SMPlayer and ets.
As a result I find Video Generation Failed!
Is anybody have any ideas?
Don't install those programs or build ZM with the same version of ffmpeg that those programs use.

Re: Video Generation Failed! - undefined symbol: av_free_pac

Posted: Thu Aug 06, 2009 7:53 am
by Arkadi
cordel wrote:
Arkadi wrote:
I compiled and install ZM v1.24.2 with the latest ffmpeg on pure clean Ubuntu 9.04 AND IT`S WORKED PERFECTLY including video generation.

Then I install some other programs like SMPlayer and ets.
As a result I find Video Generation Failed!
Is anybody have any ideas?
Don't install those programs or build ZM with the same version of ffmpeg that those programs use.
Well, I purge SMPlayer and all it's packets
libamrnb3{a} libamrwb3{a} libggi-target-x{a} libggi2{a} libgii1{a} libgii1-target-x{a} liblzo2-2{a} libopenal1{a} libsvga1{a} mplayer{a} mplayer-skins{a} smplayer smplayer-themes{a}
Then update x264 and ffmpeg...
Result is the same - Video Generation Failed

I think, the problem is in the command of ZM video generation. It try to use some codec in a wrong place.

same here

Posted: Mon Sep 07, 2009 7:32 pm
by jimboj
I'm also getting this error in the ffmpeg.log

/usr/local/bin/ffmpeg: symbol lookup error: /usr/local/lib/libavdevice.so.52: undefined symbol: av_free_packet

Did you resolve this? I'm using a Ubuntu 9.04 server install.

Thanks!

Re: same here

Posted: Tue Sep 08, 2009 7:48 am
by Arkadi
jimboj wrote:I'm also getting this error in the ffmpeg.log

Did you resolve this? I'm using a Ubuntu 9.04 server install.
No, I'm not. I understand that for getting it work properly I should compliance codecs with other applications. It's seems to complicated if you use you system not only as a video surveillance server.