downloading videos from real player

Reply

Join Date: Oct 2008
Posts: 5
Reputation: jackman44 is an unknown quantity at this point 
Solved Threads: 0
jackman44 jackman44 is offline Offline
Newbie Poster

downloading videos from real player

 
0
  #1
Oct 2nd, 2008
Hey,

I need to download a couple of videos off of this website. The videos are hosted with Real Player. I have tried alot of different methods and nothing worked. Here are the links to the videos I need. Any help would be appreciated.

http://www.radioradicale.it/scheda/1...ition-in-the-2

http://www.radioradicale.it/scheda/1...ition-in-the-2

http://www.radioradicale.it/scheda/1...ition-in-the-2

again i need to download these onto my computer. thanks
Reply With Quote Quick reply to this message  
Join Date: Dec 2006
Posts: 60
Reputation: BillBrown is an unknown quantity at this point 
Solved Threads: 1
BillBrown's Avatar
BillBrown BillBrown is offline Offline
Junior Poster in Training

Re: downloading videos from real player

 
0
  #2
Oct 2nd, 2008
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
Last edited by BillBrown; Oct 2nd, 2008 at 7:59 pm.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 3,242
Reputation: The Dude will become famous soon enough The Dude will become famous soon enough 
Solved Threads: 25
The Dude's Avatar
The Dude The Dude is offline Offline
Nearly a Senior Poster
 
-6
  #3
Oct 3rd, 2008
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!
Last edited by The Dude; Oct 3rd, 2008 at 5:22 pm.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 5
Reputation: jackman44 is an unknown quantity at this point 
Solved Threads: 0
jackman44 jackman44 is offline Offline
Newbie Poster

Re: downloading videos from real player

 
0
  #4
Oct 3rd, 2008
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.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: downloading videos from real player

 
0
  #5
Oct 3rd, 2008
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 rtsp://url -dumpfile filename.rm

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/m...es20060307.zip
"Technological progress is like an axe in the hands of a pathological criminal."
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 30
Reputation: kirill1996 is an unknown quantity at this point 
Solved Threads: 1
kirill1996 kirill1996 is offline Offline
Light Poster

Re: downloading videos from real player

 
0
  #6
Oct 3rd, 2008
Do you have real player?
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 5
Reputation: jackman44 is an unknown quantity at this point 
Solved Threads: 0
jackman44 jackman44 is offline Offline
Newbie Poster

Re: downloading videos from real player

 
0
  #7
Oct 4th, 2008
yes
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 5
Reputation: jackman44 is an unknown quantity at this point 
Solved Threads: 0
jackman44 jackman44 is offline Offline
Newbie Poster

Re: downloading videos from real player

 
0
  #8
Oct 4th, 2008
Originally Posted by John A View Post
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 rtsp://url -dumpfile filename.rm

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/m...es20060307.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

http://i38.tinypic.com/n87t.png

http://i33.tinypic.com/4k7gcg.png

http://i37.tinypic.com/13z7i9h.png

http://i35.tinypic.com/wiouur.png
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: downloading videos from real player

 
0
  #9
Oct 4th, 2008
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 rtsp://url -dumpfile filename.rm
(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.
"Technological progress is like an axe in the hands of a pathological criminal."
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 5
Reputation: jackman44 is an unknown quantity at this point 
Solved Threads: 0
jackman44 jackman44 is offline Offline
Newbie Poster

Re: downloading videos from real player

 
0
  #10
Oct 4th, 2008
I tried to drag and drop the video from the finder into the terminal but nothing happened. I don't know what to do
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC