Stream server failed to initialize in a IsaacSim container

I could’t deploy the IsaacSim on my Windows PC due to the hardware requirement, so I tried to deploy it via docker image on a ubuntu server run on the same LAN(Local Area Network) as my PC’s. I do follow the official guildline and suceesfully install the docker and nvidia toolkit container on the server, and run a bash script below to create the IsaacSim container:

docker run --name isaac-sim-4-2-RunByAljen  --runtime=nvidia --gpus '"device=3"' -e "ACCEPT_EULA=Y" -d  --network=host \
-e "PRIVACY_CONSENT=Y" \
-v ~/docker/isaac-sim/cache/kit:/isaac-sim/kit/cache:rw \
-v ~/docker/isaac-sim/cache/ov:/root/.cache/ov:rw \
-v ~/docker/isaac-sim/cache/pip:/root/.cache/pip:rw \
-v ~/docker/isaac-sim/cache/glcache:/root/.cache/nvidia/GLCache:rw \
-v ~/docker/isaac-sim/cache/computecache:/root/.nv/ComputeCache:rw \
-v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw \
-v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw \
-v ~/docker/isaac-sim/documents:/root/Documents:rw \
nvcr.io/nvidia/isaac-sim:4.2.0

Then I interact with the container with another terminal, and run the ./runheadless.webrtc.sh.
Every thing is fine, but I just couldn’t connect to it from Omniverse Streming Client
on my windows PC.

Isaac Sim Version

4.2.0

Server’s Operating System

Ubuntu 23.10

GPU Information

  • Model: Nivida GeForce RTX 4090
  • Driver Version: 535.171.04 (which higher than the recommended version)

Efforts To Solve It

1 specify the port in Omniverse Streming Client

I appended the port information, but still failed to connect.

2 try additional options when run the script

I then run the script below try to enable the streaming server:

./runheadless.webrtc.sh --enable omni.services.streaming.manager \
--enable omni.kit.livestream.native \
--no-window --allow-root

Everything is fine except the ERROR information below:

Failed to open [/var/run/utmp]
Active user not found. Using default user [kiosk]2024-11-26 04:58:23 [12,990ms] [Error] [carb.livestream-rtc.plugin] Stream Server: starting the server failed, 0x800B1002
2024-11-26 04:58:23 [12,990ms] [Error] [carb.livestream-rtc.plugin] Could not initialize streaming components
2024-11-26 04:58:23 [12,990ms] [Error] [carb.livestream-rtc.plugin] Couldn't initialize the capture device.
2024-11-26 04:58:23 [13,074ms] [Error] [carb.livestream-rtc.plugin] Stream Server: Net Stream Creation failed, 0x800B1000
2024-11-26 04:58:23 [13,074ms] [Error] [carb.livestream-rtc.plugin] Could not initialize streaming components
2024-11-26 04:58:23 [13,074ms] [Error] [carb.livestream-rtc.plugin] Couldn't initialize the capture device.

I’ve searched serveral topics refered to that problem, but they didn’t give a valid answer.

And the whole information is below:

The NVIDIA Omniverse License Agreement (EULA) must be accepted before
Omniverse Kit can start. The license terms for this product can be viewed at
https://docs.omniverse.nvidia.com/app_isaacsim/common/NVIDIA_Omniverse_License_Agreement.html

Omniverse Software collects installation and configuration details about your software, hardware, and network
configuration (e.g., version of operating system, applications installed, type of hardware, network speed, IP
address) based on our legitimate interest in improving your experience. To improve performance, troubleshooting
and diagnostic purposes of our software, we also collect session behavior, error and crash logs.

Data Collection in container mode is completely anonymous unless specified. You may opt-out of this collection
anytime by not setting the OMNI_ENV_PRIVACY_CONSENT environment variable.

