Performance problem mixing 4 RTP streams

Fritz Emboli fritz.emboli at gmail.com
Fri Jan 12 13:30:37 UTC 2018


Hi,

can anybody tell me, why the following pipeline takes up to 70% CPU time on
an embedded device?

gst-launch-1.0 -v \
udpsrc port=10204 caps="application/x-rtp,clock-rate=8000,channels=1" !
queue ! rtppcmadepay ! alawdec ! \
liveadder name=mix latency=20000 ! audioconvert ! alsasink device="hw:0,0"
sync=false \
udpsrc port=10206 caps="application/x-rtp,clock-rate=8000,channels=1" !
queue ! rtppcmadepay ! alawdec ! mix. \
udpsrc port=10208 caps="application/x-rtp,clock-rate=8000,channels=1" !
queue ! rtppcmadepay ! alawdec ! mix. \
udpsrc port=10210 caps="application/x-rtp,clock-rate=8000,channels=1" !
queue ! rtppcmadepay ! alawdec ! mix.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180112/f2c2af30/attachment.html>


More information about the gstreamer-devel mailing list