> FWIW mplayer on the same machine can play the test mp4a song file I am
> using

I use mplayer to play m4a files through SlimServer.  Here's my line('s)
in slimserver-convert.conf:


Code:
--------------------
    
  mov mp3 * *
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | $lame$ 
--silent -q $QUALITY$ -b $BITRATE$ - -
  
  mov wav * *
  [mplayer] -novideo -ao pcm:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null
  
--------------------


Now, I haven't tried it with Apple Lossless files, but I would assume
that if mplayer can play the file on your system, it should work piping
through slimserver.


-- 
mlmurray
------------------------------------------------------------------------
mlmurray's Profile: http://forums.slimdevices.com/member.php?userid=1910
View this thread: http://forums.slimdevices.com/showthread.php?t=18828

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to