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 [EMAIL PROTECTED] |
_______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
