Replies: 1 comment
|
Thanks for the post, and apologies for the delay. The AirPlay 2 implementation uses specific features of Avahi, so |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have been building shairport-sync for a long time. I recently switched over to systemd-resolved and ditched avahi-daemon and am trying to remove dependencies on avahi. Right now, my 'configure statement' calls for what appears as both:
Can I remove the
--with-avahiand remove the dependencies on the avahi library and will it work with dnssd as implemented in systemd-resolved? When I do so, will the airplay2 work or not? From the docs, it appears that it will not. Why not? Could it work with a patch?All reactions