<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
--></style><title>Re: [Live-devel] if the NAL is larger than
fMaxSize</title></head><body>
<blockquote type="cite" cite><font face="Arial">Thank
you.</font></blockquote>
<blockquote type="cite" cite><font face="Arial">But I am
confused.</font></blockquote>
<blockquote type="cite" cite><font face="Arial">I am playing H.264,
and just implement H264VideoStreamFramer::doGetNextFrame() and
checkForFrame().</font></blockquote>
<blockquote type="cite" cite> </blockquote>
<blockquote type="cite" cite><font face="Arial">As you said, should I
control to call getNextFrame() from H264RTPSink with a large
enough maxSize?</font></blockquote>
<blockquote type="cite" cite><font face="Arial">Could you show me
directions of how to do that?</font></blockquote>
<div><br></div>
<div>Yes, add</div>
<div><x-tab>
</x-tab>OutPacketBuffer::maxSize =
<whatever-maximum-NAL-unit-size-you-want>;</div>
<div>to your code, before you create any "RTPSink"s (or
create a "RTSPServer").</div>
<div><br>
<br>
</div>
<blockquote type="cite" cite> </blockquote>
<blockquote type="cite" cite><font face="Arial">Another, what is is
H264FUAFragmenter used for?</font></blockquote>
<div><br></div>
<div>It's used to implement FU-A packets, as defined in RFC 3984.
You should not have to care about that code (it just works :-)</div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>