|
From: D. S. <new...@gm...> - 2007-12-30 06:50:35
|
Very nice! On slower/older/low resource systems, this can make streaming possible, where a full-feature gui stream player might not even run. On Dec 24, 2007 1:34 AM, robs <aq...@ya...> wrote: > --- "D. S." <new...@gm...> wrote: > > > Here's one way I've listened to shoutcast (icecast) > > mp3 streams using > > nothing but wget and sox (mine is v12.18). > > Hey, great minds think alike ;) With SoX v14, this is > largely built-in, so you can do this: > > $ play -t mp3 http://somewhere/somestream.pls > > It doesn't do the "tail" though, so you'll need 2 > Ctrl-C's to quit. > > /Rob > > |