The idea is that the first user creates an UNIX socket, the rest are connected to that.
== /etc/pulse/default.pa: ==
load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulseaudio-socket
== /etc/pulse/client.conf ==
default-server = unix:/tmp/pulseaudio-socket
pulseaudio -k
pulseaudio -D
https://bbs.archlinux.org/viewtopic.php?id=221719
Voting 0