[Live-devel] input frame data too large for buffer
Ross Finlayson
finlayson at live555.com
Tue Oct 17 08:56:20 PDT 2006
>I looked in LiveMedia code and found a couple of places where
>OutPacketBuffer::maxSize is assigned; but, is there a way to modify
>this without touching the code, I mean, is it configurable?
Yes, but you do this in *your* code - not by changing the library code.
I.e., add
OutPacketBuffer::maxSize = 100000;
to your code, before you create any "RTPSink"s.
However, if your data really iw malformed, then there's no guarantee
that this will solve your problem.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list