Created attachment 148286 [details] Linphone patch Hi, The linphone OSS backend does not check how much data is in the OSS buffer, and fills it completely up, leading to very high latency. The attached patch will fix that. The attached patch should probably be upstreamed. --HPS
Created attachment 148296 [details] Linphone patch Could reduce latency further.
A commit references this bug: Author: tijl Date: Tue Oct 14 17:49:07 UTC 2014 New revision: 370874 URL: https://svnweb.freebsd.org/changeset/ports/370874 Log: - Patch OSS backend to remove latency - Remove USE_GNOME=gnomehier and @dirrm (handled by pkg) PR: 194346 Submitted by: hselasky Changes: head/net/mediastreamer/Makefile head/net/mediastreamer/files/patch-src__audiofilters__oss.c head/net/mediastreamer/pkg-plist
Created attachment 148703 [details] Updated linphone patch Hi, More patches are needed to reduce the latency to an acceptable level. --HPS
I'm reopening this ticket, with an updated patch. --HPS
A commit references this bug: Author: tijl Date: Tue Oct 28 14:09:02 UTC 2014 New revision: 371636 URL: https://svnweb.freebsd.org/changeset/ports/371636 Log: Further reduce latency in the OSS support PR: 194346 Submitted by: hselasky Changes: head/net/mediastreamer/Makefile head/net/mediastreamer/files/patch-src__audiofilters__oss.c