Seungmin Kim
Seungmin Kim
> It seems that [team-viewer is working on a wayland support](https://community.teamviewer.com/English/discussion/122410/teamviewer-support-on-wayland-experimental-state) > > No idea how they get the input working. I believe this would be through xdg-desktop-portal.
https://github.com/boppreh/keyboard https://github.com/boppreh/mouse https://github.com/maliit/keyboard Looks interesting.
xdg-desktop-portal with GStreamer: https://gitlab.gnome.org/-/snippets/39
https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.RemoteDesktop https://gitlab.gnome.org/-/snippets/39 https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.ScreenCast https://gitlab.gnome.org/-/snippets/19
Strong reference: https://github.com/Xpra-org/xpra/issues/3750#issuecomment-1420793669
Because of #95, we might be able to use uinput in Wayland without privileges.
Weylus (https://github.com/H-M-H/Weylus) has all of the initial answers and since we are already on GStreamer, GStreamer-PipeWire can be promptly used with `xdg-desktop-portal`. However Wolf (https://github.com/games-on-whales/wolf) came up with a way...
Related to `basicauth` module or https://github.com/selkies-project/selkies-gstreamer/tree/master/addons/gst-web
`gst-pipewire` is essential for this capability. This GStreamer plugin is included in pipewire, not GStreamer. Since PipeWire is not meant to be bundled with GStreamer unless Conda is used, the...
~~View-only password is to be done simultaneously with #39.~~ Spun off.