|
Streaming Real Audio/Video/Media Support via HTTP
1) First
create your encoded RealAudio or RealVideo files.
2) Copy your
encoded RealAudio or RealVideo files (files with the .ra or .rm
extensions) to your htdocs directory.
3) Use a
text editor (such as Notepad) to create a text file containing a
link to your .ra or .rm file. (Remember to use ASCII transfer
mode when FTPing your text file/s.)
Example:
http://www.your_domain.com/file.ra or
http://www.your_domain.com/file.rm
4) Save your
text file using a .ram filename extension.
Example:
http://www.your_domain.com/file.ram
5) In your
HTML document, reference the .ram in a hyperlink.
Example:
<A HREF="www.your_domain.com/file.ram">
When a user clicks
on the link, the audio/video file/s begin to download and play.
Please see http://www.real.com
for additional information
|