|
Most modern browsers stream all audio and video
Non-streaming
When the browser sees the embed tag, it downloads
the referenced file and keeps it in its cache before it starts
playing.
Streaming
The audio is played as it arrives off the internet.
Real Audio can dynamically compensate for low speed
connections by changing the file compression on the fly. But
it requires RealNetwork’s proprietary server, and you’ve
got to have your Internet Service Provider (ISP) provide it for
your site.
MP3 can stream and has better sound than RealAudio,
but slow connections can breakup the sound.
While streaming is the current standard, supporting
older browsers will require wacky work-arounds to make it work.
|