<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Your "deliverFrame()" function looks OK - provided that it gets called whenever a new MPEG-4 frame is available.  Note that each call to "MyStreamingDeviceSource::doGetNextFrame()" must be followed (eventually) by a call to "FramedSource::afterGetting(this)".  Therefore, if you return from "deliverFrame()" at the "if(newFrameSize == 0) return;" statement (because no new frame data is available), you must ensure that "deliverFrame()" somehow gets called again later when new frame data *is* available.<div><br></div><div><div><br><blockquote type="cite">when i am doing that I am not getting anything in VLC and testRTCPClient</blockquote><div><br></div>You should use "testRTSPClient" (sic) for testing first; only after that's working should you bother using VLC.</div><div><br></div><div><br><blockquote type="cite">I suspect that I did not send the configuration data before sending the actual data. I saw that my AVPAcket has "00000001B6" in starting and I think i somehow need to send "00000001B0" to signal start of data.<br><br>I also noticed that when i encode using FFMpeg in codec->extradata I have some header information that has "00000001B0" in that but i dont know how to pack all this information</blockquote><div><br></div>Yes, this 'extra data' is important.  You should treat it just as you would a video frame, and make sure that it is the first 'frame' that you feed to your "MyStreamingDeviceSource::deliverFrame()" is this 'extra data'.  I suspect that this may be enough to make your code work.</div></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>