Download limiter under win32

Tips and tricks to get more out of kPlaylist

Download limiter under win32

Postby jmelhus » Tue Jul 12, 2005 3:34 pm

Hi!

Just wanted to say, so you also could apply this to your server if you want to. Well, I know have a download limiter with my apache server and kplaylist.

My system:

Windows server 2003, datacenter edition
MySQL 4.1
Apache 2.0.54
mod_ssl/2.0.54
OpenSSL/0.9.7g
PHP/4.3.11
Kplaylist 1.5 build 395

Downloaded and configured from this page: http://ivn.cl/apache/

It wasnt that hard.

Add this line to you loadmodule:

Code: Select all
LoadModule bw_module modules/bw_mod-2.0.54.dll


And this code to your configuration directive:

Code: Select all
BandWidthModule On
BandWidth    all 102400
MinBandWidth all 50000


The example above, will have a top speed of 100kb for the 1º
client. If more clients come, it will be splitted accordingly but
everyone will have at least 50kb (even if you have 50 clients)

More examples at the url above, where I've extracted this how to do...

:)
jmelhus
 
Posts: 128
Joined: Sat Jan 01, 2005 1:10 pm

Postby Alan » Tue Sep 13, 2005 7:14 pm

Nice, but is it a option like this for apache 1.37.27 too?
Oh, and have any one a tip for how to let the kplaylist use MAX avible uploadspeed? I`m at a 50/ 50 Mbit Line, but have yet to see the users of my playlist get more then max 500kb/s... I know 500 is normaly more then normal users at my arena have, but yet, the users at my kplaylist is on conections from 4- 12 Mbit.. and i would like to offer them nice speed.
Alan
 
Posts: 1
Joined: Tue Sep 13, 2005 7:06 pm


Return to Tips and tricks



cron