diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-26 22:24:43 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-26 22:24:43 +0000 |
commit | 37e167b1a82f89bbb1c1a892d655eaa56c201de5 (patch) | |
tree | a1fb8af9391f27573094a46b46ad05bd97262af3 /config | |
parent | b8fe75626cdd4fe526f31de959f3ab5888c1671a (diff) | |
download | ampache-37e167b1a82f89bbb1c1a892d655eaa56c201de5.tar.gz ampache-37e167b1a82f89bbb1c1a892d655eaa56c201de5.tar.bz2 ampache-37e167b1a82f89bbb1c1a892d655eaa56c201de5.zip |
new m4a streaming mojo
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index bfee16ed..ce39f31d 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -338,6 +338,13 @@ search_type = fuzzy downsample_cmd = mp3splt -qnf "%FILE%" %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - - ####################################################### +# These are commands used to transcode non-streaming +# formats to mp3 for streaming. Very similar to +# downsampling, but requires something that can play +# the various file formats. +stream_cmd_m4a = faad -f 2 -w "%FILE%" | lame -r -b %SAMPLE% -S - - + +####################################################### # These options control the "local play" feature. This requires # a playlist manager such as moosic, winamp, xmms etc which # can be controlled via command line. |