Platform: SS 6.5.2 nightly on Ubuntu 7.04 Desktop i386 I've tried installing AlienBBC and have gotten the dreaded RTSP Convert error message when I try connecting to a feed. I've previously installed mplayer (the executable is located in /usr/bin), and the mplayer.sh file is in /usr/share/slimserver/Bin. I took a look at the mplayer.sh file and changed the lines:
if [ -x /usr/local/bin/$app ] ; then app=/usr/local/bin/$app fi to if [ -x /usr/bin/$app ] ; then app=/usr/bin/$app fi ...based on where mplayer was installed. When I tried ticking the RTSP checkboxes in SS Settings - File Types, I got the following error (and the checkboxes unticked): Required binary was not found: [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/fd/3 $FILE$ | [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 --compression-level-0 - Required binary was not found: [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/fd/3 $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - - Required binary was not found: [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/fd/3 $FILE$ I'm not sure how to interpret this. Can anyone suggest what I should try next? Thank you! -- Balthazar_B ------------------------------------------------------------------------ Balthazar_B's Profile: http://forums.slimdevices.com/member.php?userid=7366 View this thread: http://forums.slimdevices.com/showthread.php?t=34784 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
