<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div class="gmail_quote"><div>    How can I parse the H.264 RTP packets using the live555 streaming media lib . now I can </div><div><br></div><div>receive RTP from our media server. So I want to use live555 streaming media to parse the  </div>

<div><br></div><div>H.264 packets and use ffmpeg to parse H.264 Units to RGB.</div></div></blockquote></div><br><div>The "LIVE555 Streaming Media" software doesn't include any decoding (or encoding) software.  The "H264VideoRTPSource" class receives and extracts H.264 NAL units from incoming RTP packets, but it's your job to decode these NAL units.</div><div><br></div><div>I.e., you must write your own H.264 decoder class (a subclass of "MediaSink"), and 'play' it (using "startPlaying()") from your "H264VideoRTPSource" object.</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>