<!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] H.264 RTP</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">For my case,
where the encoder gets the data from a ring buffer to encode and then
pass to another ring buffer for streaming using RTP, can I dont have a
framer.cpp and use the h.264video sink directly?</font></blockquote>
<div><br></div>
<div>No, your &quot;H264VideoRTPSink&quot; *must* be fed by a
(subclass of) &quot;MPEG4VideoStreamFramer&quot; (because it needs to
call the &quot;currentNALUnitEndsAccessUnit()&quot; virtual function,
which your subclass will implement).</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>