Isaac Sim Version
5.0.0
Operating System
Ubuntu 22.04
GPU Information
- Model: L40S
- Driver Version: 12.7
Topic Description
Detailed Description
Streaming Isaac Sim using the WebRTC Streaming Client is quite unpredictable. I have successfully streamed using isaacsim.streaming.sh, runheadless.sh, as well as with standalone python scripts (enabling omni.services.livestream.nvcf). However, streaming successfully is very inconsistent. More often than not, I am greeted with the gray screen, once even interrupting the stream.
Steps to Reproduce
-
Start your Isaac Sim container in the remote server
-
Try to stream using any of the
isaacsim.streaming.sh,runheadless.shor standalone methods.
As I suggested before, it is inconsistent. What works now, might not work later, and vice-versa.
Error Messages
[30.158s] Isaac Sim Full Streaming App is loaded.
main: thread_init: already added for thread
2025-09-19T08:31:39Z [103,890ms] [Warning] [gpu.foundation.plugin] Invalid sync scope for buffer resource 'shared swapchain buffer'. Create resource with valid sync scope for lifetime tracking or use kResourceUsageFlagNoSyncScope.
2025-09-19T08:31:39Z [103,892ms] [Warning] [gpu.foundation.plugin] Invalid sync scope for buffer resource 'shared swapchain buffer'. Create resource with valid sync scope for lifetime tracking or use kResourceUsageFlagNoSyncScope.
2025-09-19T08:31:39Z [103,904ms] [Warning] [gpu.foundation.plugin] Invalid sync scope for buffer resource 'shared swapchain buffer'. Create resource with valid sync scope for lifetime tracking or use kResourceUsageFlagNoSyncScope.
2025-09-19T08:31:40Z [105,067ms] [Warning] [carb.livestream-rtc.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 0 != 1
main: thread_init: already added for thread
2025-09-19T08:40:27Z [632,080ms] [Warning] [carb.livestream-rtc.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 4294967295 != 1
main: thread_init: already added for thread
main: thread_init: already added for thread
2025-09-19T08:44:20Z [865,616ms] [Warning] [carb.livestream-rtc.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 4294967294 != 1
Note:
Themain: thread_init: akready added for threadline appears whenever I connect the WebRTC Client. The multiple lines are due to me trying to reload and reconnect the client.
Additional Information
While I was writing this, I reloaded the Client after 22 minutes, streaming successfully.