Re: <video> readyState oddities

On Feb 25, 2011, at 1:45 PM, Philip Jägenstedt wrote:

> Suggestion:
> 
> * buffered ranges are inclusive
> * whenever currentTime is not in one of the ranges, readyState <= HAVE_METADATA
> * when currentTime is in one of the ranges, readyState >= HAVE_CURRENT_DATA
> * no special casing of EOS
> 
> This would mean that readyState would never go back to HAVE_METADATA during normal playback, only when first loading the resource and when seeking to an unbuffered position. At least to me, this seems consistent and logical.
> 
  This seems logical to me as well.

eric

Received on Friday, 25 February 2011 21:53:29 UTC