<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<style>BODY{font:10pt Tahoma, Verdana, sans-serif}</style></head><body>
<div style="text-align: left;"><p>Hi,
</p><p>
Currently i'm trying to initiate a video call using sip from a Tandberg 3000 MXP<br>to a softphone (SIP communicator application). It managed to get through only<br>for voice but failed on the video part. I have set it to go through h263p<br>protocol. When it comes to the video format, the tandberg is transmitting CIF<br>but on the soft phone it is only transmitting VGA. Is there a way to enable both<br>of them to transmit the video. 

</p></div><br>Khairul Nadzmi b Mohd Yusof<br><br>Analyst, Secure IT Services Department<br>Cyber Responsive Services<br>CyberSecurity Malaysia<br>An Agency Under the Ministry of Science, Technology &amp; Innovation (MOSTI)<br><br>General Line : +603 8992 6888<br>Direct Line  : +603 8992 6967<br>General Fax  : +603 8945 3205<br>Mobile       : +601 9272 1528<br>Email        : nadzmi@cybersecurity.my<br><br>Website      : http://www.cybersecurity.my<br><blockquote style="padding-left: 5px; margin-left: 5px; border-left: 2px solid rgb(0, 0, 255); margin-right: 0px;"><hr><b>From:</b> Mário Dias [mailto:mario@hardserver.com]<br><b>To:</b> asterisk-video@lists.digium.com<br><b>Sent:</b> Thu, 24 Feb 2011 19:29:35 +0800<br><b>Subject:</b> [Asterisk-video] error with app_transcoding<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(,<a href="mailto:s@camera">s@camera</a>,<a href="mailto:h263@qcif">h263@qcif</a>/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: &gt;Transcoding<br>
[,<a href="mailto:s@camera">s@camera</a>,<a href="mailto:h263@qcif">h263@qcif</a>/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 <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>
</blockquote><style>
</style>
<BR />
<BR />
<HR />
Disclaimer:<BR />
<BR />
“This&nbsp;email&nbsp;(and&nbsp;any&nbsp;attachment&nbsp;to&nbsp;it)&nbsp;is&nbsp;confidential&nbsp;and&nbsp;intended&nbsp;solely&nbsp;for&nbsp;the&nbsp;use&nbsp;of&nbsp;the&nbsp;individual&nbsp;or&nbsp;entity&nbsp;to&nbsp;whom&nbsp;it&nbsp;is&nbsp;addressed.&nbsp;CyberSecurity&nbsp;Malaysia&nbsp;assumes&nbsp;no&nbsp;liability&nbsp;whatsoever&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;email&nbsp;or&nbsp;for&nbsp;the&nbsp;consequences&nbsp;of&nbsp;actions&nbsp;taken&nbsp;based&nbsp;on&nbsp;such&nbsp;content&nbsp;unless&nbsp;it&nbsp;is&nbsp;subsequently&nbsp;confirmed&nbsp;in&nbsp;writing.&nbsp;Unintended&nbsp;recipients&nbsp;are&nbsp;notified&nbsp;that&nbsp;disclosing,&nbsp;copying&nbsp;or&nbsp;distributing&nbsp;of&nbsp;this&nbsp;email,&nbsp;or&nbsp;acting&nbsp;based&nbsp;on&nbsp;its&nbsp;contents,&nbsp;is&nbsp;strictly&nbsp;prohibited;&nbsp;and&nbsp;you&nbsp;are&nbsp;to&nbsp;immediately&nbsp;and&nbsp;permanently&nbsp;delete&nbsp;or&nbsp;destroy&nbsp;this&nbsp;email&nbsp;and&nbsp;notify&nbsp;the&nbsp;sender&nbsp;forthwith.<BR />
</body></html>