Streaming Audio -- which Player on Linux?
I got streaming audio with the Esound daemon to work on my Wl-500g, thanks to the Tutorial on streaming audio in this forum. This by itself is great!
Now I'm looking for a player with esound output, that can play video and audio and stream the audio to the router.
So far, i only found XMMS and with mplayer (on the commandline) to work with streaming audio.
With XMMS, you can use a plugin to display video -- but it's all outdated (you can't get full screen, for example).
For mplayer, i couldn't find a frontend that supports streaming. gmplayer and kmplayer both don't have the option in the preferences. so you resort to the commandline, typing:
Code:
mplayer -ao esd:192.168.1.1 -fs <file>
and it sorta works, but you've got no graphical controls.
anybody know a unified solution?