To opt-in set the OMNI_ENV_PRIVACY_CONSENT environment variable when running the container. Set the
OMNI_ENV_PRIVACY_USERID environment variable tag the telemetry data with a user ID.
Loading user config located at: '/root/.local/share/ov/data/Kit/Isaac-Sim/4.2/user.config.json'
[Info] [carb] Logging to file: /root/.nvidia-omniverse/logs/Kit/Isaac-Sim/4.2/kit_20241126_045810.log
2024-11-26 04:58:10 [3ms] [Warning] [carb.crashreporter-breakpad.plugin] Failed to parse toml file '/root/.local/share/ov/data/Kit/Isaac-Sim/4.2/43026612-7b4a-4f34-d522adae-dbd8c5e7.dmp.toml': /root/.local/share/ov/data/Kit/Isaac-Sim/4.2/43026612-7b4a-4f34-d522adae-dbd8c5e7.dmp.toml could not be opened for parsing
2024-11-26 04:58:10 [4ms] [Warning] [carb.crashreporter-breakpad.plugin] [previous crash] preventing upload of minidump due to user opt-out: '/root/.local/share/ov/data/Kit/Isaac-Sim/4.2/43026612-7b4a-4f34-d522adae-dbd8c5e7.dmp'
2024-11-26 04:58:10 [4ms] [Warning] [carb.crashreporter-breakpad.plugin] Failed to parse toml file '/root/.local/share/ov/data/Kit/Isaac-Sim/4.2/8b8b7057-db8c-40eb-227437a3-17b683c0.dmp.toml': /root/.local/share/ov/data/Kit/Isaac-Sim/4.2/8b8b7057-db8c-40eb-227437a3-17b683c0.dmp.toml could not be opened for parsing
2024-11-26 04:58:10 [4ms] [Warning] [carb.crashreporter-breakpad.plugin] [previous crash] preventing upload of minidump due to user opt-out: '/root/.local/share/ov/data/Kit/Isaac-Sim/4.2/8b8b7057-db8c-40eb-227437a3-17b683c0.dmp'
[0.522s] [ext: omni.kit.async_engine-0.0.1] startup
[1.120s] [ext: omni.blobkey-1.1.2] startup
[1.120s] [ext: omni.stats-1.0.1] startup
[1.122s] [ext: omni.datastore-0.0.0] startup
[1.128s] [ext: omni.client-1.2.0] startup
[1.158s] [ext: omni.ujitso.default-1.0.0] startup
[1.159s] [ext: omni.gpu_foundation.shadercache.vulkan-1.0.0] startup
[1.163s] [ext: omni.hsscclient-1.1.1] startup
[1.163s] [ext: omni.assets.plugins-0.0.0] startup
[1.165s] [ext: omni.gpu_foundation-0.0.0] startup
[1.174s] [ext: carb.windowing.plugins-1.0.0] startup
2024-11-26 04:58:11 [834ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:11 [834ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
[1.175s] [ext: omni.kit.renderer.init-0.0.0] startup
2024-11-26 04:58:11 [903ms] [Warning] [omni.platforminfo.plugin] failed to open the default display.  Can't verify X Server version.

|---------------------------------------------------------------------------------------------|
| Driver Version: 535.171.04    | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name                             | Active | LDA | GPU Memory | Vendor-ID | LUID       |
|     |                                  |        |     |            | Device-ID | UUID       |
|     |                                  |        |     |            | Bus-ID    |            |
|---------------------------------------------------------------------------------------------|
| 0   | NVIDIA GeForce RTX 4090          | Yes: 0 |     | 24810   MB | 10de      | 0          |
|     |                                  |        |     |            | 2684      | 5ffea095.. |
|     |                                  |        |     |            | b1        |            |
|=============================================================================================|
| OS: 22.04.3 LTS (Jammy Jellyfish) ubuntu, Version: 22.04.3, Kernel: 6.5.0-35-generic
| Processor: Intel(R) Xeon(R) Platinum 8383C CPU @ 2.70GHz | Cores: 80 | Logical: 160
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 96255 | Free Memory: 87194
| Total Page/Swap (MB): 8191 | Free Page/Swap: 7046
|---------------------------------------------------------------------------------------------|
[2.075s] [ext: omni.kit.pipapi-0.0.0] startup
[2.077s] [ext: omni.kit.pip_archive-0.0.0] startup
[2.077s] [ext: omni.pip.compute-1.4.0] startup
[2.077s] [ext: omni.pip.cloud-1.1.3] startup
[2.082s] [ext: omni.isaac.core_archive-2.3.0] startup
[2.082s] [ext: omni.kit.telemetry-0.5.0] startup
[2.149s] [ext: omni.materialx.libs-1.0.4] startup
[2.160s] [ext: omni.isaac.ml_archive-2.0.1] startup
[2.160s] [ext: omni.kit.loop-isaac-1.2.0] startup
[2.161s] [ext: omni.kit.test-1.1.0] startup
[2.232s] [ext: omni.usd.config-1.0.4] startup
[2.237s] [ext: omni.gpucompute.plugins-0.0.0] startup
[2.238s] [ext: omni.usd.libs-1.0.1] startup
[2.333s] [ext: omni.iray.libs-0.0.0] startup
[2.341s] [ext: omni.mdl.neuraylib-0.2.8] startup
[2.344s] [ext: omni.mdl-55.0.1] startup
[2.375s] [ext: omni.kit.usd.mdl-1.0.1] startup
[2.532s] [ext: omni.appwindow-1.1.8] startup
2024-11-26 04:58:13 [2,193ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:13 [2,194ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
[2.537s] [ext: omni.kit.renderer.core-1.0.2] startup
2024-11-26 04:58:13 [2,210ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:13 [2,210ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
2024-11-26 04:58:13 [2,220ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:13 [2,220ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
[2.562s] [ext: omni.kit.renderer.capture-0.0.0] startup
[2.565s] [ext: omni.kit.renderer.imgui-1.0.1] startup
2024-11-26 04:58:13 [2,228ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:13 [2,228ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
2024-11-26 04:58:13 [2,230ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:13 [2,230ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
2024-11-26 04:58:13 [2,231ms] [Warning] [carb.windowing-glfw.plugin] GLFW initialization failed.
2024-11-26 04:58:13 [2,231ms] [Warning] [carb] Failed to startup plugin carb.windowing-glfw.plugin (interfaces: [carb::windowing::IGLContext v1.0],[carb::windowing::IWindowing v1.4]) (impl: carb.windowing-glfw.plugin)
[2.690s] [ext: omni.ui-2.25.22] startup
[2.705s] [ext: omni.kit.mainwindow-1.0.3] startup
[2.707s] [ext: carb.audio-0.1.0] startup
[2.712s] [ext: omni.uiaudio-1.0.0] startup
[2.713s] [ext: omni.kit.uiapp-0.0.0] startup
[2.713s] [ext: omni.usd.schema.metrics.assembler-106.1.0] startup
[2.721s] [ext: omni.usd.schema.audio-0.0.0] startup
[2.725s] [ext: omni.usd.schema.scene.visualization-2.0.2] startup
[2.727s] [ext: omni.usd.schema.geospatial-0.0.0] startup
[2.732s] [ext: omni.usd.schema.semantics-0.0.0] startup
[2.737s] [ext: omni.usd.schema.anim-0.0.0] startup
[2.762s] [ext: usdrt.scenegraph-7.5.0] startup
[2.811s] [ext: omni.activity.core-1.0.1] startup
[2.812s] [ext: omni.kit.actions.core-1.0.0] startup
[2.814s] [ext: omni.usd_resolver-1.0.0] startup
[2.819s] [ext: omni.kit.commands-1.4.9] startup
[2.824s] [ext: omni.usd.core-1.4.1] startup
[2.829s] [ext: omni.resourcemonitor-105.0.1] startup
[2.831s] [ext: omni.kit.audiodeviceenum-1.0.1] startup
[2.833s] [ext: omni.hydra.usdrt_delegate-7.5.1] startup
[2.857s] [ext: omni.kit.usd_undo-0.1.8] startup
[2.858s] [ext: omni.kit.window.popup_dialog-2.0.24] startup
[2.863s] [ext: omni.graph.exec-0.9.4] startup
[2.864s] [ext: omni.timeline-1.0.10] startup
[2.866s] [ext: omni.kit.widget.nucleus_connector-1.1.9] startup
[2.868s] [ext: omni.kit.exec.core-0.13.4] startup
[2.871s] [ext: omni.hydra.scene_delegate-0.3.3] startup
[2.875s] [ext: omni.usd-1.12.2] startup
[2.920s] [ext: omni.kit.asset_converter-2.1.21] startup
[2.937s] [ext: omni.usd.schema.physx-106.1.9] startup
[2.972s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[2.980s] [ext: omni.usd.schema.omniscripting-1.0.0] startup
[2.985s] [ext: omni.usd.schema.forcefield-106.1.9] startup
[2.991s] [ext: omni.usd.schema.isaac-2.1.0] startup
[2.999s] [ext: omni.anim.navigation.schema-106.1.0] startup
[3.003s] [ext: omni.anim.graph.schema-106.1.0] startup
[3.013s] [ext: omni.ujitso.processor.texture-1.0.0] startup
[3.015s] [ext: omni.volume-0.5.0] startup
[3.018s] [ext: omni.ujitso.client-0.0.0] startup
[3.019s] [ext: omni.hydra.rtx.shadercache.vulkan-1.0.0] startup
[3.020s] [ext: omni.hydra.rtx-1.0.0] startup
[3.039s] [ext: omni.kit.property.adapter.core-1.0.1] startup
[3.042s] [ext: omni.debugdraw-0.1.3] startup
[3.045s] [ext: omni.kit.clipboard-1.0.4] startup
[3.046s] [ext: omni.kit.property.adapter.fabric-1.0.1] startup
[3.048s] [ext: omni.graph.tools-1.79.0] startup
[3.075s] [ext: omni.kit.widget.path_field-2.0.10] startup
[3.076s] [ext: omni.kit.widget.options_menu-1.1.6] startup
[3.079s] [ext: omni.kit.menu.core-1.0.4] startup
[3.080s] [ext: omni.kit.widget.browser_bar-2.0.10] startup
[3.081s] [ext: omni.inspect-1.0.1] startup
[3.083s] [ext: omni.kit.widget.options_button-1.0.3] startup
[3.084s] [ext: omni.kit.widget.context_menu-1.2.2] startup
[3.085s] [ext: omni.kit.notification_manager-1.0.9] startup
[3.087s] [ext: omni.graph.core-2.179.2] startup
[3.089s] [ext: omni.kit.helper.file_utils-0.1.8] startup
[3.091s] [ext: omni.kit.widget.nucleus_info-1.0.2] startup
[3.092s] [ext: omni.kit.widget.filebrowser-2.10.51] startup
[3.097s] [ext: omni.kit.search_core-1.0.5] startup
[3.097s] [ext: omni.kit.collaboration.telemetry-1.0.0] startup
[3.098s] [ext: omni.ui.scene-1.10.3] startup
[3.107s] [ext: omni.kit.widget.versioning-1.4.7] startup
[3.109s] [ext: omni.kit.widget.search_delegate-1.0.5] startup
[3.110s] [ext: omni.kit.collaboration.channel_manager-1.0.12] startup
[3.111s] [ext: omni.kit.window.filepicker-2.10.40] startup
[3.125s] [ext: omni.kit.hotkeys.core-1.3.5] startup
[3.130s] [ext: omni.kit.usd.layers-2.1.36] startup
[3.141s] [ext: omni.kit.widget.searchable_combobox-1.0.6] startup
[3.142s] [ext: omni.kit.window.content_browser_registry-0.0.6] startup
[3.142s] [ext: omni.kit.widget.filter-1.1.4] startup
[3.144s] [ext: omni.kit.widget.searchfield-1.1.8] startup
[3.146s] [ext: omni.kit.context_menu-1.8.1] startup
[3.148s] [ext: omni.kit.widget.settings-1.2.2] startup
[3.151s] [ext: omni.kit.menu.utils-1.5.27] startup
[3.157s] [ext: omni.kit.widget.prompt-1.0.7] startup
[3.157s] [ext: omni.kit.window.file_exporter-1.0.30] startup
[3.159s] [ext: omni.kit.stage_template.core-1.1.22] startup
[3.161s] [ext: omni.kit.window.preferences-1.6.0] startup
[3.165s] [ext: omni.kit.window.file_importer-1.1.12] startup
[3.166s] [ext: omni.kit.widget.live_session_management.ui-1.0.1] startup
[3.168s] [ext: omni.kit.collaboration.presence_layer-1.0.9] startup
[3.171s] [ext: omni.kit.window.file-1.3.54] startup
[3.174s] [ext: omni.kit.window.drop_support-1.0.3] startup
[3.175s] [ext: omni.kit.widget.live_session_management-1.2.20] startup
[3.179s] [ext: omni.kit.window.content_browser-2.9.18] startup
[3.197s] [ext: omni.kit.widget.stage-2.11.2] startup
[3.211s] [ext: omni.kit.property.adapter.usd-1.0.1] startup
[3.212s] [ext: omni.kit.widget.graph-1.12.15] startup
[3.220s] [ext: omni.kit.hydra_texture-1.3.9] startup
[3.225s] [ext: omni.kit.viewport.legacy_gizmos-1.1.0] startup
[3.228s] [ext: omni.kit.raycast.query-1.0.5] startup
[3.233s] [ext: omni.kit.material.library-1.5.6] startup
[3.241s] [ext: omni.kit.widget.viewport-106.1.0] startup
[3.247s] [ext: omni.kit.viewport.registry-104.0.6] startup
[3.248s] [ext: omni.hydra.engine.stats-1.0.2] startup
[3.251s] [ext: omni.kit.widget.highlight_label-1.0.2] startup
[3.252s] [ext: omni.kit.viewport.window-107.0.6] startup
[3.271s] [ext: omni.kit.window.property-1.11.3] startup
[3.274s] [ext: omni.kit.viewport.utility-1.0.17] startup
[3.275s] [ext: omni.kit.property.usd-4.2.8] startup
[3.287s] [ext: omni.graph-1.140.0] startup
[3.413s] [ext: omni.kit.window.extensions-1.4.11] startup
[3.421s] [ext: omni.ui_query-1.1.4] startup
[3.424s] [ext: omni.kit.widget.text_editor-1.0.2] startup
[3.426s] [ext: omni.physx.foundation-106.1.9] startup
[3.429s] [ext: omni.kit.graph.delegate.default-1.2.2] startup
[3.431s] [ext: omni.graph.ui-1.70.2] startup
[3.455s] [ext: omni.kit.graph.delegate.modern-1.10.6] startup
[3.461s] [ext: omni.usdphysics-106.1.9] startup
[3.465s] [ext: omni.kvdb-106.1.9] startup
[3.467s] [ext: omni.kit.graph.editor.core-1.5.3] startup
[3.472s] [ext: omni.kit.widget.imageview-1.0.3] startup
[3.473s] [ext: omni.localcache-106.1.9] startup
[3.476s] [ext: omni.kit.graph.widget.variables-2.1.0] startup
[3.478s] [ext: omni.kit.window.quicksearch-2.4.4] startup
[3.483s] [ext: omni.kit.graph.usd.commands-1.3.1] startup
[3.485s] [ext: omni.isaac.version-1.1.0] startup
[3.488s] [ext: omni.convexdecomposition-106.1.9] startup
[3.494s] [ext: omni.graph.window.core-1.113.1] startup
[3.510s] [ext: omni.physx.cooking-106.1.9] startup
[3.526s] [ext: omni.sensors.nv.common-1.2.2-isaac-1] startup
[3.543s] [ext: omni.isaac.nucleus-0.3.1] startup
[3.547s] [ext: omni.graph.window.generic-1.26.0] startup
[3.556s] [ext: omni.kit.primitive.mesh-1.0.17] startup
[3.564s] [ext: omni.physx-106.1.9] startup
[3.577s] [ext: omni.sensors.nv.materials-1.2.1-isaac-1] startup
[3.579s] [ext: omni.graph.image.core-0.4.5] startup
[3.582s] [ext: omni.graph.scriptnode-1.20.1] startup
[3.584s] [ext: omni.kit.stage_templates-1.2.5] startup
[3.597s] [ext: omni.importer.mjcf-1.1.1] startup
[3.616s] [ext: omni.sensors.nv.ids-1.1.0-isaac-1] startup
[3.630s] [ext: omni.kit.window.cursor-1.1.2] startup
[3.631s] [ext: omni.graph.image.nodes-1.1.0] startup
[3.636s] [ext: omni.graph.action_core-1.1.6] startup
[3.641s] [ext: omni.kit.viewport.menubar.core-106.1.0] startup
[3.666s] [ext: omni.kit.widget.material_preview-1.0.16] startup
[3.671s] [ext: omni.kit.manipulator.viewport-107.0.0] startup
[3.676s] [ext: omni.graph.action_nodes-1.24.0] startup
[3.683s] [ext: omni.syntheticdata-0.6.9] startup
[3.742s] [ext: omni.kit.window.material_graph-1.8.18] startup
[3.964s] [ext: omni.graph.visualization.nodes-2.1.1] startup
[3.984s] [ext: omni.kit.numpy.common-0.1.2] startup
[3.992s] [ext: omni.graph.action-1.102.1] startup
[3.995s] [ext: omni.graph.nodes-1.146.1] startup
[4.017s] [ext: omni.warp.core-1.2.1] startup
[4.024s] [ext: omni.physics.tensors-106.1.9] startup
[4.043s] [ext: omni.physx.stageupdate-106.1.9] startup
[4.091s] [ext: omni.warp-1.2.1] startup
[4.106s] [ext: omni.physx.tensors-106.1.9] startup
[4.111s] [ext: omni.isaac.dynamic_control-1.3.8] startup
[4.123s] [ext: omni.replicator.core-1.11.20] startup
2024-11-26 04:58:14 [4,000ms] [Warning] [omni.replicator.core.scripts.annotators] Annotator PostProcessDispatch is already registered, overwriting annotator template
Warp 1.2.1 initialized:
   CUDA Toolkit 11.8, Driver 12.2
   Devices:
     "cpu"      : "x86_64"
     "cuda:0"   : "NVIDIA GeForce RTX 4090" (24 GiB, sm_89, mempool enabled)
   Kernel cache:
     /root/.cache/warp/1.2.1
[4.544s] [ext: omni.isaac.core-3.19.5] startup
[6.674s] [ext: omni.kit.ui_test-1.3.2] startup
[6.678s] [ext: omni.isaac.core_nodes-1.16.3] startup
[6.691s] [ext: omni.kit.manipulator.transform-104.7.4] startup
[6.704s] [ext: omni.kit.widget.toolbar-1.7.2] startup
[6.729s] [ext: omni.isaac.ui-0.16.0] startup
[6.740s] [ext: omni.isaac.debug_draw-1.1.0] startup
[6.757s] [ext: omni.kit.manipulator.selector-1.1.1] startup
[6.769s] [ext: omni.kit.manipulator.tool.snap-1.5.11] startup
[6.809s] [ext: omni.isaac.surface_gripper-1.0.1] startup
[6.825s] [ext: omni.isaac.robot_assembler-1.5.1] startup
[6.834s] [ext: omni.isaac.cloner-0.8.1] startup
[6.837s] [ext: omni.kit.viewport.manipulator.transform-107.0.2] startup
[6.843s] [ext: omni.isaac.range_sensor-3.1.2] startup
[6.895s] [ext: omni.isaac.manipulators-2.1.0] startup
[6.915s] [ext: omni.isaac.lula-3.0.1] startup
[6.952s] [ext: omni.isaac.motion_generation-7.1.0] startup
[6.984s] [ext: omni.kit.manipulator.prim.core-107.0.4] startup
[7.036s] [ext: omni.fabric.commands-1.1.5] startup
[7.047s] [ext: omni.sensors.nv.lidar-1.2.2-isaac-1] startup
[7.064s] [ext: omni.sensors.nv.wpm-1.2.1-isaac-1] startup
[7.067s] [ext: omni.isaac.franka-0.4.1] startup
[7.069s] [ext: omni.kit.manipulator.prim.usd-107.0.2] startup
[7.081s] [ext: omni.kit.manipulator.prim.fabric-107.0.3] startup
[7.089s] [ext: omni.sensors.tiled-0.0.6] startup
[7.094s] [ext: omni.sensors.nv.radar-1.2.1-isaac-1] startup
[7.107s] [ext: omni.kit.viewport.actions-106.0.2] startup
[7.123s] [ext: omni.isaac.cortex-0.3.9] startup
[7.127s] [ext: omni.kit.manipulator.prim-107.0.0] startup
[7.137s] [ext: omni.kit.manipulator.selection-106.0.1] startup
[7.141s] [ext: omni.isaac.sensor-12.9.1] startup
[7.266s] [ext: omni.kit.viewport.menubar.display-107.0.2] startup
[7.277s] [ext: omni.isaac.cortex.sample_behaviors-1.0.6] startup
[7.281s] [ext: omni.physx.commands-106.1.9] startup
[7.294s] [ext: omni.isaac.universal_robots-0.3.5] startup
[7.298s] [ext: omni.isaac.quadruped-2.0.1] startup
[7.335s] [ext: omni.usdphysics.ui-106.1.9] startup
[7.383s] [ext: omni.kit.widget.layers-1.8.0] startup
[7.420s] [ext: omni.isaac.wheeled_robots-2.3.3] startup
[7.426s] [ext: omni.services.facilities.base-1.0.4] startup
[7.437s] [ext: omni.physx.ui-106.1.9] startup
[7.503s] [ext: omni.kit.window.toolbar-1.6.1] startup
[7.512s] [ext: omni.isaac.examples-3.0.2] startup
[7.712s] [ext: omni.isaac.examples_nodes-0.1.3] startup
[7.734s] [ext: omni.isaac.wheeled_robots.ui-1.1.1] startup
2024-11-26 04:58:18 [7,408ms] [Warning] [pxr.OmniGraphSchema] pxr.OmniGraphSchema is deprecated - please use OmniGraphSchema instead
[7.755s] [ext: omni.services.core-1.9.0] startup
[8.368s] [ext: omni.physx.supportui-106.1.9] startup
[8.383s] [ext: omni.isaac.gain_tuner-1.1.2] startup
[8.392s] [ext: omni.isaac.window.about-1.1.0] startup
[8.403s] [ext: omni.importer.onshape-0.7.3] startup
[8.422s] [ext: omni.services.transport.server.base-1.1.1] startup
[8.425s] [ext: omni.isaac.import_wizard-0.5.2] startup
[8.429s] [ext: omni.kit.mesh.raycast-105.4.0] startup
[8.438s] [ext: omni.isaac.kit-1.13.2] startup
[8.443s] [ext: omni.importer.urdf-1.14.1] startup
[8.507s] [ext: omni.services.transport.server.http-1.3.1] startup
[8.562s] [ext: omni.anim.curve.core-1.1.14] startup
[8.577s] [ext: omni.services.streaming.manager-0.3.10] startup
[8.591s] [ext: omni.anim.curve.ui-1.3.17] startup
[8.615s] [ext: omni.anim.shared.core-106.0.1] startup
[8.636s] [ext: omni.isaac.menu-0.7.3] startup
[8.655s] [ext: omni.anim.curve.bundle-1.2.3] startup
[8.662s] [ext: omni.kit.widget.zoombar-1.0.5] startup
[8.670s] [ext: omni.kit.widget.stage_icons-1.0.5] startup
[8.689s] [ext: omni.kit.usda_edit-1.1.14] startup
[8.712s] [ext: omni.isaac.robot_description_editor-2.5.0] startup
[8.766s] [ext: omni.isaac.scene_blox-0.1.2] startup
[8.778s] [ext: omni.isaac.surface_gripper.ui-1.0.0] startup
[8.798s] [ext: omni.kit.browser.core-2.3.11] startup
[8.836s] [ext: omni.kit.window.stage-2.5.10] startup
[8.857s] [ext: omni.graph.ui_nodes-1.26.0] startup
[8.884s] [ext: omni.kit.usd.collect-2.2.21] startup
[8.901s] [ext: omni.isaac.synthetic_recorder-1.8.1] startup
[8.964s] [ext: omni.isaac.throttling-1.1.0] startup
[8.978s] [ext: omni.kit.browser.folder.core-1.9.13] startup
[9.017s] [ext: omni.kit.menu.stage-1.2.5] startup
[9.042s] [ext: omni.graph.bundle.action-2.4.1] startup
[9.074s] [ext: omni.kit.tool.collect-2.2.14] startup
[9.123s] [ext: omni.isaac.extension_templates-1.7.0] startup
[9.149s] [ext: omni.kit.actions.window-1.1.1] startup
[9.185s] [ext: omni.kit.window.usd_paths-1.0.7] startup
[9.199s] [ext: omni.kit.selection-0.1.4] startup
[9.212s] [ext: omni.replicator.isaac-1.15.2] startup
[9.337s] [ext: omni.kit.browser.asset-1.3.10] startup
[9.364s] [ext: omni.isaac.grasp_editor-1.3.0] startup
[9.414s] [ext: omni.kit.hotkeys.window-1.4.5] startup
[9.499s] [ext: omni.kit.menu.aov-1.1.4] startup
[9.514s] [ext: omni.kit.menu.edit-1.1.24] startup
[9.549s] [ext: omni.kit.menu.file-1.1.14] startup
[9.577s] [ext: omni.hydra.scene_api-0.1.2] startup
[9.610s] [ext: omni.kit.property.audio-1.0.14] startup
[9.640s] [ext: omni.kit.property.camera-1.0.8] startup
[9.652s] [ext: omni.kit.property.geometry-1.3.1] startup
[9.676s] [ext: omni.kit.property.light-1.0.10] startup
[9.692s] [ext: omni.kit.property.material-1.10.8] startup
[9.739s] [ext: omni.kit.property.transform-1.5.9] startup
[9.763s] [ext: omni.kit.property.render-1.1.2] startup
[9.779s] [ext: omni.kit.core.collection-0.1.7] startup
[9.792s] [ext: omni.kit.window.title-1.1.5] startup
[9.800s] [ext: omni.kit.preferences.animation-1.1.8] startup
[9.821s] [ext: omni.isaac.manipulators.ui-1.2.1] startup
[9.832s] [ext: omni.isaac.block_world-1.0.0] startup
[9.862s] [ext: omni.kit.property.bundle-1.3.1] startup
[9.879s] [ext: omni.kit.property.collection-0.1.17] startup
[9.892s] [ext: omni.kit.menu.create-1.0.16] startup
[9.909s] [ext: omni.isaac.merge_mesh-1.0.2] startup
[9.925s] [ext: omni.kit.property.isaac-0.2.3] startup
[9.955s] [ext: omni.isaac.occupancy_map-1.0.3] startup
[9.981s] [ext: omni.kit.property.layer-1.1.8] startup
[9.992s] [ext: omni.mdl.usd_converter-1.0.21] startup
[10.009s] [ext: semantics.schema.property-1.0.4] startup
[10.016s] [ext: omni.kit.scripting-106.1.1] startup
[10.036s] [ext: omni.kit.search.files-1.0.4] startup
[10.043s] [ext: omni.isaac.occupancy_map.ui-1.1.1] startup
[10.063s] [ext: omni.isaac.asset_browser-0.5.1] startup
[10.080s] [ext: omni.kit.stage.copypaste-1.2.2] startup
[10.094s] [ext: omni.kit.stage.mdl_converter-1.0.6] startup
[10.102s] [ext: omni.isaac.physics_inspector-0.1.5] startup
[10.118s] [ext: omni.kit.stage_column.payload-2.0.0] startup
[10.125s] [ext: omni.rtx.window.settings-0.6.17] startup
[10.150s] [ext: omni.kit.widgets.custom-1.0.8] startup
[10.188s] [ext: omni.kit.stage_column.variant-1.0.13] startup
[10.199s] [ext: omni.kit.viewport.menubar.camera-107.0.2] startup
[10.220s] [ext: omni.kit.viewport.menubar.render-106.1.1] startup
[10.232s] [ext: omni.kit.variant.editor-106.1.0] startup
[10.268s] [ext: omni.kit.viewport.menubar.settings-107.0.3] startup
[10.287s] [ext: omni.kit.manipulator.camera-105.0.5] startup
[10.304s] [ext: omni.isaac.physics_utilities-0.1.4] startup
[10.318s] [ext: omni.graph.window.action-1.28.0] startup
[10.342s] [ext: omni.kit.variant.presenter-106.0.0] startup
[10.369s] [ext: omni.kit.viewport.bundle-104.0.1] startup
[10.375s] [ext: omni.kit.viewport.menubar.lighting-106.0.2] startup
[10.388s] [ext: omni.kit.viewport.rtx-104.0.1] startup
[10.389s] [ext: omni.kit.widget.live-2.1.8] startup
[10.392s] [ext: omni.kit.property.physx-106.1.9] startup
[10.564s] [ext: omni.kit.widget.calendar-1.0.8] startup
[10.579s] [ext: omni.physx.demos-106.1.9] startup
[10.718s] [ext: omni.kit.viewport_widgets_manager-1.0.8] startup
[10.731s] [ext: omni.kit.widget.cache_indicator-2.0.10] startup
[10.974s] [ext: omni.kit.widget.collection-0.1.18] startup
2024-11-26 04:58:21 [10,642ms] [Warning] [omni.kit.widget.cache_indicator.cache_state_menu] Unable to detect Omniverse Cache Server. Consider installing it for better IO performance.
[10.998s] [ext: omni.kit.widget.extended_searchfield-1.0.28] startup
[11.498s] [ext: omni.physx.vehicle-106.1.9] startup
[12.010s] [ext: omni.kit.widget.timeline-105.0.1] startup
[12.029s] [ext: omni.kit.stagerecorder.core-105.0.5] startup
[12.041s] [ext: omni.kit.window.collection-0.1.22] startup
[12.050s] [ext: omni.kit.window.commands-0.2.6] startup
[12.060s] [ext: omni.physx.camera-106.1.9] startup
[12.089s] [ext: omni.physx.cct-106.1.9] startup
[12.122s] [ext: omni.kit.stagerecorder.ui-105.0.6] startup
[12.142s] [ext: omni.physx.graph-106.1.9] startup
[12.222s] [ext: omni.physx.telemetry-106.1.9] startup
[12.243s] [ext: omni.kit.window.console-0.2.13] startup
[12.276s] [ext: omni.kit.window.script_editor-1.7.6] startup
[12.286s] [ext: omni.scene.optimizer.core-106.1.1] startup
[12.436s] [ext: omni.kit.stagerecorder.bundle-105.0.2] startup
[12.441s] [ext: omni.kit.thumbnails.usd-1.0.9] startup
[12.597s] [ext: omni.isaac.range_sensor.examples-1.0.1] startup
[12.648s] [ext: omni.physx.bundle-106.1.9] startup
[12.657s] [ext: omni.isaac.utils-1.0.1] startup
[12.689s] [ext: omni.kit.window.status_bar-0.1.7] startup
[12.714s] [ext: omni.kit.converter.common-500.0.10] startup
[12.758s] [ext: omni.kit.tool.asset_exporter-1.3.3] startup
[12.766s] [ext: omni.usd.metrics.assembler-106.1.0] startup
[12.779s] [ext: omni.replicator.replicator_yaml-2.0.6] startup
[12.786s] [ext: omni.rtx.settings.core-0.6.3] startup
[12.812s] [ext: omni.simready.explorer-1.1.1] startup
[12.828s] [ext: omni.kit.ui.actions-1.0.2] startup
[12.851s] [ext: omni.kit.converter.dgn_core-500.0.19] startup
[12.946s] [ext: omni.kit.tool.asset_importer-2.5.5] startup
[12.955s] [ext: omni.usd.metrics.assembler.physics-106.1.0] startup
[12.962s] [ext: omni.kit.browser.material-1.6.0] startup
[12.973s] [ext: omni.kit.converter.hoops_core-500.0.17] startup
[12.986s] [ext: omni.usd.metrics.assembler.ui-106.1.0] startup
[12.991s] [ext: omni.kit.menu.common-1.1.7] startup
[13.005s] [ext: omni.kit.converter.jt_core-500.0.16] startup
[13.029s] [ext: omni.kit.converter.dgn-500.0.6] startup
[13.037s] [ext: omni.kit.tool.remove_unused.core-0.1.2] startup
[13.045s] [ext: omni.kit.window.material-1.6.2] startup
[13.058s] [ext: omni.kit.converter.hoops-500.0.7] startup
[13.073s] [ext: omni.kit.livestream.core-4.3.6] startup
[13.082s] [ext: omni.kit.streamsdk.plugins-4.5.3] startup
[13.082s] [ext: omni.kit.converter.jt-500.0.7] startup
[13.090s] [ext: omni.kit.quicklayout-1.0.7] startup
[13.091s] [ext: semantics.schema.editor-0.3.8] startup
[13.099s] [ext: omni.kit.tool.remove_unused.controller-0.1.3] startup
[13.105s] [ext: omni.isaac.range_sensor.ui-1.0.1] startup
[13.114s] [ext: omni.isaac.camera_inspector-0.2.2] startup
[13.133s] [ext: omni.kit.livestream.webrtc-4.1.1] startup
Warning: Possible version incompatibility. Attempting to load carb::cudainterop::CudaInterop with version v0.13 against v0.11.

Failed to open [/var/run/utmp]
Active user not found. Using default user [kiosk]2024-11-26 04:58:23 [12,990ms] [Error] [carb.livestream-rtc.plugin] Stream Server: starting the server failed, 0x800B1002
2024-11-26 04:58:23 [12,990ms] [Error] [carb.livestream-rtc.plugin] Could not initialize streaming components
2024-11-26 04:58:23 [12,990ms] [Error] [carb.livestream-rtc.plugin] Couldn't initialize the capture device.
[13.331s] [ext: omni.kit.converter.cad-201.1.0] startup
[13.337s] [ext: omni.kit.window.stats-0.1.6] startup
[13.339s] [ext: omni.isaac.app.setup-0.14.0] startup
[13.345s] Isaac Sim Headless WebRTC Version: 4.2.0-rc.18
[13.347s] [ext: omni.isaac.assets_check-0.3.5] startup
[13.354s] [ext: omni.kit.profiler.window-2.2.3] startup
[13.369s] [ext: omni.isaac.sim.base-4.2.0] startup
[13.380s] [ext: omni.services.streamclient.webrtc-1.3.8] startup
[13.412s] [ext: omni.kit.livestream.native-4.1.0] startup
2024-11-26 04:58:23 [13,074ms] [Error] [carb.livestream-rtc.plugin] Stream Server: Net Stream Creation failed, 0x800B1000
2024-11-26 04:58:23 [13,074ms] [Error] [carb.livestream-rtc.plugin] Could not initialize streaming components
2024-11-26 04:58:23 [13,074ms] [Error] [carb.livestream-rtc.plugin] Couldn't initialize the capture device.
[13.417s] [ext: omni.isaac.sim.headless.webrtc-4.2.0] startup
[13.496s] [ext: omni.isaac.sim.headless.webrtc-4.2.0] shutdown
[13.496s] [ext: omni.services.streamclient.webrtc-1.3.8] shutdown
2024-11-26 04:58:24 [13,156ms] [Warning] [omni.services.streaming.manager.stream_manager] Stream interface "WebRTC" was not enabled.
[13.989s] [ext: omni.isaac.ros2_bridge-2.32.6] startup
2024-11-26 04:58:24 [13,681ms] [Warning] [omni.isaac.ros2_bridge.scripts.extension] ROS_DISTRO env var not found, Please source ROS2 Foxy, or Humble, before enabling this extension
[14.022s] Using backup internal ROS2 humble distro
Checking to see if RMW can be loaded:
failed to get symbol 'rmw_init_options_init' due to Environment variable 'AMENT_PREFIX_PATH' is not set or empty, at /workspace/humble_ws/src/rmw_implementation/src/functions.cpp:171, at /workspace/humble_ws/src/rcl/rcl/src/rcl/init_options.c:75
RMW was not loaded

[14.035s] To use the internal libraries included with the extension please set the following environment variables to use with FastDDS (default) or CycloneDDS (ROS2 Humble only):
RMW_IMPLEMENTATION=rmw_fastrtps_cpp
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/isaac-sim/exts/omni.isaac.ros2_bridge/humble/lib

OR

RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/isaac-sim/exts/omni.isaac.ros2_bridge/humble/lib
Before starting Isaac Sim
2024-11-26 04:58:24 [13,695ms] [Error] [omni.isaac.ros2_bridge.scripts.extension] ROS2 Bridge startup failed
2024-11-26 04:58:24 [13,774ms] [Warning] [omni.kvdb.plugin] Disabling key-value database because another kit process is locking it
[16.356s] [ext: omni.isaac.ros2_bridge-2.32.6] shutdown
[18.520s] app ready
2024-11-26 04:58:29 [18,523ms] [Warning] [omni.kit.imgui_renderer.plugin] _createExtendCursor: No windowing.
2024-11-26 04:58:29 [18,523ms] [Warning] [omni.kit.imgui_renderer.plugin] _createExtendCursor: No windowing.
[19.036s] Isaac Sim Headless WebRTC App is loaded.

My Target

  • Sucessfully connect the IsaacSim container from Omniverse Streaming Client.
  • Figure out the reason causes the errors above.

I sincerely hope that my question would be addressed under the community’s assistance.

2 Likes

Please follow Container Installation — Omniverse IsaacSim and try running the ./runheadless.native.sh -v command.

I swear that I did follow the steps in this document. But still can not initialize the streaming server. Lots of people encountered this problem too, and I can’t find any solutions, which is quiet frustrating. I also noticed the error code 0x800B100, what special meaning does that represent? I really hope there will be any development guy come to answer this question.

I have tried ./runheadless.native.sh -v. And the info is below (selected the crucial part)

2025-01-16 07:32:08 [12,381ms] [Info] [omni.kit.app.plugin] [12.704s] Isaac Sim Headless Native Version: 4.2.0-rc.18
[12.704s] Isaac Sim Headless Native Version: 4.2.0-rc.18
2025-01-16 07:32:08 [12,382ms] [Info] [omni.ext.plugin] [ext: omni.isaac.app.setup-0.14.0] started, startup time: 4 (ms)
2025-01-16 07:32:08 [12,382ms] [Info] [omni.ext.plugin] About to startup: [ext: omni.isaac.assets_check-0.3.5] (order: 1001) Triggered by: omni.isaac.sim.base-4.2.0 (path: /isaac-sim/exts/omni.isaac.assets_check)
2025-01-16 07:32:08 [12,382ms] [Info] [omni.kit.app.plugin] [12.705s] [ext: omni.isaac.assets_check-0.3.5] startup
[12.705s] [ext: omni.isaac.assets_check-0.3.5] startup
2025-01-16 07:32:08 [12,386ms] [Info] [omni.ext._impl._internal] Searching for classes derived from 'omni.ext.IExt' in 'omni.isaac.assets_check' ('/isaac-sim/exts/omni.isaac.assets_check')
2025-01-16 07:32:08 [12,386ms] [Info] [omni.ext._impl._internal] Found class `Extension` derived from `omni.ext.IExt` in module: 'omni.isaac.assets_check' in '/isaac-sim/exts/omni.isaac.assets_check'. Calling `on_startup`.
2025-01-16 07:32:08 [12,386ms] [Info] [omni.ext.plugin] [ext: omni.isaac.assets_check-0.3.5] started, startup time: 4 (ms)
2025-01-16 07:32:08 [12,386ms] [Info] [omni.ext.plugin] About to startup: [ext: omni.kit.profiler.window-2.2.3] (order: 2000) Triggered by: omni.isaac.sim.base-4.2.0 (path: /isaac-sim/extscache/omni.kit.profiler.window-2.2.3)
2025-01-16 07:32:08 [12,386ms] [Info] [omni.kit.app.plugin] [12.709s] [ext: omni.kit.profiler.window-2.2.3] startup
[12.709s] [ext: omni.kit.profiler.window-2.2.3] startup
2025-01-16 07:32:08 [12,393ms] [Info] [omni.ext._impl._internal] Searching for classes derived from 'omni.ext.IExt' in 'omni.kit.profiler.window' ('/isaac-sim/extscache/omni.kit.profiler.window-2.2.3')
2025-01-16 07:32:08 [12,393ms] [Info] [omni.ext._impl._internal] Found class `Profiler` derived from `omni.ext.IExt` in module: 'omni.kit.profiler.window' in '/isaac-sim/extscache/omni.kit.profiler.window-2.2.3'. Calling `on_startup`.
2025-01-16 07:32:08 [12,393ms] [Info] [carb] Plugin carb.scripting-python.plugin is already a dependency of omni.kit.renderer.plugin; not changing unload order
2025-01-16 07:32:08 [12,396ms] [Info] [carb] Plugin carb.scripting-python.plugin is already a dependency of omni.ui.glyphmanager.plugin; not changing unload order
2025-01-16 07:32:08 [12,400ms] [Info] [omni.ext._impl._internal] Searching for classes derived from 'omni.ext.IExt' in 'snakeviz' ('/isaac-sim/extscache/omni.kit.profiler.window-2.2.3/pip_prebundle_snakeviz')
2025-01-16 07:32:08 [12,400ms] [Info] [omni.ext.plugin] [ext: omni.kit.profiler.window-2.2.3] started, startup time: 13 (ms)
2025-01-16 07:32:08 [12,400ms] [Info] [omni.ext.plugin] About to startup: [ext: omni.isaac.sim.base-4.2.0] (order: 0) Triggered by: omni.isaac.sim.headless.native-4.2.0 (path: /isaac-sim/apps/omni.isaac.sim.base.kit)
2025-01-16 07:32:08 [12,400ms] [Info] [omni.kit.app.plugin] [12.723s] [ext: omni.isaac.sim.base-4.2.0] startup
[12.723s] [ext: omni.isaac.sim.base-4.2.0] startup
2025-01-16 07:32:08 [12,400ms] [Info] [omni.ext.plugin] [ext: omni.isaac.sim.base-4.2.0] started, startup time: 0 (ms)
2025-01-16 07:32:08 [12,407ms] [Info] [omni.ext.plugin] About to startup: [ext: omni.kit.livestream.native-4.1.0] (order: 0) Triggered by: omni.isaac.sim.headless.native-4.2.0 (path: /isaac-sim/extscache/omni.kit.livestream.native-4.1.0+106.0.0.lx64.r.cp310)
2025-01-16 07:32:08 [12,407ms] [Info] [omni.kit.app.plugin] [12.730s] [ext: omni.kit.livestream.native-4.1.0] startup
[12.730s] [ext: omni.kit.livestream.native-4.1.0] startup
2025-01-16 07:32:08 [12,419ms] [Info] [carb] Registered plugin: carb.livestream.plugin (interfaces: [carb::livestream::Vision v0.4]) (impl: carb.livestream.plugin)
2025-01-16 07:32:08 [12,420ms] [Info] [omni.ext._impl._internal] Searching for classes derived from 'omni.ext.IExt' in 'omni.kit.livestream.native' ('/isaac-sim/extscache/omni.kit.livestream.native-4.1.0+106.0.0.lx64.r.cp310')
2025-01-16 07:32:08 [12,420ms] [Info] [omni.ext._impl._internal] Found class `NativeStreamingExtension` derived from `omni.ext.IExt` in module: 'omni.kit.livestream.native' in '/isaac-sim/extscache/omni.kit.livestream.native-4.1.0+106.0.0.lx64.r.cp310'. Calling `on_startup`.
2025-01-16 07:32:08 [12,420ms] [Info] [carb] Initializing plugin: omni.kit.livestream.plugin (interfaces: [omni::kit::livestream::ILivestream v0.1]) (impl: omni.kit.livestream.plugin)
2025-01-16 07:32:08 [12,420ms] [Info] [carb] Plugin omni.kit.livestream.plugin is already a dependency of omni.kit.app.plugin; not changing unload order
2025-01-16 07:32:08 [12,421ms] [Info] [carb] Plugin omni.kit.livestream.plugin is already a dependency of omni.appwindow.plugin; not changing unload order
2025-01-16 07:32:08 [12,422ms] [Info] [carb] Plugin omni.kit.livestream.plugin is already a dependency of omni.kit.renderer.plugin; not changing unload order
2025-01-16 07:32:08 [12,422ms] [Info] [carb] Plugin omni.kit.livestream.plugin is already a dependency of omni.kit.renderer.plugin; not changing unload order
2025-01-16 07:32:08 [12,422ms] [Info] [carb] Plugin omni.kit.renderer.cuda_interop.plugin is already a dependency of omni.kit.renderer.plugin; not changing unload order
2025-01-16 07:32:08 [12,422ms] [Info] [carb] Initializing plugin: carb.livestream.plugin (interfaces: [carb::livestream::Vision v0.4]) (impl: carb.livestream.plugin)
2025-01-16 07:32:08 [12,422ms] [Info] [carb.livestream.plugin] Attempting to start Nvst Server...
2025-01-16 07:32:08 [12,423ms] [Info] [carb.livestream.plugin] Stream Server: Video stream created
2025-01-16 07:32:08 [12,423ms] [Info] [carb.livestream.plugin] Stream Server: input stream created

Failed to open [/var/run/utmp]
Active user not found. Using default user [kiosk]2025-01-16 07:32:08 [12,593ms] [Error] [carb.livestream.plugin] Stream Server: starting the server failed, 0x800B1002
2025-01-16 07:32:08 [12,593ms] [Error] [carb.livestream.plugin] Could not initialize streaming components
2025-01-16 07:32:08 [12,594ms] [Info] [carb] Plugin carb.livestream.plugin is already a dependency of omni.kit.app.plugin; not changing unload order
2025-01-16 07:32:08 [12,594ms] [Error] [carb.livestream.plugin] Couldn't initialize the capture device.
2025-01-16 07:32:08 [12,595ms] [Info] [omni.kit.livestream.native.scripts.extension] The Streaming Manager extension was not available when enabling native streaming features.
2025-01-16 07:32:08 [12,595ms] [Info] [omni.ext.plugin] [ext: omni.kit.livestream.native-4.1.0] started, startup time: 188 (ms)

Please check if the information on Issue streaming Isaac sim with docker to streaming client is helpful.

In fact, on that situation, they successfully ran the streaming server and received the simulation video at the beginning. There is no useful information I can fetch in the above link.

And I still can NOT address this problem.

Could you please test this issue in Isaac Sim 4.5.0?

Yes, I’ve tried it on isaac-sim 4.5 container. It seems that the streaming app is loaded successfully this time:

[17.649s] [ext: omni.kit.registry.nucleus-0.0.0] startup
2025-02-16 08:07:05 [17,443ms] [Warning] [omni.kvdb.plugin] Disabling key-value database because another kit process is locking it
[17.960s] app ready
2025-02-16 08:07:05 [17,709ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit buffer size 8448000128
2025-02-16 08:07:05 [17,709ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit : valid false, within: false
2025-02-16 08:07:05 [17,709ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit : decrement: 167690, decrement size: 8363520384
2025-02-16 08:07:05 [17,709ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : New limit 8508328 (slope: 503, intercept: 13181056)
2025-02-16 08:07:05 [17,709ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit buffer size 4286378240
2025-02-16 08:07:05 [17,709ms] [Warning] [rtx.scenedb.plugin] SceneDbContext : TLAS limit : valid true, within: true
2025-02-16 08:07:05 [17,969ms] [Warning] [omni.usd-abi.plugin] No setting was found for '/rtx-defaults-transient/meshlights/forceDisable'
2025-02-16 08:07:06 [18,054ms] [Warning] [omni.usd-abi.plugin] No setting was found for '/rtx-defaults/post/dlss/execMode'
[21.828s] Isaac Sim Full Streaming App is loaded.
2025-02-16 08:07:09 [21,768ms] [Warning] [omni.kit.widget.cache_indicator.utils] No library_root key valid path in omniverse.toml
2025-02-16 08:07:09 [21,769ms] [Warning] [omni.kit.widget.cache_indicator.utils] No library_root key valid path in omniverse.toml
2025-02-16 08:07:09 [21,839ms] [Warning] [omni.kit.widget.cache_indicator.utils] No library_root key valid path in omniverse.toml

But I still can NOT connect to it via a Isaac Sim WebRTC Streaming Client although my terminal machine is in a same local network as server machine.

In that case, please continue using the Omniverse Streaming Client.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.