<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-AU link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Yes, it should be a Generic capability as per H.245 Annex E.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Last time I looked the MPEG4 plug-in did not support H.323 at
all. I will talk to some others about adding the correct code.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Robert Jongbloed<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>OPAL/OpenH323 Architect and Co-founder.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:
"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;
font-family:"Tahoma","sans-serif"'> h323plus-bounces@lists.packetizer.com
[mailto:h323plus-bounces@lists.packetizer.com] <b>On Behalf Of </b>Abhishek
Rohilla<br>
<b>Sent:</b> Thursday, 17 January 2008 8:42 PM<br>
<b>To:</b> h323plus@lists.packetizer.com<br>
<b>Subject:</b> [h323plus] How to add a generic Video Capability?<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Hi<br>
<br>
I have been able to build mpeg4 plugin code taken from opal cvs. Its
PluginCodec Definition has defined it as type
PluginCodec_H323Codec_nonStandard.<br>
I have changed it to PluginCodec_H323Codec_generic and compiled it. <br>
<br>
Should mpeg4 capability be added as generic or non-standard? What is the
difference between two?<br>
<br>
 My application is loading the dll perfectly fine now but the capabilities
are not being added because of the following reasons: <br>
<br>
1.) Generic and non-standard video capabilties require <i><span
style='font-size:10.0pt;font-family:"Verdana","sans-serif"'>h323CapabilityData(last
member in PluginCodec_Definition) to point to generic capability data info.
This has not been defined in  opal plugin code. <br>
<br>
2.) H323Capability *CreateGenericVideoCap() is checking for
PluginCodec_H323GenericCodecData in PluginCodec_Definition and it is null
currently ,so capability is not created <br>
<br>
</span></i><span style='font-size:10.0pt;font-family:"Verdana","sans-serif"'>Can
someone help me in how to define generic capability data and what all
information it needs? I have recognized the structures in opalplugins.h but
don't know how to fill them with suitable values for mpeg4 plugin. <br>
<br>
Please help<br>
<br>
Thanks</span><o:p></o:p></p>

</div>

</div>

</body>

</html>