<!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]   doGetNextFrame() in
H264VideoStreamFram</title></head><body>
<blockquote type="cite" cite><font face="Arial">Hi,
everyone,</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial">I want to ask
questions about doGetNextFrame()&nbsp;in
H264VideoStreamFramer.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial">1.&nbsp;Should&nbsp;I
copy&nbsp;&quot;a whole frame data(a sequence of NALs of a frame)&quot;
or &quot;a individual NAL unit&quot; into the fTo
address??</font></blockquote>
<div><br>
You should copy an individual NAL unit.</div>
<div><br></div>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font
face="Arial">2.&nbsp;&nbsp;Who&nbsp;to control&nbsp;to call
currentNALUnitEndsAccessUnit()? When?</font></blockquote>
<div><br></div>
<div>You should implement this function so that it returns True if the
NAL unit that you just delivered is the last NAL unit of the frame,
and False otherwise.</div>
<div><br></div>
<div><br></div>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Arial">&nbsp;How
to&nbsp;detect the NAL is the last one of the
frame??</font></blockquote>
<div><br></div>
<div>I don't know; you're going to figure that out yourself.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>