doc: pipewire: mention some debug env vars

This commit is contained in:
2024-03-10 04:59:51 +00:00
parent f8797a77ff
commit 573a50fedc

View File

@@ -48,6 +48,9 @@ in
Restart = "always"; Restart = "always";
RestartSec = "5s"; RestartSec = "5s";
}; };
# environment.PIPEWIRE_LOG_SYSTEMD = "false";
# environment.PIPEWIRE_DEBUG = "*:3,mod.raop*:5,pw.rtsp-client*:5";
}; };
services.pipewire-pulse = { services.pipewire-pulse = {
description = "pipewire-pulse: Pipewire compatibility layer for PulseAudio clients"; description = "pipewire-pulse: Pipewire compatibility layer for PulseAudio clients";