Hi, Thanks to bpa and Mr-Hide for the interesting discussion and testing. I've created the /dev/stdout wit mode 777 on my DS106. As far as I understand, I should now change the file /volume1/SlimServer/slimserver-convert.conf in this way, that output from mplayer and input for lame or flac are /dev/stdout, like this:
# Default for mplayer pre7 or later # rtsp wav * * [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/stdout $FILE$ rtsp mp3 * * [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/stdout $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ /dev/stdout - rtsp flc * * [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/stdout $FILE$ | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 --compression-level-0 /dev/stdout and the same for the following section for WMA. Is this right? Still, I don't get a successful connection to the AlienBBC stations... Manuel -- glem01 ------------------------------------------------------------------------ glem01's Profile: http://forums.slimdevices.com/member.php?userid=7047 View this thread: http://forums.slimdevices.com/showthread.php?t=26727 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
