[Asterisk-video] Lifesize HD X10 endpoints & Video Resolution and framerate configuration question
CM Rahman
cmrahman at yahoo.com
Wed Apr 13 22:21:20 CDT 2011
Hi Gunnar,
I have access to Lifesize equipments. I can help you with this.
Thanks
CM
________________________________
From: Gunnar Schaller <linux at nowin.de>
To: Development discussion of video media support in Asterisk
<asterisk-video at lists.digium.com>
Sent: Wed, April 13, 2011 5:20:38 PM
Subject: Re: [Asterisk-video] Lifesize HD X10 endpoints & Video Resolution and
framerate configuration question
Hello,
Try to modify the Asterisk source. In chan_sip.c search for the
function add_vcodec_to_sdp (around line 10316 in 1.8 branch at the
moment). At the end of the function there is a comment:
/* Add fmtp code here */
Add this lines after the comment:
if (codec & 0x200000) {
ast_str_append(a_buf,0,"a=fmtp:%d
profile-level-id=42801f;max-mbps=245000;max-fs=8192;
packetization-mode=0\r\n",rtp_code);
}
I did not test that. I not even tried to compile with that lines ...
So no guarantee for anything. I just had a look to the source in
chan_sip.c and your SIP trace and tried to build together some lines
of code. It is not a solution for all video problems. It's only a hack
for your situation with the Lifesize system.
I do not have access to such a Lifesize conferencing system at the
moment. But I know someone and maybe I will do a test in a few weeks.
Regards,
Gunnar
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-video
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-video/attachments/20110413/c5c1db95/attachment.htm>
More information about the asterisk-video
mailing list