Does Apache 2.2 (windows) have any default bandwidth limit?
Posted
by
igino manfre'
on Server Fault
See other posts from Server Fault
or by igino manfre'
Published on 2012-10-15T12:29:45Z
Indexed on
2012/11/04
17:04 UTC
Read the original article
Hit count: 233
apache2
|windows-server-2008-r2
I'm running Apache on a server in cloud (Windows server 2008 R2 on VMware, 1 Gbps of BW, http://95.110.164.61
). I'm streaming many live DVB MPEG Transport Stream, precompressed in loop, (not flash) generated by VLC on port 640xx and then reverse proxied by Apache on port 80.
The server's firewall is open for VLC and Apache on all ports.
Above 1.5 Mbps the reproduction is affected by continous stop & go. Please note that if you request a stream generated by VLC directly at http://95.110.164.61:64087/mpg2_6.4
you see a correct stream, while if you request http://95.110.164.61/mpg2_6.4
you do not.
I know that Flash streaming Server uses Apache to stream on port 80 (and it works). I'm not an expert with Apache, can anyone tell me if any "special" module is required to increase the bandwidth?
© Server Fault or respective owner