[Live-devel] [Mirasys] Live555 RTSP server questions
Ross Finlayson
finlayson at live555.com
Wed Jan 26 04:48:02 PST 2022
> On Jan 27, 2022, at 1:39 AM, Victor Vitkovskiy <victor.vitkovskiy at mirasys.com> 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/
More information about the live-devel
mailing list