Log in

View Full Version : How do I download this?



Jack
09-13-2006, 07:18 AM
I opened the .ram with notepad but I'm still not able to download the following:

rtsp://blb-ra.blueletterbible.org/blb/smith_chuck/5000/5083-28.ra

How do I download this?

Anyone know of any free software that would do this?

Thanks! :)

tech_support
09-13-2006, 07:37 AM
.ram = RealAudio

djr33
09-13-2006, 09:26 AM
That's RTSP, not HTTP. I have no clue what that means, though it might mean that you need to access it in a particular way, such as with real player, and not a browser. It's done like that to stop you from downloading it, I'm sure.

You could play with different browsers.... or try to find another way to save it, such as using a server side language, like PHP to get it and output it.

*Be aware of copyrights. I have no clue what the video/audio is, so not sure what you're doing.

Twey
09-13-2006, 12:13 PM
it might mean that you need to access it in a particular way, such as with real player, and not a browser.Right.
It's done like that to stop you from downloading it, I'm sure.Wrong. It's a streaming protocol.

Most (all?) browsers don't implement rtsp://, and you need to use a media player to access the stream. mencode (http://mplayerhq.hu) from the mplayer package is capable of taking a rtsp:// stream as input and outputting to a file.

Jack
09-13-2006, 12:51 PM
I found this little program called "CoCSoft Stream Down 3.3" at download.com and its downloading it. Gotta love that shareware! :)

Thanks guys...