<!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] NAL header
bits</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">Im a newbie.
Im trying to decode h264 NAL header, I skip 12bytes of the RTP
header</font></blockquote>
<div><br></div>
<div>No, you should not be parsing RTP headers at all.&nbsp; Our class
&quot;H264VideoRTPSource&quot; already takes care of this - it
extracts NAL units from the incoming RTP stream, and delivers them
(one at a time) to the downstream object.&nbsp; Just use this.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>