- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Jun 2016 12:41:46 +0000
- To: public-secondscreen@w3.org
> Not sure if seek/fastSeek changes the page visible attributes of the media element to the desired position immediately or if there're some events that need to happen before that. Setting [`currentTime`](https://html.spec.whatwg.org/multipage/embedded-content.html#dom-media-currenttime) also sets the "official playback position" which will cause `currentTime` to immediately return that same value. There's also the `seeking` attribute that becomes true immediately. I don't thing any of this will be very hard to sort out, but it does mean that one may have to decide whether to seek the remote to the requested position or the actual position in case a seek finishes during the connecting phase. -- GitHub Notification of comment by foolip Please view or discuss this issue at https://github.com/w3c/remote-playback/issues/25#issuecomment-229646615 using your GitHub account
Received on Thursday, 30 June 2016 12:41:53 UTC