Here's a workaround that I'm using. On the server, do:

socat TCP-LISTEN:4000,fork UNIX-
CONNECT:/home/tom/.pulse/f4bd336578327b5cd658a18b4afff4a1-runtime/native
&

Important: You'll have to replace
"f4bd336578327b5cd658a18b4afff4a1-runtime" with the correct directory
that's present on your system. I also configured pulseaudio to listen
for remote connections (using papref), but don't know if that's
necessary.

On the client, do:
PULSE_SERVER=<server-ip>:4000 <program to run> &

For example:
PULSE_SERVER=<server-ip>:4000 firefox &

-- 
When sound at remote sink, sound doesn't work
https://bugs.launchpad.net/bugs/511562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to