Error when using Web streaming with Omniverse

I am following the readme file here with the latest code from the main branch. I want to build a USD viewer kit application that streams to the provided react application. I am running this in an Nvidia Omniverse Workstation in Azure.

When I open the react application in the browser and select ‘UI for default streaming USD Viewer app’, I see the following error in the kit application’s logs

main: thread_init: already added for thread
2025-09-10T14:52:41Z [41,345ms] [Fatal] [omni.kit.livestream.streamsdk] [NvscStreamingSess] #2(C)00000{18384}&1DA6C6B0& Failed to setup the streaming session because: StreamSdkException 800b0000 [NVST_R_GENERIC_ERROR] Failed to create video stream 0
2025-09-10T14:52:41Z [41,358ms] [Error] [omni.kit.livestream.webrtc.plugin] NVST Error: NVST_R_INVALID_STATE
2025-09-10T14:52:41Z [41,358ms] [Warning] [omni.kit.livestream.webrtc.plugin] Failed to send custom app message to client: {"event_type": "loadingStateResponse", "payload": {"url": "", "loading_state": "idle"}}

What could be wrong?

Hi and thanks for posting. Let me find out from the engineers.

Hi, I’m having the same problem.
I’m using USD composer_streaming.kit and have referenced WebRTC streaming - #7 .

2025-11-05T00:56:43Z [57,853ms] [Fatal] [omni.kit.livestream.streamsdk] [NvscStreamingSess] #6(C)*16504*{16952302544241859520}&1DA6C6B0&<NvscStreamingSes> Failed to setup the streaming session because: StreamSdkException 800b0000 [NVST_R_GENERIC_ERROR] Got stop event while waiting for client connection.

Any solutions are available?