<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText10011 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>Hi Ross,</FONT></DIV></DIV>
<DIV dir=ltr>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks for helping me with the h.264 framer. Few more questions before I test out the framer.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1) "currentNALUnitEndsAccessUnit()" - for this boolean function, how do we know whether a NAL unit is the last unit in a frame? How different is this NAL unit so that i can write a IF statement</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2) My teammate is still working on the encoder so I can only test with a encoded file. The file is using Annex B file format. Do I have to amend the previous framer which i posted to take into account?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>// Additional Implementation for H264videostreamframer<BR>void H264VideoStreamFramer::doGetNextFrame() {<BR>&nbsp;<BR>&nbsp; // Try to read as many bytes as will fit in the buffer provided<BR>&nbsp; // (or "fPreferredFrameSize" if less)<BR>&nbsp; if (fPreferredFrameSize &gt; 0 &amp;&amp; fPreferredFrameSize &lt; fMaxSize) {<BR>&nbsp;&nbsp;&nbsp; fMaxSize = fPreferredFrameSize;<BR>&nbsp; }<BR>&nbsp; fFrameSize = g_video_enc_rbuf-&gt;read(fTo,fMaxSize,0); //g_video_enc_rbuf is a ring buffer which contains the encoded video<BR><BR>&nbsp;<BR>&nbsp; // Record the current time as the 'presentation time':<BR>&nbsp; gettimeofday(&amp;fPresentationTime, NULL);<BR>}</FONT><BR></DIV>
<DIV><FONT face=Arial size=2>Many thanks again. Hopefully I can make it by dateline</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Zkunhui</FONT></DIV></DIV></BODY></HTML>