You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm doing some tests and I can't see any nodes showing
Maybe there is DNS-SD misconfiguration
I have this kind of error in the logs:
DNSServiceRegister reported error: -65540 while registering advertisement for: nmos-cpp_node_10-1-111-237:8010._nmos-node._tcp..
The DNS server is on the same computer and setup as the AMWA examples using BIND9.
Currently on the network I have 2 embrionix SFP (msa compliant) which are supposed to be IS-04 / IS-05 NMOS compliant.
For my test I'd like to use nmos-cpp to make connections between them.
The DHCP server is also setup with to distribe the right dns server with DNS-SD setup.
Can you help me ?
The text was updated successfully, but these errors were encountered:
Sorry for the very slow response here. I have only just seen it - Apologies.
Some pointers:
You can ignore the error above. This is related to mDNS advertising which is a mode you are not using. You are using DNS-SD with external DNS.
You can disable mDNS advertisement by setting pri to Max INT (2,147,483,647) in the registry.json file. The registry will then not advertise at all and will rely on external DNS-SD via external DNS servers for advertisement.
Finally, IIRC (and it has been a while) Embrionix modules only support IS-04 API 1.2 and IS-05 API 1.0. Please make sure you are viewing the registry using the correct API levels. If you are using the embedded UI you can use the settings to change.
Hello, I'm doing some tests and I can't see any nodes showing
Maybe there is DNS-SD misconfiguration
I have this kind of error in the logs:
DNSServiceRegister reported error: -65540 while registering advertisement for: nmos-cpp_node_10-1-111-237:8010._nmos-node._tcp..
The DNS server is on the same computer and setup as the AMWA examples using BIND9.
Currently on the network I have 2 embrionix SFP (msa compliant) which are supposed to be IS-04 / IS-05 NMOS compliant.
For my test I'd like to use nmos-cpp to make connections between them.
The DHCP server is also setup with to distribe the right dns server with DNS-SD setup.
Can you help me ?
The text was updated successfully, but these errors were encountered: