High Bandwidth Media on Lower Bandwidth Connections
In the Bandwidth Math posts, the formulas figured how a movie would play if it was just sent directly to the computer playing in real-time. To play a movie of any decent size and audio quality you would need a pretty fast connection. Fortunately we have ways to get around that!
1. Buffer a portion of the movie before playback begins with a PreLoader. People are patient for a short time. So without stretching that patience, let their computer buffer a portion of the movie, so as it plays, the next sections download. This could allow a high bandwidth movie, that according to the formula would need a 1.1 Mbps connection, to play smoothly on a 768 Kbps connection – because even though it is not downloading fast enough for the connection, we gave it a head start which allows it to outrun the viewer’s connection speed.
Most software makes this very easy. Here is Camtasia’s Preloader options:

2. Self-Paced Presentations have a built-in PreLoader effect. When the presentation pauses between slides, the person is busy reading the content on the slide AND their computer is busy downloading even more of the movie!
3. Break into a series of smaller linked movies. The smaller the file size (even if it has a large playback area) the faster it will play. So if the 20 minute presentation with 10 slides at 320×240 is a 50 MB file, it is geared towards High Bandwidth viewers. But if it is broken into 10 (seamlessly) linked movies that are roughly 2 MB each, now the same movie and playback size is viewable by much lower bandwidth connections.
4. Lower the Audio quality. If your presentation has music in the background, it does not need to be high fidelity stereo quality. Same goes for sound effects and speaker narrations. This will make the file size smaller. Encode it as:
– Mono vs Stereo.
– .MP3 vs .Wav
– 8 bit vs 16 or 24 bit
– 22,050 or 44,100 Hz vs 96,000 Hz
These are just a few tips. Look through all of the options offered with the software you are using to develop the streaming media and take the time to experiment with them by creating multiple versions.
– Troy @ TLC
New Look For Microsoft Website
Just a quick weekend note:
Earlier this week Microsoft, after several months of testing, Microsoft replaced its official home page. It now has a more translucent style, more standardized code, and a new avatar (icon/logo in address bar).
![]()
– Troy @ TLC
Analogy of a File Too Large for the Bandwidth
Tim Kennedy, an expert on bandwidth from the beginning (around 2000) made this analogy to describe what happens when your streaming file is too large for the viewer’s connection bandwidth.

“Imagine someone gives you a garden hose hooked up to a fire hydrant. Then they turn the hydrant on full. The hydrant is now feeding more water than the garden hose can physically handle. You discover pretty quickly that hooking up a garden hose to a fire hydrant is all wet. Of course, if you turn the hydrant on slowly and keep the volume of water turned down, it works.”
– Troy @ TLC
What is Your Connection Speed?
We are now all experts on understanding bandwidth math! But the real-world question is “how long will it take for someone to view?” There is no easy answer. Because all streaming media is dependent on the viewer’s connection speed, let’s take a look at your connection speed.
There are several great, and free, online tools to test your connection speed. My favorite is Speakeasy.net. From their home page click the “speed test” button in the lower right.

Then click on a city near you. The test will run and you can see your connection speed. For streaming media it is all about the viewer’s ‘download’ connection speed. Interestingly, the results are both for File Size (KB ) and Bandwidth (Kbps). The speedometer shows file size (KB and MB ) and the results section shows bandwidth size (Kbps).

