[Asterisk-video] Error while compiling app_transcoder

Emmanuel BUU emmanuel.buu at ives.fr
Mon Nov 10 14:54:59 CST 2008


probably ffmpeg

and it is probable that in your case ffmpeg was compiled from source and 
therefore installed by default in /usr/local/lib maybe this conflict 
with another version of ffmpeg library installed on your system.
Check if your system include such a lib and unistall it.

Then, edit /etc/ld.so.conf and add /usr/local/lib in a single line.
reload the new config ldconfig -c etc/ld.so.conf
then restart your asterisk agian

it will enable app_transcoder.so to find and load the ffmpeg library

Tobias Wolf a écrit :
> Sergio Garcia Murillo schrieb:
>   
>> Fixed now, get latest subversion rev.
>>
>>     
> Thanks now it compiles ...
>
> But while loading asterisk i have another error:
>
> [Nov 10 18:27:35] WARNING[32076]: loader.c:363 load_dynamic_module: 
> Error loading module 'app_transcoder.so': 
> /usr/lib/asterisk/modules/app_transcoder.so: undefined symbol: av_freep
> [Nov 10 18:27:35] WARNING[32076]: loader.c:657 load_resource: Module 
> 'app_transcoder.so' could not be loaded.
>
> av_freep() seems to have something to do with ffmpeg again ...
>
> Big question: Is this an issue in app_transcode ? Or for ffmpeg ?
>
> Thanks for your help so far ...
>
> Regards,
>
> Tobias
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20081110/80d5fd8b/attachment.htm 


More information about the asterisk-video mailing list