build-nmos-cpp icon indicating copy to clipboard operation
build-nmos-cpp copied to clipboard

mDNS

Open soundiesam opened this issue 1 year ago • 3 comments

Hi,

is there a way to making the Mdns work when this is running in Docker desktop?

Sam

soundiesam avatar Oct 25 '24 14:10 soundiesam

Same problem here, running nmos-cpp registry in Docker 28.0.1 (on an Debian 12 / Linux 6.1.0-31-amd64 as a vm on Proxmox 8.3.4, single instance (no cluster)).

When I add the IP from the registry to an endpoint I can connect and its working fine. But with some devices there is no option to point them to a registry (they need mDNS).

TobiasBecker avatar Mar 01 '25 14:03 TobiasBecker

Please share initial logs from the registry.

garethsb avatar Mar 02 '25 11:03 garethsb

@garethsb thanks for getting back that quick. We actually rechecked everything and it was the "forward unknown multicast" setting in the physical switch in the testbed that would drop our DNS. Since we are now forwarding unknown mc at the switch level also the registry is announcing itself via mDNS. So all good..

@soundiesam is this problem specific to Docker Desktop? If yes maybe share details. On Docker on Debian 12 mDNS running fine.

TobiasBecker avatar Mar 02 '25 20:03 TobiasBecker