Wowza Community

TCP window size with RTMP live streaming

Hi,

We are tracking a possible Long Fat Network issue using WMS on ubuntu. The default and max tcp window (read and write) have been increased in the kernel, but I cannot find any parameter related to TCP window size on WMS. So here is the question:

does WMS set its own TCP window side for any reason or is it using the default TCP stack parameters?

Also if WMS do something specific on that side, can it be set by any parameter in the config file?

Thanks,

Nicolas

The settings that we have access to that are socket related from within Jave are here:

http://download.oracle.com/javase/1.5.0/docs/api/java/net/Socket.html

You can see if VHost.xml that you can change the send and receive buffer size.

Charlie