keijiro / Nsm

Nsm - NDI Simple Monitor
Other
215 stars 20 forks source link

Possible to assign remote source by IP address? #8

Closed jrobcet closed 3 years ago

jrobcet commented 3 years ago

I'm in a network environment where auto-discovery is not possible. Would it be possible to assign the IP of the remote NDI source? I'm happy to help test this functionality if it can be done. Thanks

keijiro commented 3 years ago

I don't think NDI supports connecting by an IP address. I wonder if you can use NDI Access Manager to solve discovery issues.

keijiro commented 3 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.

jrobcet commented 3 years ago

Thanks for the response. I'm able to use Access Manager on Windows, but as far as I'm aware, it's not available for Linux. I was just curious if there might be a way to accomplish the same on Linux without Access Manager.

keijiro commented 3 years ago

Unfortunately, I have no idea. How about asking at the NewTek forum?

isostatic commented 3 years ago

Can confirm if you run a discovery server (which you get in the linux SDK), and point your linux client at it (by creating ~/.ndi/ndi-config.v1.json), Nsm.x86_64 will show the sources and play them out just fine

keijiro commented 3 years ago

@isostatic Thanks for the information. I didn't know it.

jrobcet commented 3 years ago

@isostatic Thanks. I'll grab the SDK and take a look.