[RCAR] disable a default config in kernel
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire-conf-agl / client.env
1 # This file contains environment variables that will apply
2 # to pipewire clients started by the application framework
3
4 # libpipewire by default tries to obtain real-time scheduling
5 # for the streaming thread. This is only useful on the desktop, disable here.
6 DISABLE_RTKIT=1
7
8 # Uncomment to enable libpipewire debug for clients
9 # 1=error, 2=warning, 3=info, 4=debug, 5=trace
10 #PIPEWIRE_DEBUG=4