You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sets the gstreamer video X-window title so Zoom recognizes the window, and allows screen sharing in a Zoom
session. (This change is very useful for online teaching with Zoom, on desktop linux, using an ipad)
It is easily backported to RPiPlay. (I've done it on my copy)
(UxPlay is an apparently unmaintained fork of RPiPlay, used by some linux-based teachers, and its essential
content (video_renderer_gstreamer.c) is already backported here.
The text was updated successfully, but these errors were encountered:
The patch didn't work for me on the most recent version of the code. An alternative solution (for XWin) I found was to use this command, which doesn't require modifying the source: $ xdotool selectwindow set_window --name "RPiPlay"
After the mirroring window is opened, run this command and click on the window. The window is renamed to "RPiPlay" and can then be selected from Zoom's screen share menu.
antimof/UxPlay#31
This sets the gstreamer video X-window title so Zoom recognizes the window, and allows screen sharing in a Zoom
session. (This change is very useful for online teaching with Zoom, on desktop linux, using an ipad)
It is easily backported to RPiPlay. (I've done it on my copy)
(UxPlay is an apparently unmaintained fork of RPiPlay, used by some linux-based teachers, and its essential
content (video_renderer_gstreamer.c) is already backported here.
The text was updated successfully, but these errors were encountered: