On 29/3/05 at 7:40 pm +0000, Neil Sleightholm wrote
>Are you able to run slimserver from the command line and see if you can
>get any additional tracing. I use the command line:
> slim --d_plugins --d_parse --d_remotestream



Will try later

>
>Also if you edit slimserver-convert.conf and change #PIPE# to
>#DEBUGPIPE# you should see mplayer starting with some extra tracing.


slimserver-convert.conf doesn't have #PIPE# anywhere.

It just reads

# AlienBBC - unix version

# Default mplayer up to pre6

rtsp wav * *

[mplayer.sh] -really-quiet -vo null -cache 128 -af
resample=44100:0:1 -ao pcm -nowaveheader -aofile /dev/fd/3 $FILE$

rtsp mp3 * *

[mplayer.sh] -really-quiet -vo null -cache 128 -af
resample=44100:0:1 -ao pcm -aofile /dev/fd/3 $FILE$ | [lame] --silent
-q $QUALITY$ -b $BITRATE$ - -

#

# Alternative for mplayer pre7 or later

#rtsp wav * *

# [mplayer.sh] -really-quiet -vo null -cache 128 -af
resample=44100:0:1 -ao pcm:nowaveheader:file=/dev/fd/3 $FILE$

#rtsp mp3 * *

# [mplayer.sh] -really-quiet -vo null -cache 128 -af
resample=44100:0:1 -ao pcm:file=/dev/fd/3 $FILE$ | [lame] --silent -q
$QUALITY$ -b $BITRATE$ - -

#

# To boost volume, change resample=44100:0:1 to
volume=x:sc,resample=44100:0:1, where x is a number e.g. 8


--
Daniel Cohen