Re: [media-and-entertainment] Frame accurate seeking of HTML5 MediaElement (#4)

Just, to make it clear, if I do `video.currentTime = frame * framerate`, do I have a guarantee that the video will indeed seek to the appropriate frame? I understand that reading from `currentTime` is not realiable, but I would expect that writing to `currentTime` is. From my experience, doing `video.currentTime = frame * framerate + 0.0001` seems to work quite reliably (not sure if the `0.0001` is needed), but I'd like to be sure I'm not missing subtle edge cases.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 24 January 2022 19:18:40 UTC