Hi, Brandon here. Currently, I am using an AWS EC2 Nvidia Optimized AMI Instance to run Isaac Sim and Isaac Lab. I am able to run the scripts on the instance via ssh for Isaac Sim and Lab but when I want to view the window using the omniverse streaming client, it only work when I use my phone hotspot and not on my university’s wifi network. The output of the kit-remote.log file for when I try to launch the Omniverse Streaming Client is as such:
[2024-07-19 09:04:13,787]=17:04:13= DEBUG [Geronimo: GeronimoRemoteConfig] {2AE3B140} - Cannot open config file RemoteConfig.json.
[2024-07-19 09:04:13,787]=17:04:13= INFO [Tracing] {2AE3B140} - Starting tracing for gfn-gamestream.
[2024-07-19 09:04:13,787]=17:04:13= INFO [OV-Streaming-Client: main] {2AE3B140} - Command line: “./kit-remote --width 1920 --height 1080 --server 13.229.200.180”
[2024-07-19 09:04:13,787]=17:04:13= INFO [OV-Streaming-Client: main] {2AE3B140} - Setting log level to ‘E’
[2024-07-19 09:04:14,150]=17:04:14= ERROR [Geronimo::Analytics] {2AE3B140} - Failed to load dll with error: /home/brandon/.local/share/ov/pkg/kit_remote-103.1.1//NvTelemetryAPI.so: cannot open shared object file: No such file or directory
[2024-07-19 09:04:14,403]=17:04:14= ERROR [BifrostClient: Streamer] {2AE3B140} - updateVideoSettingsForNVbProfile: profile 8 is not handled
[2024-07-19 09:04:14,522]=17:04:14= ERROR [NVST:RtspClient] {F2FFD640} - Failed to create the RTSP session: WebSocket Exception: Cannot upgrade to WebSocket connection: Service Unavailable
[2024-07-19 09:04:14,523]=17:04:14= ERROR [NVST:ClientSession] {F2FFD640} - Unexpectedly disconnected from server: connection creation
[2024-07-19 09:04:14,523]=17:04:14= ERROR [NVST:ClientSession] {F2FFD640} - Failed to connect to server using RTSP handshake (error codes: 0X800B1004 0X800B1004)
[2024-07-19 09:04:14,523]=17:04:14= ERROR [NVST:ClientSession] {F2FFD640} - Failed to create RTSP connection with error 0X800B1004
[2024-07-19 09:04:14,523]=17:04:14= ERROR [NVST:ClientLibraryWrapper] {F2FFD640} - Could not create initial streaming connection : 0x800b1004
[2024-07-19 09:04:14,523]=17:04:14= ERROR [BifrostClient: Streamer] {F2FFD640} - Failed to initiate connection to rtsp://13.229.200.180:48010: Error: NVST_R_ERROR_UNEXPECTED_DISCONNECTION_INITIAL (0x800b1004)
[2024-07-19 09:04:14,523]=17:04:14= ERROR [BifrostClient: Streamer] {F2FFD640} - Streamer connection failure. Error: NVST_R_ERROR_UNEXPECTED_DISCONNECTION_INITIAL (0x800b1004)
[2024-07-19 09:04:14,523]=17:04:14= ERROR [BifrostClient: SessionController] {F2FFD640} - Failed to start the streamer for session ce853913-5f78-42ce-b51f-cb8dfcff3882. Aborting the session.
[2024-07-19 09:04:14,523]=17:04:14= ERROR [RemoteGridApp] {F1FFB640} - STREAMING: FAILED: NVB_SN_STREAMING_START_FAILED (800b1004)
Could someone help me out in debugging the issue? Thank you.