Skip to content

Instantly share code, notes, and snippets.

View krei-se's full-sized avatar

Richard Wachler krei-se

View GitHub Profile
@krei-se
krei-se / 50-networkparty.conf
Last active May 15, 2024 05:08
Pulseaudio multiroom "suddenly it works"-solution (/etc/pipewire/pipewire-pulse.conf.d)
# apply this on all clients that will receive audio from other stations. The ACL is set so any device in the local network has access without the need for authentication
context.exec = [
{ path = "pactl" args = "load-module module-native-protocol-tcp auth-anonymous=yes listen=10.126.5.1 auth-ip-acl=127.0.0.1;10.126.0.0/16" }
]