Portál AbcLinuxu, 10. května 2025 09:46
# DOWNSAMPLING / BIT RATE CHANGE... podle návodu co jsem našel jsem nastavil parametry, restartoval, ale stále tentýž problém - mp3ka se stremuje po internetu stále její vlastní bitrate (např 196kbps) a né 33kbps, byť jsem nastavil kvalitu na medium... ;o/ Nevíte někdo víc než já? předem díky za reakce :o) Hezký den, Lukáš
## # # This support allows the music to be down-sampled before it is streamed # to clients. This will slow down the serving, and may be a little # processor intensive - I guess it will depend upon the speed of your # server, and the number of users you have. # ## # # Is downsampling support enabled? # # If this is disabled then none of the further downsampling options will # apply, even if they are set. # # Also note that if the downsampling support is disabled the preferences # page will not allow the clients to select their own bitrate. # # (I think this makes sense, if it's disabled it's misleading to present # configuration options to the clients). # downsample_enabled = 1 # ## # # For each of the downsampling levels the user has chosen the selected # file will be processed by a command. # # This command is assumed to write it's output directly to STDOUT. # # The following options specify the command line to run, note that # the string '$FILENAME' will be replaced by the file the user is # requesting. # #downsample_high_mp3 = /usr/bin/lame --mp3input -b 56 $FILENAME - downsample_medium_mp3 = /usr/bin/lame --mp3input -b 33 $FILENAME - #downsample_low_mp3 = /usr/bin/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 - # # # If you always want to force a particular bitrate upon clients who've # not chosen something different then specify it here: # default_quality = medium # #
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.