- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Mar 2015 05:55:34 +0000
- To: public-secondscreen@w3.org
Yeah, `HTMLMediaElement` seems to be the appropriate place for this. Note that `HTMLSourceElement` is intended to pick between different encodings of the same video, so allowing or disallowing remote playback per `source` seems a bit odd. Note that the Fullscreen API started as a video-specific thing and then got generalized to all elements. Might a similar thing happen here, so that a `Element.requestRemotePresentation()` or something would be appropriate? Or possibly it could be integrated with the Fullscreen API with extra arguments to `Element.requestFullscreen()`? (Sorry if this is nonsensical, I'm not really up to speed with the Presentation API.) -- GitHub Notif of comment by foolip See https://github.com/w3c/presentation-api/issues/13#issuecomment-82758780
Received on Wednesday, 18 March 2015 05:55:44 UTC