<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>Hi Gunnar,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have access to Lifesize equipments. I can help you with this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>CM<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> Gunnar Schaller &lt;linux@nowin.de&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Development discussion of video media support in Asterisk &lt;asterisk-video@lists.digium.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Wed, April 13, 2011 5:20:38 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Asterisk-video] Lifesize HD X10 endpoints &amp; Video Resolution and framerate configuration question<BR></FONT><BR>Hello,<BR>Try to modify the Asterisk source. In chan_sip.c search for the<BR>function add_vcodec_to_sdp (around line 10316 in 1.8 branch at the<BR>moment). At the end of the function there is a comment:<BR>&nbsp; /* Add fmtp code here */<BR><BR>Add this lines after the comment:<BR>&nbsp; if (codec &amp; 0x200000) {<BR>&nbsp; &nbsp; &nbsp; ast_str_append(a_buf,0,"a=fmtp:%d<BR>&nbsp; &nbsp; &nbsp; profile-level-id=42801f;max-mbps=245000;max-fs=8192;<BR>&nbsp;
 &nbsp; &nbsp; packetization-mode=0\r\n",rtp_code);<BR>&nbsp; }<BR><BR>I did not test that. I not even tried to compile with that lines ...<BR>So no guarantee for anything. I just had a look to the source in<BR>chan_sip.c and your SIP trace and tried to build together some lines<BR>of code. It is not a solution for all video problems. It's only a hack<BR>for your situation with the Lifesize system.<BR>I do not have access to such a Lifesize conferencing system at the<BR>moment. But I know someone and maybe I will do a test in a few weeks.<BR><BR>Regards,<BR>Gunnar<BR><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>&nbsp; http://lists.digium.com/mailman/listinfo/asterisk-video<BR></DIV></DIV></div></body></html>