<!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>>><I>In doGetNextFrame(), if the NAL is larger than
fMaxSize,<BR></I>>><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.<BR></FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Thank you. </FONT></DIV>
<DIV><FONT face=Arial>But I am confused.</FONT></DIV>
<DIV><FONT face=Arial>I am playing H.264, and just implement
H264VideoStreamFramer::doGetNextFrame() and </FONT><FONT
face=Arial>checkForFrame().</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>As you said, s</FONT><FONT face=Arial>hould I control to
call getNextFrame() from H264RTPSink with a large enough
maxSize?</FONT></DIV>
<DIV><FONT face=Arial>Could you show me directions of how to do
that?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial></FONT><FONT face=Arial>Another, what is is
H264FUAFragmenter used for?</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Thank you!</FONT></DIV>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>Best Regards,</DIV></FONT></BODY></HTML>