> On Jan 27, 2022, at 1:39 AM, Victor Vitkovskiy 
> <[email protected]> wrote:
> 
> Hello Ross, 
> 
> Yes, I know that OutPacketBuffer::maxSize=30000 is not enough for handling 
> 56Kb frame, I just trying to handle a situation when OutPacketBuffer::maxSize 
> is set to lower value then a frame that we need to send.

What you’re doing is correct.  However, you’re seeing the error message ("The 
input frame data was too large for our buffer size…”) ***precisely because*** 
you had to truncate the data.  That’s what the error message means.

Therefore, set "OutPacketBuffer::maxSize” to a large enough value so that you 
won’t need to truncate (i.e., lose) any data.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to