[Merge] lp:~uriboni/webbrowser-app/media-access into lp:webbrowser-app
Ugo Riboni
ugo.riboni at canonical.com
Thu Oct 1 16:09:05 UTC 2015
The proposal to merge lp:~uriboni/webbrowser-app/media-access into lp:webbrowser-app has been updated.
Description changed to:
Implement media access permissions support, prompting the user when the page requests access to the microphone or camera, and allowing the user to change their choices via new settings pages
Additionally allow the user to select the default audio and video input devices in the settings.
To test this on desktop if you don't have multiple webcams:
- sudo apt-get install v4l2loopback-dkms v4l2loopback-source
- sudo modprobe v4l2loopback
- gst-launch-0.10 gst-launch-0.10 videotestsrc ! v4l2sink device=/dev/video1
Replace video1 with the highest numbered video device in /dev/video*
Then in the settings you can switch between the sources. However to make the change effective you will need to cause the webpage to call again navigator.getUserMedia to pickup the new default stream(s).
For more details, see:
https://code.launchpad.net/~uriboni/webbrowser-app/media-access/+merge/272919
--
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~uriboni/webbrowser-app/media-access into lp:webbrowser-app.
More information about the Ubuntu-reviews
mailing list