Re: [media-and-entertainment] Frame accurate seeking of HTML5 MediaElement

@ingararntzen forgive my lack of detailed knowledge, but the approach you describe does raise some questions at least in my mind: 

* does it change the event handling model so that it no longer uses _Time Marches On_?
* What happens if the event handler for event _n_ completes after event _n+1_ should begin execution?
* Does the timing object synchronise against the video or does it cause the video to be synchronised with it? In other words, in the case of drift, what moves to get back into alignment?
* How does the interpolating clock deal with non-linear movements along the media timeline in the video, such as pause, fast forward and rewind?

Just questions for my understanding, I'm not trying to be negative!

-- 
GitHub Notification of comment by nigelmegitt
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/4#issuecomment-396967615 using your GitHub account

Received on Wednesday, 13 June 2018 14:56:05 UTC