[Live-devel] input frame data too large for buffer
Ross Finlayson
finlayson at live555.com
Tue Oct 17 11:29:01 PDT 2006
>On 10/17/06, Ross Finlayson <finlayson at live555.com> wrote:
>> >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.
>
>Ok, but how could I do this, given that I'm using RTSPServer and
>ServerMediaSession and SubSession, and don't know from my app any
>lower abstraction from LiveMedia?
OK, add that code before you create your "RTSPServer" object.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list