HTTP Streaming Video

This is the simplest and cheapest way to stream video from a website. Small to medium-sized websites are more likely to use this method than the more expensive streaming servers.

For this method you don't need any special type of website or host — just a host server which recognises common video file types (most standard hosting accounts do this). You also need to know how to upload files and how to create hyperlinks (see our website tutorials for more info).

There are some limitations to bear in mind regarding HTTP streaming:

These things won't bother most website producers — it's normally only when you get into heavy traffic that you should be worried about them.

To Create HTTP Streaming Video

  1. Create a video file in a common streaming media format
  2. Upload the file to your web server
  3. Make a simple hyperlink to the video file, or use special HTML tags to embed the video in a web page.

That's essentially all there is to it. When a user clicks the hyperlink, their media player opens and begins streaming the video file. If the file is embedded, it plays right there on the page.

Now let's look at how to create the necessary video files...


Next Page: How to Create Streaming Video Files