totem and mplayer can play mms://stream1.orf.at/fm4_live
there is also an unofficial mp3 stream available: http://fm4.amd.co.at/
how to record the stream:
1: recording:
mplayer -dumpstream mms://stream1.orf.at/fm4_live -dumpfile fm4.dump
2: convert to wav:
mplayer -ao pcm:file=fm4.wav fm4.dump
3: convert to mp3:
lame --preset standard --tt "title" --ta "artist" --tc "comment" fm4.wav fm4.mp3