- From: Tobias Bora via GitHub <sysbot+gh@w3.org>
- Date: Mon, 24 Jan 2022 19:18:38 +0000
- To: public-web-and-tv@w3.org
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