NeuralNine / vidstream

Streaming video data via networks

Home Page:https://pypi.org/project/vidstream/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black Screen in ScreenShare On Wayland Windowing Systems

kzlca opened this issue · comments

commented

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 ?