[whatwg] HTML5 video seeking

Aaron Colwell acolwell at chromium.org
Mon Nov 14 15:49:32 PST 2011


Hi,

I was looking at the seeking
algorithm<http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#seeking>
and
had a question about step 10.

10. Wait until the user agent has established whether or not the media
data for the new playback position is available, and, if it is, until it
has decoded enough data to play back that position.


Does this mean the user agent must resume playback at the exact location
specified?
What if the nearest keyframe is several seconds away?
Is the UA expected to decode and toss the frames instead of starting
playback at the nearest keyframe?

On desktop machines I don't think this would be a problem, but on mobile
devices it might be since the hardware may not be able to decode
significantly faster than realtime. What is the intended behavior for such
constrained devices?

Aaron


More information about the whatwg mailing list