<!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] Sending lots of NAL's
problem</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1"
color="#0000FF">what do you mean by &quot;</font><font face="Arial"
color="#000000">treat the data as a set of (&gt;=1) NAL
units.&quot;?</font><font face="Arial" size="-1" color="#0000FF"> do
you mean that I should read it and use the fNumOfTruncatedBytes if
needed?</font></blockquote>
<div><br></div>
<div>No, I just meant that you should - in your socket read handler -
read *all* of the available data from the socket, rather than just one
NAL unit's worth.&nbsp; That way, you'll reduce the number of times
that you handle socket read events, reducing your overhead.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>