Recommended Answers

All 11 Replies

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

Thanks for respondng,
I just tried those links but when i posted them into my browser it asked what program to open it with, then i chose realplayer and i couldnt download it. I also tried quicktime which didnt work. Im on a mac btw.

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 [B][I]rtsp://url[/I][/B] -dumpfile [I][B]filename.rm[/B][/I]

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

Do you have real player?

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 [B][I]rtsp://url[/I][/B] -dumpfile [I][B]filename.rm[/B][/I]

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

I tried this and downloaded the program, only thing is it didnt work. I took screenshots to see if this is what its supposed to look like. Also do i copy that link that you gave exactly how it is into the command prompt? sorry im not exactly sure how to do this

[IMG]http://i38.tinypic.com/n87t.png[/IMG]

[IMG]http://i33.tinypic.com/4k7gcg.png[/IMG]

[IMG]http://i37.tinypic.com/13z7i9h.png[/IMG]

[IMG]http://i35.tinypic.com/wiouur.png[/IMG]

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 [B][i]rtsp://url[/i][/B] -dumpfile [B][I]filename.rm[/I][/B]

(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.

I tried to drag and drop the video from the finder into the terminal but nothing happened. I don't know what to do

Drag and drop the mplayer file, not the video file.

search the web

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.