mikebrady / shairport-sync-docker

Docker setup for Shairport Sync
MIT License
49 stars 19 forks source link

Add avahi-tools package, needed for external-mdns #19

Closed nicsuzor closed 2 years ago

nicsuzor commented 2 years ago

The docs provide some info that compiling --with-external-mdns solves the problem of trying to run multiple zeroconf services on the same stack. But to get it working, you need to install avahi-publish-service or mDNSPublish. avahi-publish-service is in avahi-tools APK, and installing it by default could save people some debugging with little extra overhead.

mikebrady commented 2 years ago

Apologies, @nicsuzor -- I forgot this.

mikebrady commented 2 years ago

@charlesomer, would you consider adding this into the automated Docker build?

charlesomer commented 2 years ago

https://github.com/mikebrady/shairport-sync/pull/1524 PR added 😄