Using NGC image: nvcr.io/nvidia/isaac-sim:2023.1.1
, Run WebRTC standalone demo, get error like this
ERROR [streamclient] Stopping Stream with error 0xC0F22206
console log the error code is: 3237093894
Wondering what this means.
Using NGC image: nvcr.io/nvidia/isaac-sim:2023.1.1
, Run WebRTC standalone demo, get error like this
ERROR [streamclient] Stopping Stream with error 0xC0F22206
console log the error code is: 3237093894
Wondering what this means.
Hi, Just wondering if you figured this out? I’m running into a similar error.
2024-10-07 10:49:39.058 ERROR [streamclient] Stopping Stream with error 0xC0F22206@@
stopStreamWithError @ kit-player.js:109
w @ kit-player.js:109
(anonymous) @ kit-player.js:109
kit-player.js:37 2024-10-07 10:49:39.948 INFO [RWorker] WebSocket connection closed@@
Well. I upgrade isaacsim to 4.0.0+
Did you mean that version 4.0.0 does not have the issue?
I am having the issue as well.
I receive the following error in the browser console:
ERROR [streamclient] Stopping Stream with error 0xC0F22206
And these warnings in the server log:
main: thread_init: already added for thread
2024-11-26 00:58:31 [110,738ms] [Warning] [carb.livestream-rtc.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 0 != 1
2024-11-26 00:58:31 [110,756ms] [Warning] [carb.livestream-rtc.plugin] onClientEventRaised: NVST_CCE_DISCONNECTED when m_connectionCount 4294967295 != 1
I have tested it with Google Chrome and Safari (on Mac).
I use IsaacLab with IsaacSim 4.2.0
IsaacSim runs on a cluster and I use ssh port forwarding to access the http://localhost:8211/streaming/webrtc-client
endpoint
Please refer to WebRTC Streaming Across Networks with Docker Containers - #12 by VickNV and try Omniverse Streaming Client.
But, bro, I’m coding with Mac.
Will you consider making the source code of the kit-player project(web-rtc client build up with React.js ?) open source?