Capture or record a real audio/video (rtsp) stream in Linux
You want to save (capture) a RealAudio or RealVideo stream to a file for later viewing or listening?
Solution
mplayer -noframedrop -dumpfile out.rm -dumpstream rtsp://url/to/file.rm
You can then watch or listen to out.rm with realplay or mplayer.