Hi Ross, >> I?ve tried increasing OutPacketBuffer::maxSize from 1000000 to 5000000 (5 million) but this has no effect. Am I just trying to stream too much data, too quickly?
>No, the problem has nothing to do with 'speed'. There's a bug in your code somewhere. Sorry. Would you please take another look at this? My debug below shows that something (not OutPacketBuffer::maxSize) is limiting the output buffer to 150k. Interestingly, this is the BANK_SIZE in StreamParser.cpp, and I know there have been changes around this in this latest release to avoid blowing up on exceeding this value. Whatever I set the OutPacketBuffer::maxSize to, I only ever seem to get 150k of frame buffer. deliverFrame(): Stream:0, fFrameSize:194476, fNumTruncatedBytes:44478 deliverFrame(): Stream:0, fFrameSize:221966, fNumTruncatedBytes:71967 deliverFrame(): Stream:0, fFrameSize:186214, fNumTruncatedBytes:36216 deliverFrame(): Stream:0, fFrameSize:193011, fNumTruncatedBytes:43012 deliverFrame(): Stream:0, fFrameSize:197736, fNumTruncatedBytes:47738 deliverFrame(): Stream:0, fFrameSize:210813, fNumTruncatedBytes:60816 deliverFrame(): Stream:0, fFrameSize:204507, fNumTruncatedBytes:54509 Thanks and regards - David
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel