Siry, Gaetan wrote:
> Hello,
> 
> 
> 
> I am using the twsocket and twsocketserver in a video streaming
> application.
> 
> All the video data gets from one point to the other however after a
> little bit there is a very noticeable delay between what the server is
> displaying a and what the client is receiving.
> 
> I guess it is because of the buffering of the TWSocket component.

Yes, the send-functions copy data into TWSocket's internal buffer
which may grow a lot if more data is copied than can be sent. 

> 
> I would like to know if there I s away to minimize buffering therefore
> minimizing the  delay in sending data .

Yes, there's a property BufferedByteCount, skip a frame if buffered
data exceed some custom limit.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

> 
> Protocol is TCP by the way.
> 
> 
> 
> Thank you !
> 
> 
> 
> Gaetan Siry
> VHB, Inc.
> IT - Dev
> email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> 
> This communication is confidential and intended only for the
> recipient(s). Any other use, dissemination, copying, or disclosure of
> this communication is strictly prohibited. If you have received this
> communication in error, please notify us and destroy it immediately.
> Vanasse Hangen Brustlin, Inc. is not responsible for any undetectable
> alteration, transmission error, conversion, media degradation,
> software error, or interference with this transmission. Vanasse
> Hangen Brustlin, Inc. 101 Walnut St Watertown, MA 02472
> 617-924-1770
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to