From 45891221953e19d753339b7dad0716b7b1a60799 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 20 Jun 2018 00:14:28 +0200 Subject: [PATCH] trivial --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 224400a..b069d3b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Run it docker run --name pulseaudio --rm -ti --device /dev/snd andrey01/pulseaudio ``` +Use it + +``` +PULSE_SERVER=$(docker inspect pulseaudio -f '{{.NetworkSettings.IPAddress }}'):4713 mpv film.avi +``` + ## Troubleshooting Enter the namespace of a running container @@ -14,6 +20,7 @@ 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,