From 0f01dcc26aa0b9eecb8c04fbce42999beecde302 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Wed, 26 Jun 2019 18:01:30 +0300 Subject: pipewire: install environment variable files DISABLE_RTKIT saves us from nasty error messages about not being able to connect to dbus. This doesn't make sense anyway, real-time mode should not be enabled on embedded. PIPEWIRE_DEBUG/G_MESSAGES_DEBUG are put there in comments so that people can easily uncomment to figure out what is wrong with their pipewire setup. Bug-AGL: SPEC-2473 Change-Id: Id07d3d21f472885434158c300a227d53020c2189 Signed-off-by: George Kiagiadakis --- .../recipes-multimedia/pipewire/pipewire-conf-agl/client.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-pipewire/recipes-multimedia/pipewire/pipewire-conf-agl/client.env (limited to 'meta-pipewire/recipes-multimedia/pipewire/pipewire-conf-agl/client.env') diff --git a/meta-pipewire/recipes-multimedia/pipewire/pipewire-conf-agl/client.env b/meta-pipewire/recipes-multimedia/pipewire/pipewire-conf-agl/client.env new file mode 100644 index 00000000..9b44cee0 --- /dev/null +++ b/meta-pipewire/recipes-multimedia/pipewire/pipewire-conf-agl/client.env @@ -0,0 +1,10 @@ +# This file contains environment variables that will apply +# to pipewire clients started by the application framework + +# libpipewire by default tries to obtain real-time scheduling +# for the streaming thread. This is only useful on the desktop, disable here. +DISABLE_RTKIT=1 + +# Uncomment to enable libpipewire debug for clients +# 1=error, 2=warning, 3=info, 4=debug, 5=trace +#PIPEWIRE_DEBUG=4 -- cgit 1.2.3-korg