【发布时间】:2017-04-04 22:29:31
【问题描述】:
我是 Gstreamer 的新手,我想用它来收听 RTP 流。
为此,我使用了这个管道:
gst-launch-1.0 udpsrc caps=application/x-rtp port=5000 ! rtpjitterbuffer ! rtpopusdepay ! opusdec ! alsasink
我不知道为什么,但我有一些延迟(~ 1s),我想尽量减少它。 我确定这不是来自源和传输。
如果有人有任何想法:)
【问题讨论】: