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
Full error message:
```
[Error] [carb] [Plugin: libcarb.livestream-rtc.plugin.so] Could not load the dynamic library from /usr/local/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.streamsdk.plugins-4.5.3+106.0.0.lx64.r/bin/libcarb.livestream-rtc.plugin.so. Error: libXrandr.so.2: cannot open shared object file: No such file or directory (Additional information may be available by running the process with the LD_DEBUG environment variable set)
[Warning] [carb] Potential plugin preload failed: /usr/local/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.streamsdk.plugins-4.5.3+106.0.0.lx64.r/bin/libcarb.livestream-rtc.plugin.so
[Error] [omni.ext.plugin] [ext: omni.kit.livestream.webrtc-4.1.1] failed to load native plugin: /usr/local/lib/python3.10/site-packages/isaacsim/extscache/omni.kit.streamsdk.plugins-4.5.3+106.0.0.lx64.r/bin/libcarb.livestream-rtc.plugin.so
Warning: Possible version incompatibility. Attempting to load carb::cudainterop::CudaInterop with version v0.13 against v0.11.
[Error] [omni.kit.livestream.plugin] Streaming server is not initialized and can't be enabled or disabled.
```
For WebRTC streaming usage, see [the official Docker images section](#official-docker-images) below.
71
+
62
72
> The slight difference in cache directories between the official Docker image and the pip-installed version is observed by comparing the logs of the Isaac Sim instance in both environments.
63
73
64
74
To test the ros2 bridge in Isaac Sim, click `Isaac Utils > Common Omnigraphs > ROS2 Clock`in the menu and click `OK`. Click the play button, and run the following in a new terminal:
@@ -109,8 +119,12 @@ docker run --rm -it --runtime=nvidia --gpus all --network=host \
109
119
j3soon/isaac-sim-bin:${ISAAC_SIM_VERSION}
110
120
# in the container
111
121
~/isaacsim/isaac-sim.sh
122
+
# or WebRTC streaming:
123
+
~/isaacsim/isaac-sim.streaming.sh
112
124
```
113
125
126
+
For WebRTC streaming usage, see [the official Docker images section](#official-docker-images) below.
127
+
114
128
References:
115
129
- [Workstation Installation \| Isaac Sim](https://docs.isaacsim.omniverse.nvidia.com/4.5.0/installation/install_workstation.html)
116
130
@@ -134,9 +148,30 @@ docker run --name isaac-sim --entrypoint bash -it --runtime=nvidia --gpus all -e
> For using WebRTC streaming, wait until the streaming is ready, you should see something like this:
155
+
>
156
+
> ```
157
+
> Isaac Sim Full Streaming App is loaded.
158
+
> ```
159
+
>
160
+
> Download and use the [Isaac Sim WebRTC Streaming Client](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/download.html#isaac-sim-latest-release) as mentioned in [the official guide](https://docs.isaacsim.omniverse.nvidia.com/latest/installation/manual_livestream_clients.html#isaac-sim-setup-livestream-webrtc).
161
+
>
162
+
> > For WebRTC streaming in Isaac Sim 4.2 and earlier, run the following command:
163
+
> >
164
+
> > ```sh
165
+
> > # in the container
166
+
> > ./runheadless.webrtc.sh
167
+
> > ```
168
+
> > Wait until the streaming is ready, you should see something like this:
0 commit comments