mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
zeroconf: add avahi zerconf discover module
Discovers remote sinks and sources and load the tunnel module to make a local sink and source for them.
This commit is contained in:
parent
59842b3bd6
commit
6744934734
6 changed files with 717 additions and 0 deletions
|
|
@ -187,3 +187,7 @@ option('libpulse',
|
|||
description: 'Enable code that depends on libpulse',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('avahi',
|
||||
description: 'Enable code that depends on avahi',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue