Hi,
I'm trying to serve a single scene/video from an existing Web UI and everything what I try ends up in the DeoVR app crashing. Can someone please try to explain me, how to implement such a setup? The setting is:
- I have an existing web application served from my Windows PC
- I'm offering a new button in the UI, which should provide a JSON to the DeoVR player to be streamed
- I can open the UI in the DeoVR player in my Quest 3 and click on the provided button
- Afterwads the DeoVR app crashes
I tried to implement the buttton as a Javasacript function redirecting to the JSON file, I tried to just make the button a href pointing to the stream, I tried to use in Javascript window.DeoAPI which should exist in the DeoVR player according to Gemini (guess it's just halucination), ... everything just crashes the app.
Is there somewhere a step-by-step tutorial existing for dummies like me, describing how to add functionality to an existing webapp, in order to offer a deep-link for the DeoVR player, please? 🙏