Hello.
I have an application that is PCVR and we’ve done a primary port to an All-In-One HMD (Call it the Client App).
The Client App was controlled by a Control App written on another language. And it had the Unity Player embedded in it. As a result the user of the Control App could see what the person using the HMD was seeing.
I want to reproduce that with the All-In-One HMD. I was looking into the Unity Render Streaming to do this. I was checking the documentation (Creating The Scene | Unity Render Streaming | 3.1.0-exp.7) but I couldn’t really discern if it’s possible to use this solution to stream to a web browser withouth the receiving machine running any unity code.
If this is possible, then it would mean that I could include an iframe (or something similar) in an app written in another language and have this app display what the Unity App is displaying on the All-In-One HMD.
So is this possible?
I’d appreciate any advice on the matter.
Thank you for your time!
PS: I tried to post this in the Getting Started category but the forum wouldn’t let me same issue as here (" "An error occurred: The "Beginner" tag cannot be used in the "Getting Started" category. Please remove it."" How are tags added?)