This demo, as the Video Conferencing one, makes use of the Video Room plugin. Unlike the video conferencing scenario, though, this demo implements a webinar kind of scenario: that is, it allows a single user to share their screen with a set of passive viewers.
When started, the demo asks you whether you want to be the one sharing the screen (or an application you're using, if your browser version is recent enough) or a viewer to an existing session. When sharing your screen/application, an ID will be returned that you'll be able to share with other people to act as viewers. Just notice that, for the sake of simplicity, just the screen is shared, without any additional audio and video feed: you may want to try and add those yourself to the demo, by relying, for instance, on the AudioBridge plugin for the purpose.
--enable-usermedia-screen-capturing
parameter on the command line. Finally, active screen/application sharing will only work from
Firefox if you have at least version 33 installed: if so, make sure you also manually enable
the media.getusermedia.screensharing.enabled
setting in
about:config, and that the domain this web application is from
is listed in media.getusermedia.screensharing.allowed_domains
.Press the Start
button above to launch the demo.