Dear Sir,<div><div><br></div><div> I found the outpacketBuffer size is almost the same as the input buffer.</div><div>when set the OutPacketBuffer::maxSize = 60000, the
outpacketBuffer size is 60816 bytes, and the fInputBuffer in H264FUAFragmenter is 60000. </div></div><div> I traced the "fPacketStart" and "fCurOffset" in OutPacketBuffer class( I just send H264 video and pcma audio only). For fPacketStart, it's 0 after each RTP packet is send. And the fCurOffset is always smaller than 1448 (max rtp packet size).</div>
<div> So, my question is, need the outpacketBuffer be that larger, up to 60816 bytes?</div><div> The left space size (60816-1448) is not used. right?</div><div> In my opinion, it just need to be a little larger than 1448, such as 1500.</div>
<div><br></div><div> Pls confirm and give me some advise,thank you very much!</div><div><br></div><div>--Daniel Liu</div>