How do I stream RealMedia content using HTTP? Print

  • 0

1. Upload your encoded RealAudio or RealVideo files (files with the .ra or
.rm extensions) to your account. 

2. Use a text editor (such as Notepad) to create a metafile containing a
RealAudio URL. For example, the contents of your file should be in the
following form:

http://yourdomain.com/path/file.ra 

or 

http://yourdomain.com/path/file.rm 

where yourdomain.com is the name of your website here.

3. Save your metafile as text using a .ram filename extension. 

4. In your HTML document, reference the metafile in a hyperlink. For
example:

A HREF="filename.ram"

or 

A HREF="http://yourdomain.com/file.ram"

You can use relative or complete paths. If you use complete paths, you must
include both the yourdomain.com and the complete path. For example: 

A HREF="http://yourdomain.com/directory/file.ram" 

5. When a user clicks on the link, the audio file(s) begin to download. The
RealAudio Player begins playing after a few seconds. It does not need to
wait for the entire file to be downloaded.

Was this answer helpful?

« Back