We created a program to log in and display live media using MIPSDK.
When logging in, log in using DialogLoginForm.
This worked fine on Windows 10, but on Windows 11 it often fails to log in.
If login fails, add ‘http://’ as the server address, such as http://192.168.0.30, and login will succeed.
Conversely, sometimes when logging in, must not enter ‘http://’, such as 192.168.0.30, login succeed. ('if entered ‘http://’ login faild)
It was confirmed that this problem also occurs when using the ImageViewerClient in the Component sample.
Is there any way to log in by entering the server address exactly so that the login does not fail?
Also what’s wrong with this? Please let me know with how to solved this problem.