PipeWire  1.0.3
Zeroconf Discover

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.latency: the latency to end-to-end latency in milliseconds to maintain (Default 200ms).

Example configuration

1 context.modules = [
2 { name = libpipewire-module-zeroconf-discover
3  args = { }
4 }
5 ]