A number of points. I'm not sure whether they will make a difference but
remove them one at a time and see if it helps. Between changing rebuild
options use a "make distclean" otherwise some options don't get
cleared.

1. Do not build a GUI mplayer (i.e. no --enable-GUI) - the mplayer
needed is a commandline version.

2. Delete the RealAudio codecs - the necessary codecs are built into
mplayer. I am worried that RealAudio codecs are old and may not work
with a 64 bit processor.

3. If you have installed the live555 libraries - delete them the
live555 RTSP is not the RTSP used by RealAudio & BBC.

The followinf is a test of RealAudio using mplayer on a command line.
It assumes you have a sound card in your server. When it works it will
generate lots of console output - you can reduce the debug log by
removing one of the "-v".

Code:
--------------------
    
  mplayer -v -v -vc null -vo null -cache 128 -af volume=0:sc,resample=44100:0:1 
-playlist http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm 
  
--------------------

The following command is a test using an MP3 stream to prove that
mplayer is built OK. This should work even if RealAudio is messed up. 
All the options are the same as for AlienBBC.

Code:
--------------------
    
  mplayer  -v  -vc null -vo null -cache 128 -af volume=0:sc,resample=44100:0:1 
-playlist http://www.sky.fm/mp3/guitar_low.pls
  
--------------------


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

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

Reply via email to