https://github.com/duologic/screenshare
A quick and dirty way to share any screen in a browser tab.
https://github.com/duologic/screenshare
Last synced: about 1 month ago
JSON representation
A quick and dirty way to share any screen in a browser tab.
- Host: GitHub
- URL: https://github.com/duologic/screenshare
- Owner: Duologic
- Created: 2023-03-04T12:08:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T13:05:52.000Z (about 3 years ago)
- Last Synced: 2025-03-22T10:49:45.345Z (about 1 year ago)
- Language: HTML
- Homepage: https://duologic.github.io/ScreenShare/
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screen share
A quick and dirty way to share any window in a browser tab.
Available here: https://duologic.github.io/ScreenShare/
## Why?
I often need to switch between a browser and a terminal when presenting online, tools like
Zoom and Google Meet then require me to switch screen sharing windows or display my whole
screen at once, both are cumbersome and annoying. With this tool I can share just about
any window in a tab and switch back and forth easily.

## Develop
`getDisplayMedia` requires an SSL connection regardless, so local development can only be
done by running a http server with certificates. The Makefile/Dockerfile generates a self
signed certificate to run this locally.
## Credits
This page was hacked together from https://mozilla.github.io/webrtc-landing/gum_test.html