<!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>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Tahoma size=2>Abhishek</FONT></DIV>
<DIV><FONT face=Tahoma size=2></FONT> </DIV>
<DIV><SPAN class=843554307-08012008><FONT face=Tahoma size=2>OK you are using 
1.19.5. There has been some improvements in the current CVS which changes 
the detection method of extended video capability. You should be using the 
CVS version.</FONT></SPAN></DIV>
<DIV><SPAN class=843554307-08012008><FONT face=Tahoma 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=843554307-08012008><FONT face=Tahoma size=2>I hope to have the 
next and first stable release 1.20 available within the next couple of 
weeks.</FONT></SPAN></DIV>
<DIV><SPAN class=843554307-08012008><FONT face=Tahoma 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=843554307-08012008><FONT face=Tahoma 
size=2>Simon</FONT></SPAN></DIV>
<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>Abhishek 
  Rohilla<BR><B>Sent:</B> Tuesday, January 08, 2008 3:39 PM<BR><B>To:</B> 
  h323plus@lists.packetizer.com<BR><B>Subject:</B> Re: [h323plus] How to Add 
  Extended Video Capability for H.239<BR><BR></FONT></DIV>Simon<BR><BR>I think 
  the reason why dynamic H263 codec is not being loaded is because of the flags 
  field in <FONT face="Courier New" size=2>PluginCodec_Definition<BR><BR>For 
  dynamic codec flag is <BR><BR>PluginCodec_MediaTypeVideo 
  |        // audio codec <BR>  
  PluginCodec_MediaTypeExtVideo |   //extended video <BR>  
  PluginCodec_RTPTypeExplicit,        // 
  specified RTP type<BR><BR>which makes up value of 69.<BR><BR>Now in 
  H323PluginCodecManager::RegisterCodecs() function<BR><BR>the check 
  (<BR>           
  videoSupported 
  &&<BR>           
  ((encoder.flags & PluginCodec_MediaTypeMask) == PluginCodec_MediaTypeVideo 
  ) && <BR>           
  strcmp(encoder.sourceFormat, "YUV420P") == 0 
  <BR>        )<BR><BR>fails because 
  (</FONT><FONT face="Courier New" size=2>encoder.flags & 
  PluginCodec_MediaTypeMask) == 5 and </FONT><FONT face="Courier New" 
  size=2>PluginCodec_MediaTypeVideo = 4 .</FONT><FONT face="Courier New" size=2> 
  <BR>There is no flag check for extended video.<BR>So the codec is not 
  loaded.<BR>I am using H323plus version 1.19.5 downloaded from h323plus 
  site.<BR><BR>I am just calling AddAllCapabilities(0, 0, "*") to load the 
  plugins. <BR>Is there something else to be done to load extended video 
  capabilities because I think this call is not loading extended video codecs 
  because of the reason mentioned above.<BR></BLOCKQUOTE></FONT></BODY></HTML>