Multimedia :: recording streaming media



OK.. Now that I have all the toys.. OK most of the toys working.. and I have sound and internet radio etc..

 How can I record streaming MP3's... which software works with DSL ?

Thanks !

Mark

There is an app that does this - streamripper
http://streamripper.sourceforge.net/

mplayer does this as well, not just for mp3 but also real audio and windows audio streams as well.
Code Sample
mplayer -playlist http://url.to.audiostream -ao pcm -aofile mystream.wav

Just take the resultant wav file and encode it to whatever format you desire (try ogg, it's crunchy).


original here.