<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Does the “testRTSPClient” demo application work OK for you (with the same RTSP/RTP (I assume) source)?  If so, you should start by modifying the implementation of the “DummySink” class.<div class=""><br class=""></div><div class="">Note that - for H.264 video - each ‘frame’ that gets delivered from a H.264 RTSP/RTP stream (via a “H264VideoRTPSource” object) will be a H.264’ NAL unit’, not (necessarily) a complete video frame (i.e., picture).  Also, these NAL units will *not* begin with a ‘start code’.  It is your job to parse/decode each H.264 NAL unit, as appropriate.</div><div class=""><br class=""></div><div class="">Note also that calling “curPacketMarkerBit()” (to get the RTP ‘M’ bit) is just a hint.  This bit is *supposed to* indicate the last NAL unit of a ‘picture’, but you should not rely on this.  Once again, you need to parse/decode each H.264 NAL unit to figure out what it means.</div><br class=""><br class=""><div apple-content-edited="true" class="">
<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;  "><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;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>