IPGuy Wrote: 
> At least one user reported success with:
> > 
Code:
--------------------
  >   > [mplayer] -really-quiet -novideo -vc dummy -vo null -ao 
pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 1>&2 2>/dev/null - -
--------------------
> >  in the types.conf file, but this didn't work for me.  
> 
> As a relative newcomer to linux, the command line switches
> "file=/dev/fd/4 $FILE$ 4>&1 1>&2 2>/dev/null - -" don't make much
> sense so not sure if I have to make tweaks here to work on my
> particular build.
> 
> Any help would be appreciated.That looks like the line I came up with.  You 
> might want to review the
thread that was originally posted in here:
http://forums.slimdevices.com/showthread.php?p=70162#post70162

I came up with that for use on my Centos (Redhat) system.  I needed to
change the output command to "pcm:file=/dev/fd/4 $FILE$ 4>&1 1>&2
2>/dev/null". It was originally "pcm:file=/dev/fd/4 $FILE$ 4>&1
1>/dev/null" which someone else had posted, but that didn't work on my
system. You might want to try that.  As I said,  you can review this on
the previous thread.

Also, these settings need to be put in your existing convert.conf or in
a new seperare slimserver-convert.conf file. You shouldn't need to alter
your types.conf file

For what it's worth if you are just going to play AAC files and not
ALAC files you can just use FAAD directly.  MPLAYER is only required if
you are trying to play ALAC files.   For that the line I used to use in
the convert.conf file was:


Code:
--------------------
     mov mp3 * *
  
  [faad] -w $FILE$ | [lame] -r -b $BITRATE$ - -
--------------------


Again, I had this working on a Redhat system, but it should work for
you with only minor tweaking if at all. 

--Tom Malsbury


-- 
malsbury
------------------------------------------------------------------------
malsbury's Profile: http://forums.slimdevices.com/member.php?userid=57
View this thread: http://forums.slimdevices.com/showthread.php?t=20102

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

Reply via email to