[Webkit-unassigned] [Bug 94361] [gtk] add enable-media-stream to websettings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 12:34:09 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94361





--- Comment #6 from Danilo Cesar Lemes de Paula <danilo.cesar at collabora.co.uk>  2012-08-17 12:34:43 PST ---
(In reply to comment #4)
> (From update of attachment 159164 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=159164&action=review
> 
> > Source/WebKit/gtk/webkit/webkitwebsettings.cpp:970
> > +    * WebKitWebSettings:enable-media-stream:
> > +    *
> > +    * Enable or disable support for Media Streaming on pages. Media Streaming is
> > +    * an experimental proposal for allowing web pages to access local video and
> > +    * audio input devices.  The standard is currently a work-in-progress as part
> > +    * of the Web Applications 1.0 specification from WHATWG.
> > +    *
> > +    * Since: 1.10.0
> 
> Why not enable-web-rtc? I think it makes sense to link to the spec here too.

webRTC contains two separated features: media-stream/getUserMedia and PeerConnection. I believe it makes sense to have two flags, and in this case, media-stream make more sense. Also, chromium is using the same method (http://www.webrtc.org/running-the-demos).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list