<!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>
<DIV><FONT face=Arial>>></FONT><FONT face=Arial><I>In doGetNextFrame(), if
the NAL is larger than fMaxSize,<BR></I>>></FONT><FONT face=Arial><I>how
to process the remaing data (fNumTruncatedBytes)?<BR></I><BR>>You can't,
because they will not have been delivered (because you did <BR>>not provide
enough space for hem).<BR><BR>>You need to make sure that the "maxSize"
parameter to the <BR>>"getNextFrame()" call is at least as large as the
largest NAL unit <BR>>you expect to receive.</FONT><BR></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>I check the maxSize is set as 60000 in default
(MultiFramedRTPSink::fOutBuf).</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Even I assign the desired maxSize to the
"getNextFrame()", it is also limited in the maxSize (60000).</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Should I change the default maxSize of
MultiFramedRTPSink::fOutBuf? (we need 1000000 bytes of a frame at
least.)</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Thanks.</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>BRs,</FONT></DIV></DIV></BODY></HTML>