- From: Google <sysbot+gh@w3.org>
- Date: Thu, 21 Sep 2017 21:53:30 +0000
- To: public-secondscreen@w3.org
mfoltzgoogle has just created a new issue for https://github.com/w3c/presentation-api: == Presentation of object URLs == This is related to Issue #347. It would be ergonomic to allow objects accessible to the developer to be presentable on other devices via object URLs or source objects. This would simplify integration with [Media Capture from Element](https://w3c.github.io/mediacapture-fromelement/). Possible objects include: * MediaStream * MediaSource * Blob * File The first two could be handled through the Remote Playback API (via `HTMLMediaElement.srcObject`). It's just complicated plumbing to indirect a media stream through another element before sending it out of the browser. The latter two can be sent across a PresentationConnection, but again, it would be simpler for the developer and the implementer to just send the raw object instead of constructing a document/connection for that purpose. Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/439 using your GitHub account
Received on Thursday, 21 September 2017 21:53:21 UTC