summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2022-10-02 20:03:19 +0200
committerPhilip Langdale <github.philipl@overt.org>2022-10-06 13:16:35 -0700
commit161bdd9359cfb1131d36cc1596a2a0ad7e481b18 (patch)
tree45b495d07d354be9aa482e69bb991d7972511b24 /DOCS/man/ao.rst
parenta1e29f15552cf50de8f35fb6f7216fa7d36a2607 (diff)
downloadmpv-161bdd9359cfb1131d36cc1596a2a0ad7e481b18.tar.bz2
mpv-161bdd9359cfb1131d36cc1596a2a0ad7e481b18.tar.xz
ao_pipewire: allow specification of remote name
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 9108cac2fe..4f9436b157 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -156,6 +156,11 @@ Available audio output drivers are:
value makes the audio stream react faster, e.g. to playback speed
changes.
+ ``--pipewire-remote=<remote>``
+ Specify the PipeWire remote daemon name to connect to via local UNIX
+ sockets.
+ An empty <remote> string uses the default remote named ``pipewire-0``.
+
``sdl``
SDL 1.2+ audio output driver. Should work on any platform supported by SDL
1.2, but may require the ``SDL_AUDIODRIVER`` environment variable to be set