Hi, I’m deploying an Isaac Sim Container on my remote server and trying to stream to my local laptop. I’ve tried both WebRTC and Omniverse Streaming Client, but neither has worked. Here are the details:
My remote server’s info:
- OS: Ubuntu 24.04 Server
- Kernel: 6.8.0-41-generic
- GPU: 2 x NVIDIA H100
- NVIDIA Driver: 550.107.02
- Isaac Sim Container Version: Isaac Sim 4.1.0
My laptop is ubuntu22
UFW status of the remote server:
I’ve ensured that the required ports (e.g., 8211) are open in the firewall.
I followed the steps from this doc. Everything is same except driver version.
Omniverse Streaming Client:
- Ran
./runheadless.native.sh
on the server - Opened Omniverse Streaming Client on local laptop
- Entered the server’s IP address
Result: “An unknown error occurred”
Server console output:
[53.598s] Isaac Sim Headless Native App is loaded.
main: thread_init: already added for thread
main: thread_init: already added for thread
WebRCTC:
- Ran
./runheadless.webrtc.sh
on the server - Accessed
http://<server IP address>:8211/streaming/webrtc-client?server=<server IP address>
on local laptop - Clicked the red button
Result: Nothing happened after clicking the button
in firefox
in chromium
server console output
Any help or guidance would be greatly appreciated. Thank you:)