I have found that unless you have working mplayer to start with so that
yoiu can test each configure option one by one - it is very easy to
build a non working mplayer by overriding the configure options.

So, first you need to be sure that mplayer is built correctly to decode
a RealAudio stream in realtime.

Try the following command.

Code:
--------------------
    
  mplayer -v -vc null -vo null -bandwidth 10000000 -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:waveheader:file=saved.wav 
-playlist http://www.bbc.co.uk/radio/aod/shows/rpms/radio4/prayerfortheday.rpm 
  
--------------------


This will take the BBC program "Prayer for the day" which is about
3min29sec long and save it as a 37Mbyte WAV file.

A working mplayer should be tested as follows:
1. Test WAV file is playable (e.g. transfer to PC and play using WMP).
2. Make sure download and decode takes less than 3min29 secs


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

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

Reply via email to