February 26th, 2006
Went on a shareware bender trying to save streaming .ram files on Windows, proved shockingly easy on Linux–Ubuntu to be specific.
mplayer -playlist http://www.example.com/example.ram -ao pcm:waveheader pcm:file=example.wav -vc dummy -vo null
February 27th, 2006 at 7:58 pm
you know too much- it’s awesome.
February 28th, 2006 at 11:44 am
I write about things I know a lot, I’m a shameless self-publicist
March 3rd, 2006 at 8:21 pm
niiiiice
March 5th, 2006 at 11:16 am
lol
April 1st, 2007 at 11:09 pm
For google people: This won’t save it compressed (which sucks).
Here’s how to save it as a rm file (i.e. unmodified). Very useful for BBC listen again streams - just copy the “Listen in an external player” link, and then in a console (for example):
mplayer -playlist http://www.bbc.co.uk/radio/aod/shows/rpms/radio4/markthomas_crime.ram -dumpstream -dumpfile markthomas_crime.rm
Might make a simple wrapper GUI for this.
April 2nd, 2007 at 5:21 pm
Thanks for the extra information Tim.