|
Hi,
Just open a terminal and type :
$ mplayer -nocache mms://***the_of_the_url****
For instance, if you want to listen ouifm : a french radio, type :
$ mplayer -nocache mms://vipbu.yacast.fr/encoderouifm
If your bandwidth is a little bit limited add the following option :
$ mplayer -cache 128 mms://vipbu.yacast.fr/encoderouifm
This will add a 128KB buffer cache.
Finally, if you get the error : Couldn't open/init audio device -> NOSOUND, if you are using KDE (arts sound demon), add -ao arts to the command line, for gnome (esd sound demon) : -ao esd. For further details see mplayer -ao help.
I hope this will help you....
Jgf
|