Before creating RTP sink i have set
                                                   OutPacketBuffer::maxSize
= 200000;
However just before copying data into fTo
                                                           the value of
fMaxSize is 201260
                                                           the value of fTo
is 64405
Still then when the frame is received at receiver side then its of 34249.

On Mon, Jun 29, 2009 at 11:07 PM, Ross Finlayson <finlay...@live555.com>wrote:

> The first frame my streamer writes to "fTo" is of size 64405
>>
>
> You *must* check the value of "fMaxSize" before copying data to the "fTo"
> pointer.  "fMaxSize" tells you the size of the buffer that the downstream
> object has made available.
> --
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> live-devel mailing list
> live-devel@lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>



-- 
Muhammad Bilal Latif
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to