Real Audio/Video 

We DO NOT have Real Audio server software running on our servers. However, you can stream RealMedia files by following these instructions:

To stream Real Audio/Video you need to do 3 things:

1. download the .rm (audio/video file) to your site using FTP or the File Manager in your Control Panel.

2. Create a file in your File Manager (at the bottom of the screen in the directory that you would like your audio/video files to be, put in a file name and click Create/Edit file) that has 1 line in it. This file name must have a .ram extension. 

3. Call the .ram file in your html code.

Here are the more detailed instructions:

Typically you'll create a realaudio file subdirectory under domain-www, and put all your audiofiles there.

Then your .ram file, a.k.a., metafile, will contain an address with this format:

http://fulldomainname/subdirectory/filename.rm

The "subdirectory" is a subdirectory of your domain-www directory.

So for example:
http://musicforyou.com/ra/music.rm

Notice:
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. So for example, your HTML code would look something like this:

<a href="http://musicforyou.com/ra/music.ram">Click here to listen to music.</a>

Click here for an explanation of streaming from Real.com:
http://service5.real.com//solutions/RAP00623.HTM

For further support and information, please visit http://www.real.com.

Click Here to Go Back