transcoding flac > mp3 in snow leopard
Thanks for the program -- it works great for streaming mp3s! Still having trouble playing flacs, though.
Here's my setup.
Step 1: flac -d %s -
Step 2: lame -b %b - -
here are the contents of my /var/subsonic/transcode dir
drwxr-xr-x 6 root wheel 204 May 1 10:54 .
drwxr-xr-x 3 root wheel 102 Apr 30 18:37 ..
lrwxr-xr-x 1 root wheel 21 May 1 10:54 ffmpeg -> /opt/local/bin/ffmpeg
lrwxr-xr-x 1 root wheel 22 May 1 08:45 ffmpegx -> /opt/local/bin/ffmpegx
lrwxr-xr-x 1 root wheel 19 May 1 08:44 flac -> /opt/local/bin/flac
lrwxr-xr-x 1 root wheel 19 May 1 08:22 lame -> /opt/local/bin/lame
running the two steps in the command line directly works fine. ie
flac -d 'filename.flac'
lame -b 128 'filename.wav'
But it the web interface for transcoding / playing doesn't work.
any help would be appreciated.
Thanks!
Matt
Here's my setup.
Step 1: flac -d %s -
Step 2: lame -b %b - -
here are the contents of my /var/subsonic/transcode dir
drwxr-xr-x 6 root wheel 204 May 1 10:54 .
drwxr-xr-x 3 root wheel 102 Apr 30 18:37 ..
lrwxr-xr-x 1 root wheel 21 May 1 10:54 ffmpeg -> /opt/local/bin/ffmpeg
lrwxr-xr-x 1 root wheel 22 May 1 08:45 ffmpegx -> /opt/local/bin/ffmpegx
lrwxr-xr-x 1 root wheel 19 May 1 08:44 flac -> /opt/local/bin/flac
lrwxr-xr-x 1 root wheel 19 May 1 08:22 lame -> /opt/local/bin/lame
running the two steps in the command line directly works fine. ie
flac -d 'filename.flac'
lame -b 128 'filename.wav'
But it the web interface for transcoding / playing doesn't work.
any help would be appreciated.
Thanks!
Matt