On Linux Mplayer is need to decode WMA - however it is possible that
something is stopping mplayer being launched.  

Check you have the following lines in your slimserver-convert.conf
file.


Code:
--------------------
    
  # 
  # WMA for mplayer pre7 or later
  wma 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$
  wma 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$ - -
  wma 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 -
  
  
--------------------


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

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

Reply via email to