Try adding the following line to the custom-type.conf file (in the Alien
directory if running 6.5)

Code:
--------------------
    
  aap      ?    audio/aacp      audio
  
--------------------

And then add something like the following to the
slimserver-convert.conf file - you'll need to make a change for XP as
below is for Linux.    You'll see the pattern from the earlier lines in
the file.


Code:
--------------------
    
  # 
  # AACPlus for mplayer pre7 or later
  aap wav * *
        [mplayer.sh] -really-quiet -vc null -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/3 
$FILE$
  aap mp3 * *
        [mplayer.sh] -really-quiet -vc null -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/3 
$FILE$ | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
  aap flc * *
        [mplayer.sh] -really-quiet -vc null -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/3 
$FILE$ | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed 
--bps=16 --sample-rate=44100 --compression-level-0 -
  
--------------------


Then try the real URL for the stream after all the playlist have been
parsed.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=23615

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

Reply via email to