<!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] Support for
H.264</title></head><body>
<blockquote type="cite" cite><font size="-1">1) Other than
doGetNextFrame, fPresentationTime, currentNALUnitEndsAccessUnit, what
other functions do I need to implement into the subclass of
&quot;H264VideoStreamFramer&quot;?</font></blockquote>
<div><br></div>
<div>None, other than &quot;doGetNextFrame()&quot; and
&quot;currentNALUnitEndsAccessUnit()&quot;</div>
<div><br></div>
<blockquote type="cite" cite><font size="-1">2) I have read up on
writing h.264 RTP. Isit that the payload of the RTP is the same as the
payload of the NALU?</font></blockquote>
<div><br></div>
<div>Yes, but you don't need to worry about the RTP payload; the
&quot;H264VideoRTPSink&quot; class takes care of the packetization.&nbsp;
All you need to do is make sure that your &quot;H264VideoStreamFramer&quot;
subclass delivers NAL units (one at a time), with proper
&quot;fPresentationTIme&quot;s.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>