sammoth / foo_out_pulse

PulseAudio output for foobar2000
GNU Lesser General Public License v3.0
19 stars 2 forks source link

0.62-beta Connection refused on wine-6.0-rc #2

Open ParticleMon opened 3 years ago

ParticleMon commented 3 years ago

Thank you for this component! It seemed to work reasonably well on wine-5.22.

On wine-6.0-rc5 and previous candidates, 0.62-beta throws this: "Error: Pulseaudio: connection failed: Connection refused"

fb2k 1.5.2, Linux Mint 20.

sammoth commented 3 years ago

Hi, yes I have noticed the same but haven't had time to look into it recently. In the mean time I am just using IP authentication in my pulse default.pa, like:

load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1

Note that this allows access to your pulse daemon from any local user, and possibly other things which shouldn't be able to access it such as containers or sandboxed things, so it's up to you whether you use it.

ParticleMon commented 3 years ago

I was already using that but without auth-ip-acl.

It works now. Thanks!