- From: Harald Alvestrand <harald@alvestrand.no>
- Date: Tue, 24 Sep 2013 09:03:48 +0200
- To: Martin Thomson <martin.thomson@gmail.com>
- CC: public-media-capture@w3.org
- Message-ID: <52413954.9050202@alvestrand.no>
On 09/24/2013 12:27 AM, Martin Thomson wrote: > > I don't think that it it's appropriate to consider silence as > equivalent to assent. > > That said, I quite like this proposal. I do wonder exactly what you > gain by defining videoOut, other than a larger fingerprinting surface > though. Symmetry seems like a fairly useless property to seek. > I'm happy to drop videoOut for now - we've had people talking about adaptations of the Web model to a multiscreen world, giving the ability to place elements on different screens, but that's immature enough and far enough out of scope for us that we can certainly leave that for a future time. > On Sep 23, 2013 10:46 PM, "Harald Alvestrand" <harald@alvestrand.no > <mailto:harald@alvestrand.no>> wrote: > > This has been out for review for 6 days. People were supportive of > it before, it does not seem to be controversial now. > > If it remains uncontroversial, we'll tell the editors to add it. > > Harald > > > On 09/17/2013 03:55 PM, bugzilla@jessica.w3.org > <mailto:bugzilla@jessica.w3.org> wrote: > > https://www.w3.org/Bugs/Public/show_bug.cgi?id=23263 > > Bug ID: 23263 > Summary: Add output device enumeration to GetSources > Product: WebRTC Working Group > Version: unspecified > Hardware: All > OS: All > Status: NEW > Severity: normal > Priority: P2 > Component: Media Capture and Streams > Assignee: public-media-capture@w3.org > <mailto:public-media-capture@w3.org> > Reporter: harald@alvestrand.no > <mailto:harald@alvestrand.no> > CC: public-media-capture@w3.org > <mailto:public-media-capture@w3.org> > > This is the formalization of a proposal made on the mailing > list on Sept 9. > > Proposal: Add output devices to the GetSources call, and add a > "group" > attribute for device grouping. > > Rules for attribute visibility should be as for GetSources. > > Example output: > > { > { 1234, "video", "First camera", group=42}, > { 7654, "audio", "First camera microphone", group=42}, > { 2345, "audio", "Headset microphone", group=17}, > { 3697, "audioOut", "Headset speakers", group=17} > } > > Here, the headset microphone and speaker are part of the same > device. > > WebIDL changes: > > - Change name of call to GetDevices > - Rename "SourceInfo" dictionary to "DeviceInfo" > - Add an attribute of type DOMString called "group" > - Add "audioOut" and "videoOut" as legal values for the "kind" > attribute > > >
Received on Tuesday, 24 September 2013 07:02:45 UTC