Can anyone help to find an internet radio recorder? tks.
Barry, do you want to record a real-stream ? I usually capture such streams with:
# mplayer -dumpstream <rtsp:// or similar>
the stream is dumped to stream.out - rename this file to .rm or similar.
If you have a http:// link with a *.ram file, dump this file first, open stream.out with a text editor and use the *.rm link inside.
Cheers, Hannes.