Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

her-finn/Simple-Screen-Share

Repository files navigation

Simply share your screen through a website

Just install the repo in your Webroot and Share your screen!

Installation:

git clone https://github.com/her-finn/Simple-Screen-Share.git
cd Simple-Screen-Share/
composer install
npm i
cp .env.example .env
php artisan key:generate
nano .env
php artisan migrate
chown -R www-data:www-data *

Crontab:

crontab -e
*/10 * * * * /usr/bin/php /var/www/screen-share/artisan cleanup

Screenshots:

image image image

Note:

At the moment the project only works on PC, Notebook, MacBook, IPad. It doesn't work on smartphones because of the WebRtc API, which is necessary to share the screen. As soon as it becomes available, this repository will be updated.

Thanks to Simple-Peer on which the Project is based

About

Share your Screen easyly by your WebBrowser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published