<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY><SPAN class=687235911-28012008><FONT face=Arial color=#0000ff size=2>
<DIV><BR>Taranpreet</DIV>
<DIV></FONT></SPAN> </DIV>
<DIV><SPAN class=687235911-28012008><FONT face=Arial color=#0000ff size=2>Send 
me the trace file offlist and I will look at it.</FONT></SPAN></DIV>
<DIV><SPAN class=687235911-28012008><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=687235911-28012008><FONT face=Arial color=#0000ff 
size=2>Simon</DIV></FONT></SPAN>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> 
  h323plus-bounces@lists.packetizer.com 
  [mailto:h323plus-bounces@lists.packetizer.com]<B>On Behalf Of </B>Taranpreet 
  Anand<BR><B>Sent:</B> Monday, January 28, 2008 9:57 PM<BR><B>To:</B> 
  h323plus@lists.packetizer.com<BR><B>Subject:</B> Re: [h323plus] Problem in 
  receiving 4CIF with H.263 codec<BR><BR></FONT></DIV>Hi,<BR><BR>I've used 
  SetVideoFrameSize but it doesn't seem to work.<BR><BR>1) If a call is made 
  from Sample application to Polycom on remote side,<BR>things work 
  fine.<BR>    Sample transmits 4CIF & receives CIF.<BR><BR>2) If 
  a call is made from Sample to Sample on remote side, negotiation<BR>seems to 
  fail.<BR>    Both sides selects H.263 with 4CIF for transmission but 
  no codec is<BR>selected for reception.<BR>    "H323VideoCodec codec" 
   received as a parameter of OpenVideoChannel in<BR>H323Endpoint derived 
  class shows the FrameWidth and FrameSize of CIF.<BR><BR>3) But if the call is 
  made from Salyens(4CIF) to the sample application on<BR>remote side, both 
  sides transmits and receives 4CIF perfectly well.<BR>   Though the 
  behaviour is not the same if the call is made from samle to<BR>Salyens, i.e. 
  it's not working.<BR><BR>I am completely puzzled over the behaviour cited in 
  above-mentioned cases.<BR><BR>PLEASe HELP!!!!<BR><BR>Thanks in 
  advance,<BR>Taranpreet<BR><BR><BR>
  <DIV><SPAN class=gmail_quote>On 1/24/08, <B class=gmail_sendername>Simon 
  Horne</B> <<A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="mailto:s.horne@packetizer.com" 
  target=_blank>s.horne@packetizer.com</A>> wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><BR><BR>Frame 
    sizes above CIF are handled by a dynamic codec definition in the<BR>plugin. 
    I suggest you download the latest plugins from the h323plus 
    website.<BR><BR>To ensure that 4CIF is available there is a new command in 
    h323plus<BR>H323EndPoint::SetVideoFrameSize().<BR><BR>eg...<BR>AddAllCapabilities(0, 
    P_MAX_INDEX, 
    "*");<BR>SetVideoFrameSize(H323Capability::CIF4MPI);<BR><BR>This will set 
    the maximum allowable framesize for all call to 
    4CIF.<BR><BR>Simon<BR><BR><BR><BR>-----Original Message-----<BR>From: <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:h323plus-bounces@lists.packetizer.com" 
    target=_blank>h323plus-bounces@lists.packetizer.com</A><BR>[mailto:<A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:h323plus-bounces@lists.packetizer.com" 
    target=_blank>h323plus-bounces@lists.packetizer.com</A>]On Behalf Of 
    Taranpreet Anand<BR>Sent: Thursday, January 24, 2008 2:27 PM<BR>To: <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:h323plus@lists.packetizer.com" 
    target=_blank>h323plus@lists.packetizer.com</A><BR>Subject: [h323plus] 
    Problem in receiving 4CIF with H.263 codec<BR><BR><BR>Hi,<BR>What I've done 
    is, I've added all capabilities first and then set the<BR>topmost priority 
    for "H.263"  (which I assume is dynamic and works for all<BR>sizes 
    including 4CIF).<BR>In H323EndPoint derived class,<BR>AddAllCapabilities(0, 
    P_MAX_INDEX, "*");<BR>PStringArray preferenceorder;<BR>PString str3_4cif = 
    "H.263";<BR>preferenceorder.AppendString(str3_4cif);<BR>capabilities.Reorder(preferenceorder);<BR><BR>This 
    transmits the video to remote site successfully but is not able to 
    show<BR>the received video.<BR>If CIF is selected at remote site, video is 
    displayed on both sides<BR>successfully.<BR>But if 4CIF is selected, video 
    is not shown on any side.<BR>Please Help.<BR>Thanks in 
    advance.<BR>Taranpreet<BR><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>