<html><head><base href="x-msg://630/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; 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; "><div lang="EN-GB" link="blue" vlink="purple"><div class="WordSection1" style="page: WordSection1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 10.5pt; font-family: Consolas; ">>(Unfortunately, you didn't say what your downstream object is, so until you do, I can't really tell you how to increase the buffer size.)<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-left: 0cm; margin-bottom: 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif; ">Ok, In H.264 mode, I’m directly using H264VideoStreamFramer, and in MPEG4 mode, I’m using MPEG4VideoStreamDiscreteFramer. I hope this is what you mean by the downstream object.</div></div></div></span></blockquote><div><br></div>No, I meant the 'sink' object that those feed into.  Is this a "RTPSink" (subclass)?  If so, then you should be seeing an error message like</div><div><span class="Apple-tab-span" style="white-space:pre">      </span> "MultiFramedRTPSink::afterGettingFrame1(): The input frame data was too large for our buffer size"</div><div><br></div><div>This error message will also tell you what to do:</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>Increase "OutPacketBuffer::maxSize" to at least <something> *before* creating this 'RTPSink'.</div><div><br></div><div>You can do this in your main program, before you create any LIVE555 objects:</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>OutPacketBuffer::maxSize = YOUR_NEW_BUFFER_SIZE;</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>