One of the reasons I like the Speakeasy speed test is that it covers super-high speed connections that many do not. My connection shown here shows a solid 15 MB download connection (most top out 3 MB ). I have the very fast Verizon fiber optic system (FIOS) for my internet provider.
Another reason I like the Speakeasy speed test is that it shows your connection speed to distant cities when going across the country – try it… it has a huge impact on your overall connection speed!
– Troy @ TLC
Bandwidth Math and Connection Speed Needed
There are 5 Categories of Internet Connections:
1. 5+ Mbps = Very High Broadband
2. 1-5 Mbps = High Broadband
3. 786 Kbps = Fast Broadband
4. 384 Kbps = Standard Broadband
5. 56 Kbps = Dial-up
To figure the bandwidth a viewer will need to view the streaming media file with perfect playback, we need to work through these formulas (one for a Standard Web Server, one for a Streaming Server (note: Streaming Servers are overviewed a few posts from now).
A: Figuring Bandwidth Needs From A Standard Server. Here things are easy because we get to figure things directly in ‘bandwidth’ math using bits not bytes.
1. Figure “Bits Per Second”
Video Height x Video Width x Frame Rate (fps) = Bits/second (Kbps)
eg. (320 x 240 video dimensions) x 15 fps = 1,152,000 Bits/second
2. Convert Bits Per Second (Kbps) to Megabits Per Second (Mbps)
Bps (Total from #1) / 1,024 (1 Mbps = 1,024 Kbps) = Needed Connection Speed
eg. 1,152,000 Kbps / 1,024 = 1,125 Mbps (so the person watching should have a, category 2, high broadband connection)
B: Figuring Bandwidth Needs From A Streaming Media Server. Here there are a few extra steps because streaming servers encode everything in Bytes Per Second (Bps), which needs to then be converted to Kbps to know the bandwidth need.
1. Figure Total Bits Per Second
Video Height x Video Width x Frame Rate (fps) = Total Bits/second
eg. (320 x 240 video dimensions) x 15 fps) = 1,152,000 Bits/second
2. Figure the Bytes Per Second (Bps)
Bps (total from #1) / 8 = Bps (divide by 8 because there are 8 bits in 1 byte)
eg. ((320 x 240 x 15) / 8) = 144,000 Bps
3. Convert Bps to Kbps
Bps (total from #2) / 1,000 = Kilobytes/second (Kbps)
eg. 144,000 Bps / 1000 = 1,152Kbps (which is rounded to 1.2 Mbps)
Conclusion:
These formulas do not take into account your server’s bandwidth limitations, the number of simultaneous viewers, network congestion or a host of other variables. Now we know how to anticipate the needed connection speed for our streaming media.
Up next are some of the ways we can make a larger bandwidth file playback smooth on a low bandwidth connection.
– Troy @ TLC
Bandwidth Math and Estimating Monthly Bandwidth
Definition: Bandwidth is how much data you can move in a given amount of time.
Real-world: If your streaming media is too big for the connection of a viewer, they see choppy and incomplete playback.
The file-to-bandwidth ratio is important when you get into developing streaming media. So before beginning to develop streaming media, a bandwidth strategy is needed (or at least understood). The goal is to provide the quality needed, work with the viewers connection speed and not overload your hardware (the server).
1. The Bandwidth Math Numbers
The problem with “bandwidth math” is that two different sets of numbers are used. There is one for data transmission (Kbps) and another for data storage (KB ).
Files are measured in “KB” – kilobytes
Bandwidth is measured in “Kbps” – kilobits per second
Note that files use kiloBYTES and bandwidth uses kiloBITS (note one is “byte” and the other “bit”). Here is the trick – there are 8 bits in a byte. So when we have a 2MB streaming media file we are not transferring the 2,048KB (1MB = 1,024KB ), we are transferring 8x’s that much (2,048KB x 8 bits = 16,384Kbps).
2. Estimating Monthly Bandwidth:
This formula makes sure you stay within your hosting plans bandwidth allotment (usually hosting plans give bandwidth in GB per month – go over this amount and you risk additional charges or termination of your account). Here’s the formula:
(Average Daily Visitors x Average # Views x Average Media Size (in KB )) x 31 days x 1.5 (this is the “guesstimate” factor that gives a 50% buffer)
As example:
(40 daily visitors x 60 views x 20,480 KB (= 20 MB ) average media size) x 31 days x 1.5 = 2,285,568,000 KB
2,285,568,000 KB / 1,024 (1 MB ) = 2,232,000 MB, which is approx. 2 GB of bandwidth per month.
– Troy @ TLC
Media Players for Streaming Media
There are four common media players for streaming media to play with.
1. Windows Media Player
2. Flash
3. Quicktime
4. Real Player
See the September 1, 2006 post for an overview of the pro’s and con’s of each player.
All four have browser plug-ins that give a browser the ability to play the streaming media directly in the browser. Note: having the media player application installed does not necessarily mean its browser plug-in is installed. To further complicate things, not all plug-ins work the same in the various browsers. For example, a Windows Media file may not play the same in FireFox as it does in Internet Explorer, or it may playback in Quicktime on a Mac (using the Flip add-in). I personally find Flash to be the most universal format and usually my format of choice.
There are no fix-all solutions. Once you have developed the streaming media it is critical to test on multiple platforms and browser applications. Most important is to be aware of the potential issues – and at least inform viewers of them.
– Troy @ TLC