|
NOTE:
One on One Internet
supports Real Server 5.0.
1. Typically you'll create a realaudio
file subdirectory under domain-www, and put all
your audiofiles there.
2. Create a text file with the extension
of .ram that contains the full server path where
the Real Audio file is located. The full server
path would look something like this:
http://fulldomainname/subdirectory/filename.rm
The "subdirectory" is
a subdirectory of your domain-www directory.
So for example:
http://musicforyou.com/ra/music.rm
NOTE:
You can determine your
server name by telnetting to your domain name or
submitting a Support Request.
3. Create a hyperlink in your html
code that points to the .ram file. The above address
goes in the .ram/metafile, not in your HTML code.
Your HTML code calls the .ram/metafile. Then the
.ram/metafile is used to call up the .rm/realmedia
file:
http://your_domain.com/file.ram
NOTE: file.ram
is an aliases link to
file.rm
If you find that the media files
do not download completely before playing and as
a result sound choppy, the following line needs
to be added to
/etc/httpd/conf/srm.conf:
AddType audio/x-pn-realaudio
.ra .rm .ram
Also, be sure that the following
line exists as well:
AddType audio/x-pn-realaudio-plugin
.rpm
|