1. Home
  2. Computing & Technology
  3. Web Design / HTML

How To Stream Media From a Web Server

By Jennifer Kyrnin, About.com

Streaming media is an easy way to add sound and video to your Web site. And now that you can stream from a regular Web server, it's easier than ever.
Difficulty: Average
Time Required: 10 minutes

Here's How:

  1. Create your Real media sound or video file.
  2. Upload the media file to your Web site.
  3. Open a text editor to a new file.
  4. Write the location of the media file, as a full URL, for example: http://html.about.com/library/media/audio/htmlintro.rm
  5. Save the file as a .ram file.
  6. On your Web page, point to that media file the same as you would point any other link, for example <a href="sound.ram">click here for a sound file</a>.
  7. Upload both the .ram file and the Web page.

Tips:

  1. As long as your Web server has the correct MIME-types set for RAM files, your media file will stream from the Web site.
  2. The RAM file is a pointer to the actual media file.
  3. If you are planning on streaming many files at once, it is a good idea to invest in a streaming media server. It serves the files faster, and won't overload your Web site.
  4. Use any digital video or sound editor to create your media.
More Web Design / HTML How To's

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. Web Design
  5. Multimedia
  6. Sound
  7. Stream Media From a Web Server

©2008 About.com, a part of The New York Times Company.

All rights reserved.