【发布时间】: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