<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
probably ffmpeg<br>
<br>
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.<br>
Check if your system include such a lib and unistall it.<br>
<br>
Then, edit /etc/ld.so.conf and add /usr/local/lib in a single line.<br>
reload the new config ldconfig -c etc/ld.so.conf<br>
then restart your asterisk agian<br>
<br>
it will enable app_transcoder.so to find and load the ffmpeg library<br>
<br>
Tobias Wolf a écrit :
<blockquote cite="mid:49187075.5080601@evision.de" type="cite">
<pre wrap="">Sergio Garcia Murillo schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">Fixed now, get latest subversion rev.
</pre>
</blockquote>
<pre wrap=""><!---->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
</pre>
</blockquote>
<br>
</body>
</html>