<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><blockquote type="cite">No!  You MUST NOT include 'start codes' (i.e., 0x00 0x00 0x00 0x01) <br></blockquote><blockquote type="cite">in the NAL units that you feed to a "H264VideoStreamDiscreteFramer".<br></blockquote><blockquote type="cite">I don't know how much clearer I (and the LIVE555 code) can be about <br></blockquote><blockquote type="cite">this!<br></blockquote><br>Sorry let me be more precise, I meant AVC nal lengths, which I was<br>(incorrectly) referring too as start codes of the AVC format. I definitely<br>get that annex-b start codes should not be sent to the Framer, it can be<br>clearly seen in the code, but i am not sure if the framer requires the AVC<br>NAL lengths which precede the Nal data for each NAL Unit. <br></div></blockquote><div><br></div>No, you just feed the "H264VideoStreamDiscreteFramer" the NAL unit data itself.  The "H264VideoStreamDiscreteFramer" doesn't need any in-band length field, because you specify the length ("fFrameSize") separately when you deliver each frame (i.e., NAL unit) to it, and the "H264VideoStreamDiscreteFramer" gets the length (as a separate parameter) whenever it receives each frame (i.e. NAL unit).</div><div><br></div><div><br></div><div><blockquote type="cite"><div>Ill try to *decipher* the RTP IETF Docs.</div></blockquote><div><br></div>You don't need to do this, because we (the "LIVE555 Streaming Media" software) have implemented these RTP payload formats for you.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>