Streaming Isaac SIM to a web browser

Hello.
We are currently testing our possiblities to stream NVIDIA Omniverse apps via a web browser. In the NVIDIA documentation, we found a tutorial ( Livestream Client Extensions — Omniverse Extensions ) to connect either via WebRTC or Websocket from a browser to an Omniverse app (Kit, USD Composer, Isaac Sim, Koalin). By following this tutorial, it worked out fine for the USD Composer app. However, in the case of Isaac Sim, we couldn’t find the omni.services.streamclient.webrtc extension which is required and couldn’t stream the app in our browser. We are currently using Isaac Sim 4.5.0 on a Windows Workstation. The only way we could stream the Isaac Sim app was via the Isaac Sim WebRTC Streaming Client ( Livestream Clients — Isaac Sim Documentation ) . Since this needs an additional installation on the client side, this solution is not optimal for us. Is there any way to stream Isaac Sim in the web browser as well similar to USD Composer?

Thanks and best regards,
Deepa

Actually, that is the old way of streaming. We have replaced that with the new method here. GitHub - NVIDIA-Omniverse/configurator-viewer-sample: React App sample configurator project informing developers on the Omniverse Platform how to make use of the Omniverse WebRTC Streaming Library. It shows how to initiate a stream and communicate with a streamed Omniverse Kit Application.