This commit is contained in:
Andy 2018-06-20 00:19:24 +02:00
parent 1a3d673223
commit b679c4c410
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -35,19 +35,3 @@ Enter the namespace of a running container
```
sudo nsenter -a -t $(docker inspect -f '{{ .State.Pid }}' pulseaudio)
```
## Client setup for zeroconfig auto discovery
If you want the pulseaudio to automatically discover the published sinks,
make sure ``/etc/pulse/default.pa`` has the following line:
```
load-module module-zeroconf-discover
```
Then restart pulseaudio:
```
pulseaudio --kill
```