Thankyou very much.
>"fTo" is a pointer, not a counter!
just a typo mistake from my side. I mean't to say
However just before copying data into fTo
the value of
fMaxSize is 201260
Before creating RTP sink i have set
OutPacketBuffer::maxSize = 20;
However just before copying data into fTo
the value
of fMaxSize is 201260
the value
of fTo is 64405
"fTo
Before creating RTP sink i have set
OutPacketBuffer::maxSize
= 20;
However just before copying data into fTo
the value of
fMaxSize is 201260
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
Hello!
The first frame my streamer writes to "fTo" is of size 64405 but at reciever
end the first frame recieved is of size 34249. The next frames sent and
receive are almost same. I'm confused where the heck 3 bytes go???
--
Muhammad Bilal Latif