【发布时间】:2021-04-27 18:02:19
【问题描述】:
我正在将 RTSP 流转换为 HLS,但延迟大约 30 秒。有人可以帮我减少吗?
感谢您的建议。这是管道:
gst-launch-1.0 rtspsrc location=rtsp://admin:@192.168.1.27:554/ch0_0.265 ! decodebin ! videoconvert ! video/x-raw ! x264enc ! mpegtsmux ! hlssink location=/somewhere/segment_%05d.ts playlist-location=/somewhere/playlist.m3u8 target-duration=5 max-files=5
【问题讨论】:
标签: gstreamer http-live-streaming rtsp gstreamer-1.0