I’m currently working on a project involving Omniverse USD Composer and I’m facing some issues with setting up HTTPS streaming. I’ve followed the documentation, but I keep encountering an error that I can’t seem to resolve.
I’ve ensured that my certificates are correctly configured and placed in the appropriate directories. The HTTP streaming works fine, but when I switch to HTTPS, I get the above error.
Has anyone else experienced this issue or has any insights on what might be going wrong
Before get into the technical side of things, let me ask what you are trying to achieve exactly. This webrtc extension is just a sample extension to show you what is possible using our WEBRTC streaming protocol. However this particular extension is just designed to stream your composer viewport to your web browser. It is just for ONE person on a LOCAL machine. It does not really achieve much.
If you tell me what you are trying to do overall, I can better direct you.
I’m using Omniverse WebRTC to stream the USD Composer to the web across our network.
The IP address shown in the screenshot is my machine’s hostname. I created my own TURN server and successfully streamed the Omniverse across our network. Everything works well with HTTP.
Any one in our network can use omniverse through web.
However, I need HTTPS for certain cases. Although I have an HTTPS certificate installed and all other Omniverse-hosted services APIs are functioning correctly, the streaming is not working with HTTPS.
The error points out a unhandled https call back in the web page of the omniverse http extension.
I’m using this machine with Omniverse to be accessed across our network for various use cases, which can be achieved by accessing it from the browser.
Thanks for letting me know. Yes I think this is a good use case for the service. As long as you know it does not work outside the network.
In terms of getting it to work, you should replace the dns address in the server query with the explicit IP address. Using the dns address in the URL is okay to point to the web-server. Also, using 8433 for the port is okay as that is what you configured.
considering this cgscdxr85188490.in623.corpintra.net is my machine host name , i have install ssl certificate for the machine.
53.217.38.152 is the ip of the machine .