<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><FONT size=2>Hi ROSS,</FONT><BR>
<FONT size=2>Thanks for your reply!</FONT><BR>
<FONT size=2>I had defined "H264VideoStreamDiscreteFramer" to be a subclass of ""H264VideoStreamFramer".And the class "H264VideoStreamDiscreteFramer" included </FONT><BR>
<FONT size=2>two&nbsp;member function(I read your reply in maillist):void H264VideoStreamDiscreteFramer::doGetNextFrame(),</FONT><BR>
<FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT><FONT size=2>&nbsp;Boolean&nbsp; H264VideoStreamDiscreteFramer::currentNALUnitEndsAccessUnit().</FONT><BR>
<FONT size=2>Is it right ?</FONT><BR>
<FONT size=2>&nbsp;</FONT><BR>
<FONT size=2>According&nbsp;to&nbsp;your reply, I rewrite my code like this :</FONT><BR>
<FONT size=2></FONT>&nbsp;<BR>
<FONT size=2>//************************************************************************************************************************************//<BR>FramedSource* H264VideoLiveServerMediaSubsession<BR>::createNewStreamSource(unsigned /*clientSessionId*/, unsigned&amp; estBitrate) {</FONT><BR>
<FONT size=2>&nbsp; estBitrate = 320; // kbps, estimate ; see my notebook</FONT><BR>
<FONT size=2></FONT>&nbsp;<BR>
<BR><FONT size=2>&nbsp; // Create the video source:<BR>H264VideoStreamDiscreteFramer *liveSource<BR>&nbsp;&nbsp;&nbsp;&nbsp; =H264VideoStreamDiscreteFramer::createNew(*env_H264,&nbsp; NULL, buffers_H264, length_H264, bufferhasitem_H264, mutex_H264);<BR>&nbsp;&nbsp; if (liveSource == NULL)&nbsp; return NULL;<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return&nbsp; liveSource;<BR>&nbsp; <BR>}<BR><BR>//***********************************************************************************************************************************//</FONT><BR>
<FONT size=2></FONT>&nbsp;<BR>
<FONT size=2>Is it right?</FONT><BR>
<FONT size=3></FONT>&nbsp;<BR>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #008080 2px solid; MARGIN-RIGHT: 0px">
<HR id=EC_stopSpelling>
Date: Tue, 16 Jan 2007 06:13:07 -0800<BR>To: live-devel@ns.live555.com<BR>From: finlayson@live555.com<BR>Subject: Re: [Live-devel] "createNewStreamSource()" member function<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass blockquote, .ExternalClass dl, .ExternalClass ul, .ExternalClass ol, .ExternalClass li
{padding-top:0;padding-bottom:0;}

</STYLE>

<BLOCKQUOTE><FONT face="Times New Roman">&nbsp;return H264VideoStreamFramer::createNew(envir(),liveSource);&nbsp;</FONT></BLOCKQUOTE>
<DIV><BR></DIV>
<DIV>You can't do this, because "H264VideoStreamFramer" is a virtual base class.&nbsp; Instead, you should define your own class "H263VideoStreamDiscreteFramer" to be a subclass of ""H264VideoStreamFramer".&nbsp; Then, your "H263VideoStreamDiscreteFramer" object can be the value returned by your implementation of "createNewStreamSource()".</DIV><PRE>-- 
</PRE>
<DIV><BR>Ross Finlayson<BR>Live Networks, Inc.<BR>http://www.live555.com/</DIV></BLOCKQUOTE><br /><hr />ÂÊÏȳ¢ÊÔ Windows Live Mail¡£ <a href='http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d' target='_new'>Windows Live Mail</a></body>
</html>