We use Authorizationmodes.DefaultWindows login to run VideoViewer on SmartClient workstation.
It fails with ServerNotFoundMIPException from VideoOS.Platform.SDK.Environment.Login(uri).
But, the same sample can run on Mgmt server of same domain without problem.
Please advise how we can run it on SmartClient workstation, thank you.
Besides having put the wrong address or port then the simplest explanation is: The sample uses the LoginDialog, on the dialog there is an option “Allow only secure communication”. If this option is set your server must be setup to use Encryption in the communication, this is setup using the Server Configurator.
If your server is not setup in this way you can clear the “Allow only secure communication” option, then you should be able to login.
If this my first guess is not correct please elaborate on the network connectivity and setup you have and I can try to find further troubleshooting tips.