[Bug 773770] rtpjitterbuffer: high CPU usage with low latency audio

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 2 14:37:03 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=773770

--- Comment #11 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> Could adding a buffer pool or soemething helps with that ?

Yes, that's something that's on my list for this cycle fwiw.

Since this is only audio, I wonder how many packets per second this is? 50-100
packets per second or so should not have such a huge impact really, even on a
low-powered machine.

If we hit the kernel with futex syscalls that means there's a lot of contention
on some locks (which is not unexpected for the jitterbuffer I suppose, with one
thread pushing packets in and another pushing them out?).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list