[Bug 25005] Add MPEG-2 TS metadata text track cue generation guideline

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

--- Comment #8 from Brendan Long <self@brendanlong.com> ---
(In reply to Silvia Pfeiffer from comment #7)
> (In reply to Bob Lund from comment #6)
> > 
> > Yes. What about endTime = startTime + 250msec? It really doesn't matter what
> > the endTime is. The application only needs to know the startTime.
> 
> Sure, that works.

What happens if JavaScript ties up execution for 250+ ms though? Wouldn't we
have the same problem, where the cue gets missed?

Could we fix this problem at the source by adding a list of changed cues to the
cuechange event?

interface CueChangeEvent : Event {
    attribute TextTrackCue[] cues;
}

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

Received on Monday, 24 March 2014 20:24:36 UTC