From c82e38ad3560f9e87a41875db5edfa7596ed855c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Feb 2020 16:03:38 +0100 Subject: [PATCH] conf: limit buffers to 16 Old v0 clients can only handle up to 16 buffers. It's unfortunate that we have to enforce this globally but otherwise it is possible that a new client allocated more buffers which it then tries to share with an old client and fail. --- src/daemon/pipewire.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in index 4a7983341..7d09a04bd 100644 --- a/src/daemon/pipewire.conf.in +++ b/src/daemon/pipewire.conf.in @@ -2,7 +2,7 @@ #set-prop library.name.system support/libspa-support #set-prop context.data-loop.library.name.system support/libspa-support -#set-prop link.max-buffers 64 +set-prop link.max-buffers 16 #set-prop mem.allow-mlock true #set-prop default.clock.rate 48000