<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial>&gt;&gt;</FONT><FONT face=Arial><I>In doGetNextFrame(), if 
the NAL is larger than fMaxSize,<BR></I>&gt;&gt;</FONT><FONT face=Arial><I>how 
to process the remaing data (fNumTruncatedBytes)?<BR></I><BR>&gt;You can't, 
because they will not have been delivered (because you did <BR>&gt;not provide 
enough space for hem).<BR><BR>&gt;You need to make sure that the "maxSize" 
parameter to the <BR>&gt;"getNextFrame()" call is at least as large as the 
largest NAL unit <BR>&gt;you expect to receive.</FONT><BR></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>I check the maxSize is set as 60000 in default 
(MultiFramedRTPSink::fOutBuf).</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Even I&nbsp;assign the desired maxSize to the 
"getNextFrame()", it is also limited in the maxSize (60000).</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Should&nbsp;I change the default maxSize of 
MultiFramedRTPSink::fOutBuf? (we need 1000000 bytes of a frame at 
least.)</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Thanks.</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>BRs,</FONT></DIV></BODY></HTML>