You are not logged in.
Pages: 1
i had install mpd and xmms2, but both of them can't play online radio, i add url link, but didn't display it in playlist. now i playing online radio using mplayer.
if i want xmms2 and mpd play online radio, how? am i missing installing any dependency?
Offline
everyone can use mpd or xmms2 to play streams radio?
url like http://abc/efg i can't play. http://abc i can play.
Offline
vlc? amarok?
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
I made a daemon and client, radiod and radioc (uh-uh), so one can have
mplayer daemonized and using the client just like you use mpc for mpd.
http://github.com/trapd00r/radiod
Offline
vlc? amarok?
+1
I use both for such thing's.
Amarok:
In playlist menu there are opton named add stream and then you just paste url to podcast.
VLC:
In add media you will have add stream option and in this window you paste your url to podcast.
Last edited by SpeedVin (2010-05-04 13:14:51)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
I'm not sure what front-end you're using for mpd, but it most certainly can.
In ncmpc (I imagine ncmpcpp is much the same): press 'a' to open the add prompt and enter the url, eg 'http://128.aac.streams.lsw.evo.hard.fm:8000'. I'm not sure about xmms though, but mpd can even play 'mms://' radio streams. What client are you using and is mpd configured correctly/working anyway?
You can test if it's mpd itself by talking to it directly:
echo "add \"URL\"" | socat - tcp-connect:localhost:6600 && echo "play" | socat - tcp-connect:localhost:6600Offline
What is the url you are using for your streaming radio station? Maybe it is the incorrect format. BTW, I recommend Clementine - it's a wonderfully light player with much hallowed Amarok 1.4 pedigree.
Offline
Did you try radiotray http://aur.archlinux.org/packages.php?O … _Search=Go?
Offline
I can play streaming radio with mpd using this.
Offline
I am playing online radios with mplayer.
mplayer --playlist radio.url
Offline
Pages: 1