> No. Our software (in particular, the "H264VideoRTPSink" class)<br>
> already implements the RTP payload format described in RFC 3984.<br>
> All you need to do is deliver - one at a time - NAL units to it<br>
> (*without* a preceding 'length' 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'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'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'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>