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:
Wim Taymans 2021-05-13 18:05:26 +02:00
parent 59842b3bd6
commit 6744934734
6 changed files with 717 additions and 0 deletions

View file

@ -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')