Feed on
Posts
Comments

i came across this idea on the internets and thought it was quite clever. it uses wget to send an http stream to madplay, a command-line mp3 playing program that lacks built-in support for playing network streams. here goes:

wget -q -O – http://localhost:8000/stream.mp3 | madplay -Q –no-tty-control -o /dev/audio2 -


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

Did I get this wrong? Let me know!

Trackback URI | Comments RSS