Isaac Sim Version
[x ] 4.2.0
Operating System
Ubuntu 22.04
GPU Information
- Model: NVIDIA A10G
- Driver Version: 535.129.03 CUDA Version: 12.2
Topic Description
Detailed Description
I’m running Isaac sim on AWS on ECS with EC2. Isaac sim container is up and running with the correct message “Isaac Sim Headless WebRTC App is loaded.” in the logs. I’m running this command in ECS “./runheadless.webrtc.sh”
If I run the container with this command: “./runheadless.native.sh” everything is working with Streaming Client from Omniverse Launcher. For the first case: “WebRTC” when I go the http://:8211/streaming/webrtc-client?server= (security groups is open to 0.0.0.0/0 both inbound and unbound) it does not work.
Any suggestion?
Additional Context
I saw similar stuff on the web that it might not work on EC2 but only the A100 is specified there.