From b679c4c41056b88c4492269e28aa16efbc0ad0c3 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 20 Jun 2018 00:19:24 +0200 Subject: [PATCH] trivial --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index e876967..58dc2b6 100644 --- a/README.md +++ b/README.md @@ -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 -```