I've followed those instructions almost exactly.  I notice in the thread
you referenced, the mplayer line looks substantially different with some
redirects.  In the AlienBBC release for 6.5, the following line is used


Code:
--------------------
    
  
  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/fd
  /3 $FILE$ | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - -
  
  
--------------------


lame is in fact running during the attempted attach to BBC Radio 1, so
it seems as if the "pipe" is working, but the other thread references a
complicated series of input/output redirects and uses fd 4 instead of
fd3.


-- 
arima
------------------------------------------------------------------------
arima's Profile: http://forums.slimdevices.com/member.php?userid=4559
View this thread: http://forums.slimdevices.com/showthread.php?t=36864

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

Reply via email to