【问题标题】:gst-launch 1.0 window resizegst-launch 1.0 窗口调整大小
【发布时间】:2019-01-04 14:48:32
【问题描述】:

这里我有 gst-launch 1.0 的 udp 流发送器:

gst-launch-1.0 -v filesrc location="./venom-trailer-3_h720p.mov" ! qtdemux ! rtph264pay pt=96 config-interval=-1 ! udpsink host=face=eth0 -e3 port=5001 multicast-if

这是我的接收器命令:

DISPLAY=:0 gst-launch-1.0 udpsrc uri=udp://232.255.23.23:5001 port=5001 ! application/x-rtp, payload=96 ! rtpjitterbuffer ! rtph264depay ! h264parse ! queue ! avdec_h264 ! xvimagesink udpsrc

我的问题是如何更改接收器中窗口的位置和大小。根据这个 https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-ximagesink.html

我必须更改 ximagesink 值但我明白了

WARNING: erroneous pipeline: no property "width" in element "xvimagesink0"

【问题讨论】:

    标签: gstreamer-1.0 gst-launch gst-launch-1.0


    【解决方案1】:

    根据您发布的链接,元素 ximage 接收器没有属性 width,而是有一个名为 window-width 的属性。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-05-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多