当我在终端(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
有什么问题吗?
发布于 2022-08-10 03:54:55
试着一步一步地将管道分开,最后加上"fakesink“。这样你就能找到哪一部分坏了。
例:
gst-启动-1.0ximagesrc使用-损害=0!视频尺度method=0!fakesink
https://stackoverflow.com/questions/70624110
复制相似问题