Hi. I’m trying to connect to my remote Create through Omniverse Streaming Client with LAN, but It does not work.
I got the following error message.
Unable to initiate a connection to the server. Please validate the server address is accurate, and that is reachable from the network
Following the Streaming Clinet Documantation, I copy and paster the following command (kit.bat apps/omni.create.kit --enable omni.kit.livestream.native --no-window) at the directory I installed the Create, and confiremed that The Omniverse Create is running as no-window mode on my remote server.
I think the IP address is correct because I can stream via WebSocket with the same one.
(i.e., http://{my-IP}:8111/streaming/clinet is no problem)
Could you gime me some advices?
Thanks in advance !
Hello @teyon.son! I am asking the dev team for some assistance.
I have a few questions for you:
What version of the Streaming Client are you using?
Is your Server using the same Operating System as the Client?
Also, you say that you are connecting through LAN, but then you mention that you are running no-window mode on your remote server. Is your Server and Client on the same network?
Is your Server using the same Operating System as the Client?
yes, both server and client is windows.
more specifically,
Server (Workstation): Microsoft Windows 10 Pro
Client: Microsoft Windows 10 Pro for Workstations
Also, you say that you are connecting through LAN, but then you mention that you are running no-window mode on your remote server. Is your Server and Client on the same network?
Sorry for my ambiguous expression. I should have said just Server instead of a remote server.
Yes, the server and client are on the same network.
Can you confirm if the ports you are using for streaming are cleared by your firewall settings?
I understand. I’m going to respond after checking the port.
Thank you.
Yes I am using the Omniverse streaming client v103.1. My custom app is ran on the AWS ubuntu instance (after having the ports opened) with ./run_app.sh --enable omni.kit.livestream.native --no-window
I was originally using the websocket prior, and recently made the change to connect by filling out the top portion of the Omniverse streaming client Server (on a windows machine) field with: server_ip/streaming/client/ which was not very well documented and honestly just a guess.
Thank you for your reply, and I apologize for the late reply.
That’s what I wanted to know. Thank you for your Kind & swift response.
Thanks to your tips, Omniverse Client Streming worked well on my env :)
I tried several things ( e.g., port setting, FW setting, etc…), and It seems like the problem was, activating several extensions which provide a live stream feature.
( I have not investigated yet, but the extension you checked autoreload activate automatically loads to Create even though you launch from cmd)
I disabled these extensions except omni.kit.livestream.native, it worked now.