sony / nmos-cpp

An NMOS (Networked Media Open Specifications) Registry and Node in C++ (IS-04, IS-05)
Apache License 2.0
136 stars 80 forks source link

cant reach the webisite for the Node API #381

Closed ibramatar07 closed 3 months ago

ibramatar07 commented 3 months ago

hello when i run the nmos-cpp-node and created the node and get the node API

like 10.0.0.1:3212/node/v1.3

when i try to visit the link its gives me cant reach

any help

lo-simon commented 3 months ago

Hi Ibrahim What settings are you using to configure the nmos-cpp-node? Can you show us your node (console) log? The node API should be serving all the network interfaces. Can you ping 10.0.0.1? This IP address looks like the default gateway IP!

ibramatar07 commented 3 months ago

its very similar to the one in the docs, its build the settings(cpprestsdk, websocket,...), also configure nmos-cpp with node api

only the warning is

warning: Did not discover a suitable registration API via DNS-SD and i think its not the reason because i was able to show the node controller(using node API) before but now i cant

i tried to ping the ip address in the console log (not the one mentioned in the question) and its looks good.

also when i try to run the nood using nmos testing tools its respond with no node API.

garethsb commented 3 months ago

If you are building and running on Windows, with listener=httpsys as was shown in your screenshot, you need to run the program with Administrator privileges.

lo-simon commented 3 months ago

Please try @garethsb suggestion.

ibramatar07 commented 3 months ago

thank you its work now