I've got slimserver on an Ubuntubox and haven't been able to play .aac
since upgrading to slimserver 7.x. It did work with previous relases.
I've tried various different solutions and read threads regarding the
same issue, but to no avail. Currently my /etc/slimserver/convert.conf
looks like this:

Code:
--------------------
    
  # Transcoding for AAC files.
  mov flc * *
  [faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 
--endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
  mov mp3 * *
  [faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b 
$BITRATE$ $-x$ -r - -
  mov wav * *
  [faad] -w -f 2 $FILE$
  
--------------------

In the same folder, I also have: custom-strings, custom-types.conf,
slimserver.pref annd copy of custom-convert.conf

When in Settings --> Advanced --> File types, all options for AAC or
Movie File and Monkey's audio are disabled.

What am I doing wrong?

Yours,

Lars


-- 
OiPenguin
------------------------------------------------------------------------
OiPenguin's Profile: http://forums.slimdevices.com/member.php?userid=13658
View this thread: http://forums.slimdevices.com/showthread.php?t=51762

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

Reply via email to