使用 gstreamer 流式传输 windows 桌面

Streaming windows desktop using gstreamer

我有一个定制的 i.MX6 板,它连接了一个 LCD 显示器。我们一直在使用 gstreamer udpsrc/udpsink 管道通过 IP 流式传输视频..

PC 管道:

C:\gstreamer.0\x86_64\bin\gst-launch-1.0.exe -v filesrc location=C:\gstreamer\1.0\x86_64\bin\hash.h264 ! h264parse config-interval=-1 ! rtph264pay pt=96 config-interval=-1 ! udpsink host=<ip address> port=5004 sync=true

i.MX6 上的流水线:

gst-launch -v udpsrc port=5004 ! application/x-rtp, payload=96 ! rtph264depay ! vpudec low-latency=true ! imxv4l2sink sync=false

有什么方法可以修改 PC 管道以将 windows 桌面流式传输到嵌入式板显示器,或者使用 gstreamer

流式传输 windows 桌面所需的步骤是什么

winscreencap 插件 (https://github.com/agx/gst-plugins-bad/tree/master/sys/winscreencap) 包含两个用于捕获 windows 桌面的元素 - dx9screencapsrcgdiscreencapsrc