martim01 / pam

Audio Monitoring Software designed to run on a Raspberry pi with touchscreen
GNU General Public License v3.0
147 stars 12 forks source link

Maybe error in NMOS #69

Closed Twister10000 closed 2 years ago

Twister10000 commented 2 years ago

I found the following when testing NMOS. On my machine the NMOS port is 8080. When I want to access the NMOS API only the x-nmos/ comes up. PAM Unbenannt

martim01 commented 2 years ago

I believe this is correct. You can then do 10.120.8.34:8080/x-nmos which should return ["node/","connection/"] and then you can navigate to 10.120.8.34:8080/x-nmos/node or 10.120.8.34:8080/x-nmos/connection etc.

Twister10000 commented 2 years ago

You are right if you enter it manually it works fine.

I knew it only that you can click directly on the web page. Maybe that would be a cool new feature.