downloading streaming media
Maybe everybody already knows how to do this, but I thought this might be of interest to this forum:
You frequently might want to download a streaming mix from a website for a variety of reasons like poor bandwidth or portability, but the interface on the site doesn't provide a link for doing so. Actually, all you have to do to essentially download any streaming file is first find the name and server address of the streaming file, then use an appropriate download manager to download the file from the server.
If you want to waste some time, you can write some packet sniffing scripts to do this yourself, but since you probably have better things to do, you can just use a commercial application like URL Helper (http://www.urlhelper.com/). With this or similar software, for example, you can easily download any of the streaming archived mixes from samurai.fm or other such sites.

Very Nyce.
I'm often frustrated at the mixes I can listen to but not download. Im going to give this one a go.
left
You could also view the source code if the audio is being played by a Flash player - check to see if the file's URL is begin passed with a query string.
Sean Knight
www.blipswitch.net
sean@blipswitch.net
For Firefox users:
http://getfirebug.com/
The "Net" tab shows all the URLs you're hitting, pretty easy to pick out the audio file urls to download after you click play.
http://www.house-heads.com
Outstanding!
As a web developer I swear by Firebug. Easily the best tool out there. The only thing that pisses me off is that if you use a Mac, sometimes about 1-2 hours after Firefox is open with Firebug enabled the tab and enter keys become disabled. It seems to be related to Firebug. Strange...
Sean Knight
www.blipswitch.net
sean@blipswitch.net