You are not logged in.
Offline
OK guys, the solution is fairly simple as I found:
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
(one could use any filename)
I wonder why it is not a default behaviour as default certainly breaks things on a multi-user system.
Offline
Use paprefs. It's a nice GUI. Enable the network access.
I found that reading the /etc/pulse/default.pa file.
Worked for me with Steam
Offline