NeuralNine / vidstream

Streaming video data via networks
https://pypi.org/project/vidstream/
MIT License
267 stars 149 forks source link

Black Screen in ScreenShare On Wayland Windowing Systems #6

Open kzlca opened 3 years ago

kzlca commented 3 years ago

Sharing screen on Operating systems like Fedora 33 (Workstation Edition) that use wayland windowing system doesn't work. when i tried run client.py i get this error: raise NotImplementedError('"scrot" must be installed to use screenshot functions in Linux. Run: sudo apt-get install scrot') how ever i fixed this issue by installing scrot-0.8-21.x86_64.rpm but screen share just give me black screen, then i notice Wayland appears to break every screenshot application except gnome-screenshot for backend because of "Security". is it good idea to add new shutter system specific for wayland ?