Hello,
I’m trying to access Isaacsim using a browser client.
I start Isaacsim with the ./runheadless.webrtc.sh
command in a container. I can access the GUI on the same machine using a browser with localhost.
When trying to stream from another computer on the same network, the stream just hangs on a grey screen.
And I get the following error messages in the browser console.
2024-10-07 15:01:36.926 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 15:01:37.832 INFO [RWorker] WebSocket connection closed@@
kit-player.js:109 2024-10-07 15:01:38.426 WARN [streamclient] Couldn’t send control channel message@@
Thanks for your help!
ToddT
October 11, 2024, 6:13am
4
Hi @sacha.morin ,
Thank your for the post.
Could you please try chrome browser which I’ve confirmed to work in my local setup with Isaac Sim 4.2.0
This issue looks similar to
We are trying to use Isaac Sim headless Webrtc from one of the Linux workstation in our local laptop(without GPU) connected to application using Nvidia Webrtc client and also with the http link
We use the standard client applications from Nvidia. The streaming works perfectly with localhost but doesn’t work as expected when we use the ip:port of the server from client laptop
Server: 10.194.xx.xx
Client: 10.194.xx.x
[actual]
[expected]
Streaming IP: [http://10.194.xx.xx:8211/streaming/webr…
Bests,
-Todd
Hi @ToddT ,
Turns out it was a firewall issue. We thought we whitelisted ports properly but things started working after disabling ufw completely (which was safe to do given our setup).
ToddT
October 14, 2024, 9:07am
6
Hi @sacha.morin ,
Good to know it works now. Can we say the issue is resolved?
Thanks,
-Todd
system
Closed
October 28, 2024, 7:04pm
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.