Re: [Live-devel] The loss of data in first frame sent

2009-06-30 Thread Muhammad Bilal
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

Re: [Live-devel] The loss of data in first frame sent

2009-06-30 Thread Ross Finlayson
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

Re: [Live-devel] The loss of data in first frame sent

2009-06-30 Thread Muhammad Bilal
Before creating RTP sink i have set OutPacketBuffer::maxSize = 20; However just before copying data into fTo the value of fMaxSize is 201260

Re: [Live-devel] The loss of data in first frame sent

2009-06-29 Thread Ross Finlayson
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

[Live-devel] The loss of data in first frame sent

2009-06-29 Thread Muhammad Bilal
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