table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 1.5.81-1.1
 - Leap-16.0
 - Leap-15.6
 
| libpipewire-module-zeroconf-discover(7) | Miscellaneous Information Manual | libpipewire-module-zeroconf-discover(7) | 
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 = { }
}
]
| 1.5.81 | PipeWire |