
Streaming Real Media Via HTTP |
| NOTE: Now that RealNetworks offers a free license for their RealServer, there is little reason for streaming Real Media via HTTP. Instead, you should Install the RealServer and "serve" the RealAudio/RealVideo content rather than "stream" the content via HTTP (which is what is explained below). |
Many Virtual Server users want to offer RealAudio and RealVideo streams but do not want to pay for a RealAudio/Video server that streams these files. Streaming files means that the RealAudio and RealVideo files begin playing before the entire file is downloaded. RealAudio and RealVideo files can be quite large and many people surfing the web would not wait to see the entire file download before it started playing.
A RealAudio/Video server allows you to offer these streamed files. However, you can also stream these files without the RealAudio/Video server. It isn't quite as nice as using the server, but it will cost you no money. It is known as HTTP streaming.
To stream RealAudio and RealVideo content using HTTP from your Virtual Server:
audio/x-pn-realaudio rm ra ram audio/x-pn-realaudio-plugin rpm
If you choose to FTP this file and edit it on your local machine with a text editor (such as notepad), be sure you FTP it in ASCII mode since it is a text file.
http://YOUR-DOMAIN.NAME/path/filename.rm
filename.ram
Then FTP this file to your Virtual Server in ASCII mode (because it is a text file).
<A HREF="filename.ram">
<A HREF="http://YOUR-DOMAIN.NAME/path/filename.ram">
You can use relative or complete paths. If you use complete paths, you must include both the hostname and the complete path.