I’ve been trying to follow the example at Stream on a Workstation — Guide: Embedded Web Viewer – the USD Viewer build and the npm install work fine. However, when I go to open the web page, it tends to get either to the stage of loading assets and then hang, or get to showing loaded assets but there is still no display. In the Chromium developer console, the errors that show at the end (in this case it got stuck on the loading assets screen) are:
And on the USD viewer console, some of the earliest errors are:
main: thread_init: already added for thread
2025-01-21 14:03:46 [65,069ms] [Error] [carb.livestream-rtc.plugin] nvstPushStreamData error for eye 0, stream 0x7e2fd0010e20: 0x800b0000
2025-01-21 14:03:46 [65,233ms] [Warning] [omni.fabric.plugin] Warning: attribute viewportHandle not found for bucket id 7e
2025-01-21 14:03:46 [65,236ms] [Warning] [carb.livestream-rtc.plugin] sendCustomMessageToClient: send failure: 0x800b1000 ({“event_type”: “updateProgressActivity”, “payload”: {“text”: “”}})
Any ideas what might be happening here? (This is all running on a single machine, so I wouldn’t expect firewall rules to be an issue here.)