Hi Simon<br><br>I am now using the latest H263 plugin from CVS repository having extended video capability feature added.<br>After adding all capabilities the capability table now shows only two types of H263 capability<br>
One for CIF and other for QCIF.<br>The dynamic size capability which is defined in the PluginCodec_Definition is not loaded now and that only contains extended video support.<br>So I am not able to open extended video channel since capability is not added.
<br><br>I have one more doubt that when OpenExtendedVideoSession is called it matches local extended videocapability with extended video capability in remote side capability table.<br>But in my application when I check the remote side capability table it shows no extended video capability and the table size is just 3.
<br>So even if I am able to successfully add extended video capability on local side then remote side capability match will fail in OpenExtendedVideoSession () call.<br><br>H323ExtendedVideoCapability * remoteCapability = (H323ExtendedVideoCapability *)remoteCapabilities.FindCapability(localCapability); 
<br><br>I am connecting with Polycom PVX with H239 content check enabled.<br><br>I have one more doubt regarding H323Plus and plugin versions given on <a href="http://www.h323plus.org">www.h323plus.org</a> and <a href="http://sourceforge.net">
sourceforge.net</a> h323plus cvs repository. <br>Earlier I was using plugins version 1.19.5 downloaded from h323plus site but I guess the one on CVS is more updated.<br>I am having some problems downloading entire code from CVS.
<br>When will the latest plugin and H323plus release be updated on h323plus site?<br><br>Please help<br>