From 6355267e32d586961d9b1b7cf1f0ed04230e00ec Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Thu, 14 Sep 2017 11:29:42 +0900 Subject: [PATCH] update screensharing instruction in firefox - the screensharing whitelist itself is removed in Fx v52 - instead of about:config, one can create an addon to modify the whitelist --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b46eeb0a7..846fb76d5 100644 --- a/README.md +++ b/README.md @@ -155,19 +155,23 @@ docker run --rm --name my-spreed-webrtc -p 8080:8080 -p 8443:8443 \ ## Setup Screensharing ### Chrome + Chrome should work out of the box. ### Firefox -As of Firefox >= 36 you must append the domain being used to the allowed domains +Screen sharing has been supported since Firefox 36. +Before Firefox 52, you must append the domain being used to the allowed domains to access your screen. You do this by navigating to `about:config`, search for -'media.getusermedia.screensharing.allowed_domains', and append the domain +`media.getusermedia.screensharing.allowed_domains`, and append the domain to the list of strings. You can edit the field simply by double clicking on it. Ensure that you follow the syntax rules of the field. If you are using an `ip:port` url, simply append `ip` to the list. Also ensure that you are using `https`, otherwise permission will be denied to share your screen. You do not need to restart or reload in order for it to take affect. +The modification to `media.getusermedia.screensharing.allowed_domains` can also be done with an addon. +See (SkyWay-ScreenShare)[https://github.com/nttcom/SkyWay-ScreenShare] for an example. ## Contributing