Recording a plugin / driver for screens

I use OpenTok to develop a webapp that can stream up to 2500 subscribers. OpenTok handles most of the work for you, but it doesn’t allow you to take screenshots - which is very important for my webapp. To enable screen sharing, I'm looking for open source plugins / drivers that I can ask broadcasters to download and install, and the plugin needs to capture the screen and share it like a virtual webcam so that services like OpenTok can broadcast / archive / store them.

How do you keep writing such a driver? Do you know any open source project that can serve as a good starting point?

+5
source share
2 answers

I don't know about open source projects for screening, but screenleap provides api for sharing screens that can be used with OpenTok.

0
source

Do you use Opentok below links:

https://meet.tokbox.com/

as well as provide github source code

https://github.com/aullman/opentok-meet/tree/master/opentok-meet-cordova

Hope this helps you.

0
source

All Articles