9b44cee013454b6fa0a026a0c95e857a04744a56
[AGL/meta-agl.git] / meta-pipewire / dynamic-layers / meta-app-framework / 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