mafintosh / hypervision

P2P Television
MIT License
447 stars 59 forks source link

Add application window as video input #14

Open louiscenter opened 7 years ago

louiscenter commented 7 years ago

Broadcasters are currently given the option to use their entire screen as a video input. This is done with Electron's desktopCapturer API.

This same API offers the ability to capture specific application windows as video inputs too.

Users should be given the ability to toggle between "screen sharing" and "application window sharing".