On April 4, 2024 at 07:42

Turns out my integration broke due to this commit github.com/koush/scrypted/comm which changed MDNS advertiser from MDNSAdvertiser.AVAHI when there is avahi-daemon running on the Docker host and volume mapped to /var/run/avahi-daemon/socket

Previously it was running a dedicated instance of CIAO inside the container. Would there be issues with having two MDNS servers on the same network host?