From 37e167b1a82f89bbb1c1a892d655eaa56c201de5 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 26 Nov 2005 22:24:43 +0000 Subject: new m4a streaming mojo --- config/ampache.cfg.php.dist | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') 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 @@ -337,6 +337,13 @@ search_type = fuzzy # DEFAULT: mp3splt -qnf "%FILE%" %OFFSET% %EOF% -o - | lame --mp3input -q 3 -b %SAMPLE% -S - - 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 -- cgit