App wich Remote Player to multiple HoloLenses

Hello everyone,

I am looking for a way to stream from my PC to one HoloLens. During I was wondering if it would be possible to stream from one PC to two HoloLens that would share the same holograms.
I want to stream because I want to display huge objects, so I use a powerful PC.

So far I found:
https://docs.unity3d.com/ScriptReference/XR.WSA.HolographicRemoting.html

I don’t have any previous experience of C++

Thanks for every hint :slight_smile:

I’m unsure if this scenario is supported. I’m guessing you’re using Miracast, which AFAIK does not support streaming to multiple devices over WiFi.

I’d recommend posting this question on the Hololens forums: https://forums.hololens.com/ since this is more of a Microsoft question than Unity.

1 Like

Thanks a lot, i did now.
For others: Mixed Reality - Microsoft Community Hub

But the question of whether I could use this class multiple times in my Project would be specific to Unity:
https://docs.unity3d.com/ScriptReference/XR.WSA.HolographicRemoting.html
Furthermore, how to decide wich content is streamed to wich devied then.

1 Like