They're not exactly hosted with Real Player. Rather you're using Real Player to download and play the videos locally, which means that there may be a copy of it on your local drive (probably somewhere on your C: drive though I don't know exactly where it would be).
You may need to contact the Web site's administrators to see if you can obtain a copy of the videos.
Bill
BillBrown
Junior Poster in Training
61 posts since Dec 2006
Reputation Points: 10
Solved Threads: 2
Welcome to the site :)
Here are the download links (I believe) in order of which you posted the links
rtsp://video-10.radioradicale.it:7070/store-3/s1.9.11/uni_punzi_0_20030220175623.rm
rtsp://video-10.radioradicale.it:7070/store-3/s1.9.11/uni_punzi_0_20030220185144.rm
rtsp://video-10.radioradicale.it:7070/store-3/s1.9.11/uni_adriano_0_20030220182448.rm
Good luck!
The Dude
Nearly a Senior Poster
3,485 posts since Dec 2005
Reputation Points: 1,054
Solved Threads: 31
rtsp streams can't be directly downloaded through a Mac web browser. There are various programs that can do it, probably one of the best free ones that can do it is the Unix mplayer binary. Once installed, you can run the following at a command prompt to rip an rtsp stream:
$ mplayer -noframedrop -dumpstream <strong><em>rtsp://url</em></strong> -dumpfile <em><strong>filename.rm</strong></em>
You can download the mplayer binary here (note that it should be the Unix command line binary, not the OS X graphical version): http://prdownloads.sourceforge.net/mplayerosx/ffmpegXbinaries20060307.zip
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Open Terminal from /Applications/Utilities. Drag and drop the 'mplayer' file that you showed in your first screenshot from its location in the Finder onto the terminal window. The path of the mplayer binary should be written in the Terminal window now.
After a space, simply add the following to the line:
-noframedrop -dumpstream <strong><em>rtsp://url</em></strong> -dumpfile <strong><em>filename.rm</em></strong>
(replacing 'rtsp://url' with the url you want to rip, and filename.rm with the filename you want when it gets downloaded). Hit return to execute the command.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Drag and drop the mplayer file, not the video file.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339