[Bug 20714] timestampOffset in live case

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20714

--- Comment #10 from Aaron Colwell <acolwell@chromium.org> ---
I believe calling abort("timestampOffset") before appending anything will allow
an application to always make sure the presentation starts at zero now without
having to do the elaborate dance I outlined in a previous comment. The
timestampOffset attribute will reflect the offset being applied once the first
append completes so custom UI's can adjust the display of the current playback
time if necessary.

We could add the following attribute if you really want to be able to signal
that
HTMLMediaElement.seekable should return an empty TimeRanges.
partial interface MediaSource {
    attribute boolean seekable;
}

- Initially set to true.
- If true then existing behavior will be used.
- If false then an empty TimeRanges object will be returned by
HTMLMediaElement.seekable.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 12 March 2013 22:01:21 UTC