&gt; No.  Our software (in particular, the &quot;H264VideoRTPSink&quot; class)<br>
&gt; already implements the RTP payload format described in  RFC 3984.<br>
&gt; All you need to do is deliver - one at a time - NAL units to it<br>
&gt; (*without* a preceding &#39;length&#39; field).<br><br>Ross,<br><br>Thank you for the clarification.  A few follow up questions:<br><br>1. I have my stream running, but I can&#39;t seem to get VLC to digest it.  Should VLC be able to play it?  If I use UDP streaming, I can see the incoming packets but it never manages to figure out that the stream is H.264.  If I use RTP, it doesn&#39;t seem to do much of anything.  Any thoughts?<br>
<br>2. Do I need to do anything with PPS and SPS information?  My encoder supplies it but I don&#39;t currently do anything with it.  This could be my problem (?).<br><br>Any help is greatly appreciated; my goal is to get the output of my application to render correctly in VLC, so any advice would be great.<br>