【问题标题】:Which argument is causing a pipeline syntax error?哪个参数导致管道语法错误?
【发布时间】:2022-08-10 11:54:55
【问题描述】:

当我在终端(ubuntu)中运行以下管道时

gst-launch-1.0 -v 
   ximagesrc use-damage=0 ! 
   videoscale method=0 ! 
   video/x-raw, format=I420, framerate=30/1 ! 
   \\ x264enc tune=zerolatency ! 
   mpegtsmux ! 
   \\ hlssink playlist-root=http://192.168.0.11:8080 location=/home/gstreamer/hlstest/segment_%05d.ts target-duration=5 max-files=5

我收到错误WARNING: erroneous pipeline: syntax error

问题是什么?

    标签: ubuntu localhost gstreamer http-live-streaming


    【解决方案1】:

    尝试逐步拆分管道并在末尾添加“fakesink”。 所以你可以找到哪个部分坏了。

    前任:

    gst-launch-1.0 ximagesrc 使用-损坏=0!视频缩放方法=0!假水槽

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-11-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-21
      • 1970-01-01
      • 1970-01-01
      • 2020-12-11
      相关资源
      最近更新 更多