<!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">In doGetNextFrame(),
if the NAL is larger than fMaxSize,</font></blockquote>
<blockquote type="cite" cite><font face="Arial">how to process the
remaing data (fNumTruncatedBytes)?</font></blockquote>
<div><br></div>
<div>You can't, because they will not have been delivered (because you
did not provide enough space for hem).</div>
<div><br></div>
<div>You need to make sure that the "maxSize" parameter to
the "getNextFrame()" call is at least as large as the
largest NAL unit you expect to receive.</div>
<div><br></div>
<x-sigsep><pre>--
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>