[Live-devel] Live555 EventLoop Crash

David J Myers david.myers at panogenics.com
Tue Dec 20 02:32:05 PST 2011


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111220/607b0a22/attachment-0001.html>


More information about the live-devel mailing list