gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Limiting Bandwidth


From: Ross Mohn
Subject: Re: [Gnump3d-users] Limiting Bandwidth
Date: Wed, 13 Apr 2005 15:00:14 -0400

On Mon, 2005-04-11 at 00:01 +0000, André Vignatti wrote:
Is there any way to limit the upload bandwidth?

Only way I know of is to use the downsampling features:

downsample_enabled = 1
downsample_clients = ALL
no_downsample_clients = NONE
downsample_high_mp3   = lame --mp3input -b 56 $FILENAME -
downsample_medium_mp3 = lame --mp3input -b 32 $FILENAME -
downsample_low_mp3    = lame --mp3input -b 16 $FILENAME -
downsample_high_ogg   = sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 96 -
downsample_medium_ogg = sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 64 -
downsample_low_ogg    = sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix --resample 22050 -b 32 -
default_quality = low

You could also get rid of the downsample choice on the preference template pages if you want to force them into a specific default downsample rate.

Hope this helps -RPM
-- 
Ross Mohn
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]