<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>ipbx*CLI> module load app_transcoder.so<BR>Unable to load module app_transcoder.so<BR>Command 'module load app_transcoder.so' failed.<BR>[Feb 24 10:20:26] WARNING[31141]: loader.c:429 load_dynamic_module: Error loading module 'app_transcoder.so': /usr/lib/asterisk/modules/app_transcoder.so: undefined symbol: sws_scale<BR>[Feb 24 10:20:26] WARNING[31141]: loader.c:797 load_resource: Module 'app_transcoder.so' could not be loaded.</DIV>
<DIV> </DIV>
<DIV>Looks like it is looking for sws_scale. how to fix this?<BR></DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><BR>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 13px"><FONT size=2 face=Tahoma>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Mitul Limbani <mitul@enterux.com><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Development discussion of video media support in Asterisk <asterisk-video@lists.digium.com>; Mário Dias <mario@hardserver.com><BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thu, February 24, 2011 2:51:21 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Asterisk-video] error with app_transcoding<BR></FONT><BR>Hi Mario,<BR><BR>Can you check if the <A href="http://app_transcoder.so/" target=_blank>app_transcoder.so</A> got loaded without any problem <BR>within Asterisk Startup ?<BR><BR>you can try this:<BR><BR>core set verbose 5<BR>module unload <A href="http://app_transcode.so/" target=_blank>app_transcode.so</A><BR>module load app_transcode.so<BR><BR>and paste the output.<BR><BR>Regards,<BR>Mitul Limbani<BR>Enterux Solutions,<BR><A href="http://www.enterux.com/"
target=_blank>www.enterux.com</A><BR><BR>Quoting Mário Dias <<A href="mailto:mario@hardserver.com" ymailto="mailto:mario@hardserver.com">mario@hardserver.com</A>>:<BR><BR>> Hello! I just installed the app_transcoder with success and this runs<BR>> well with asterisk boot...<BR>><BR>> Now the problem is:<BR>><BR>> My extensions.conf:<BR>><BR>> [default]<BR>><BR>> exten=5001,1,Answer()<BR>> exten=5001,n,Transcode(,s@camera,h263@qcif/fps=10/kb=52/qmin=4/qmax=12/gs=50)<BR>> exten=5001,n,Hangup()<BR>><BR>> [camera]<BR>><BR>> exten=s,1,Answer()<BR>> exten=s,n,Rtsp(rtsp://192.168.10.14:8554/CH001.sdp)<BR>> exten=s,n,Hangup()<BR>><BR>><BR>> And when I call 5001, the asterisk "craches" and in asterisk logs show<BR>> the folow information:<BR>><BR>> [Feb 23 18:15:22] WARNING[4142] app_transcoder.c: >Transcoding<BR>>
[,s@camera,h263@qcif/fps=10/kb=52/qmin=4/qmax=12/gs=50,80008]<BR>> [Feb 23 18:15:22] ERROR[4142] app_transcoder.c: Error opening encoder<BR>> [Feb 23 18:15:22] WARNING[4142] app_transcoder.c: -joining thread<BR>><BR>> I receive rtsp streaming with mp4v video codec, and I want transcode<BR>> to H263 codec to softphone, the X-lite4.<BR>><BR>> Any ideas???<BR>> Help me please!!!!<BR>><BR>> Best regards,<BR>><BR>> Mário Dias<BR>><BR>> --<BR>> _____________________________________________________________________<BR>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --<BR>><BR>> asterisk-video mailing list<BR>> To UNSUBSCRIBE or update options visit:<BR>> http://lists.digium.com/mailman/listinfo/asterisk-video<BR>><BR><BR><BR>--<BR>_____________________________________________________________________<BR>-- Bandwidth and Colocation Provided by <A
href="http://www.api-digital.com/" target=_blank>http://www.api-digital.com</A> --<BR><BR>asterisk-video mailing list<BR>To UNSUBSCRIBE or update options visit:<BR> <A href="http://lists.digium.com/mailman/listinfo/asterisk-video" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-video</A><BR></DIV></DIV></div><br>
</body></html>