Reducing delay in RTP streaming
Kévin Aupée
kevaupee at gmail.com
Tue Jan 3 13:55:32 UTC 2017
Hi,
I'm using Gstreamer for RTP streaming with this pipeline :
gst-launch-1.0 udpsrc port=5000 caps=application/x-rtp ! rtpjitterbuffer
> latency=50 drop-on-latency=true ! rtpopusdepay ! opusdec ! alsasink
> sync=false
The delay is about 300ms. It is not so bad but I want to reduce it as much
as I can.
I don't really understand all the properties of the elements and I would
like to know which ones can help reduce the latency (besides the ones I
already use).
Thanks :)
(sorry if there is some grammar mistakes)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170103/b453ae63/attachment.html>
More information about the gstreamer-devel
mailing list