在 X.org 会话上,我可以运行以下脚本来创建当前聚焦窗口的副本:
#!/usr/bin/env bash
xdotool getwindowfocus | xargs -I% gst-launch-1.0 ximagesrc xid=% ! videoconvert ! autovideosink
这在 Wayland 上不起作用。还有其他选择吗?
我注意到有一个名为的管道工具,pw-loopback
但不知道如何使其工作。有什么线索吗?
在 X.org 会话上,我可以运行以下脚本来创建当前聚焦窗口的副本:
#!/usr/bin/env bash
xdotool getwindowfocus | xargs -I% gst-launch-1.0 ximagesrc xid=% ! videoconvert ! autovideosink
这在 Wayland 上不起作用。还有其他选择吗?
我注意到有一个名为的管道工具,pw-loopback
但不知道如何使其工作。有什么线索吗?