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?