You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to set up WebRTC streaming from a remote GPU server to view OmniGibson simulations locally, and wanted to ask others who succeeded in doing this.
I'm experiencing a black screen in the WebRTC Streaming Client.
My Setup:
Remote GPU server (accessed via SSH tunnel)
Isaac Sim 4.5 / OmniGibson with WebRTC streaming
SSH tunnel forwarding ports 8211 and 49100 to localhost
Scene loads: [INFO] [omnigibson.simulator] Imported scene 0.
- Camera controls appear in terminal
- **But the WebRTC Streaming Client shows only a black screen**
I'm wondering if this issue might be related to the server, of the gpu setting, or anything else like the GLFW init warnings.
Any insights would be greatly appreciated. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to set up WebRTC streaming from a remote GPU server to view OmniGibson simulations locally, and wanted to ask others who succeeded in doing this.
I'm experiencing a black screen in the WebRTC Streaming Client.
My Setup:
Steps I'm taking:
ssh -L 8211:localhost:8211 -L 49100:localhost:49100 user@serverexport CUDA_VISIBLE__DEVICES=xexport OMNIGIBSON_REMOTE_STREAMING=webrtcpython -m omnigibson.examples.scenes.scene_selectorWhat happens:
Streaming server started. Now streaming on: http://10.2.11.11:8211/streaming/webrtc-client?server=10.2.11.11
Beta Was this translation helpful? Give feedback.
All reactions