I'm trying to use mpg123 (mpg321) to play streaming mp3 as saved in my xmms play list.
ie. xmms playlist file:
-----------------------------
#EXTM3U
#EXTINF:-1, Drone Zone: Atmospheric ambient space music. Serve Best Chilled. Safe with most medications. [SomaFM]
http://64.236.34.141:80/stream/1032
#EXTINF:-1, Drone Zone: Atmospheric ambient space music. Serve Best Chilled. Safe with most medications. [SomaFM]
http://63.208.2.26:8002
------------------------------
and according to the mpg321 man page I can type "mpg321 [options] file(s) | URL(s)" ... but mpg321
http://64.236.34.141:80/stream/1032 or
http://63.208.2.26:8002 produces a "http://64.236.34.141: No such file or directory" error
So is it posible to play mp3 streams with mpg321 or not?