WebRTC Visualization Error in Isaac Lab 2.1 Docker Container #3192
Replies: 5 comments
-
I encountered a similar issue, but it occurred when I executed the following command: Env setting:
Then I noticed that if I ran Currently, the only way to run the program without issues is to add the |
Beta Was this translation helpful? Give feedback.
-
Are you run in docker? |
Beta Was this translation helpful? Give feedback.
-
I added --headless, but the running result remains the same in docker ./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py --headless --livestream 2 [58.819s] Simulation App Startup Complete |
Beta Was this translation helpful? Give feedback.
-
Sorry for the unclear reply earlier. New command:
The output will be:
Of course, adding the “headless” flag means there will be no GUI. I would also like someone can response the issue where running |
Beta Was this translation helpful? Give feedback.
-
You may want to try the latest version of Isaac Lab. Follow #3021 to update. I'll move this issue to our Discussions for follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
docker pull nvcr.io/nvidia/isaac-lab:2.1.0
in docker :
./isaaclab.sh -p scripts/tutorials/00_sim/create_empty.py --livestream 2
Running isaacsim-webrtc-streaming-client on the host machine, but isaacsim-webrtc-streaming-client nodisplay
log:
[60.411s] [ext: omni.physx.fabric-106.5.7] startup
[INFO]: Setup complete...
main: thread_init: already added for thread
2025-07-29 03:34:46 [72,348ms] [Warning] [carb.livestream-rtc.plugin] onClientResizeRequested: Stream can't be resized, please make sure that /app/livestream/allowResize is set to true.
2025-07-29 03:35:02 [88,361ms] [Warning] [carb.livestream-rtc.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 0 != 1
Beta Was this translation helpful? Give feedback.
All reactions