|
|
|
|
|
by runlevel1
2374 days ago
|
|
mDNS is an interesting choice for service discovery. Neat idea for local development, but probably not great in production. I believe most cloud providers don't support multicast, meaning mDNS would not work there. It's also quite slow and/or very chatty in large networks. Looks there is support for other service discovery mechanisms via plugins, though. |
|
For wiw multicast/mDNS works fine on top of ZeroTier.
Although, if the underlying network doesn't, I assume you get a lot of overhead (ie: it probably wouldn't be very beneficial to try and share a video stream via multicast on top of ZeroTier on top of a network without multicast support).