Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update screensharing instruction in firefox #443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down