https://github.com/inquid/yii2-screen-capture
View Remote screens using Yii2
https://github.com/inquid/yii2-screen-capture
Last synced: 4 months ago
JSON representation
View Remote screens using Yii2
- Host: GitHub
- URL: https://github.com/inquid/yii2-screen-capture
- Owner: inquid
- License: mit
- Created: 2017-10-17T04:49:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T06:12:05.000Z (over 7 years ago)
- Last Synced: 2024-12-29T14:37:25.627Z (5 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Yii2+extensions+support&item_number=22+Campaign&amount=5%2e00¤cy_code=USD)
# Screen capture and sharing
This repo is an exploration of screen capture in browsers, including using screen capture streams in WebRTC sessions with [Twilio Video](https://www.twilio.com/docs/api/video).
## Chrome extension
In the `/extension` directory is a minimal implementation of a Chrome extension that will give access to strams from the [`chrome.desktopCapture` API](https://developer.chrome.com/extensions/desktopCapture).
## Screen capture in Chrome
In the `/chrome` directory is an HTML page that takes advantage of the extension and captures the desktop to show within a `` element on the page.
*Note*
You will need to load your own version of the Chrome extension into your browser and replace `YOUR_EXTENSION_ID_HERE` with your own extension ID.
You will also need to serve the file from a local web server so that you can visit it on localhost.
SUPPORT
-----
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Yii2+extensions+support&item_number=22+Campaign&amount=5%2e00¤cy_code=USD)