In Firefox when I see simple video element in this example (http://bit.ly/ki7hm), it has default browser controls. Right after page is loaded video starting to load, and I see how buffering (loading) line is moving to the right side of the default browser controls.
I wish to ask how to get this value of a buffer?!
Because I have tried to use different ways, including video.buffered
and progress event listener
with e.total
, e.loaded
.
My Firefox version is 3.6.3, so it seems, it doesn't support .buffered
, neither .total / .loaded
.
How default browser controls initializes this buffering progress?
Btw, I have other examples of different html5 players, which do the same as default browser controls: