Man page - libpipewire-module-zeroconf-discover(7)

Packages contains this manual

Manual

libpipewire-module-zeroconf-discover

NAME
DESCRIPTION
MODULE NAME
MODULE OPTIONS
EXAMPLE CONFIGURATION

NAME

libpipewire-module-zeroconf-discover - Zeroconf Discover

DESCRIPTION

Use zeroconf to detect and load module-pulse-tunnel with the right parameters.

This will automatically create sinks and sources to stream audio to/from remote PulseAudio servers. It also works with module-protocol-pulse.

MODULE NAME

libpipewire-module-zeroconf-discover

MODULE OPTIONS

pulse.discover-local = allow discovery of local services as well. false by default.

pulse.latency : the latency to end-to-end latency in milliseconds to maintain (Default 200ms).

EXAMPLE CONFIGURATION

# ˜/.config/pipewire/pipewire.conf.d/my-zeroconf-discover.conf

context.modules = [
{ name = libpipewire-module-zeroconf-discover
args = { }
}
]