Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

App wich Remote Player to multiple HoloLenses

Discussion in 'VR' started by CurryGewuerzKetchup, Dec 19, 2018.

  1. CurryGewuerzKetchup

    CurryGewuerzKetchup

    Joined:
    Dec 19, 2018
    Posts:
    3
    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
    https://forum.unity.com/threads/enable-mixed-reality-remoting.530714/
    https://docs.microsoft.com/en-us/windows/mixed-reality/add-holographic-remoting
    https://github.com/Microsoft/MixedRealityCompanionKit

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

    Thanks for every hint :)
     
  2. timke

    timke

    Unity Technologies

    Joined:
    Nov 30, 2017
    Posts:
    395
    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.
     
    CurryGewuerzKetchup likes this.
  3. CurryGewuerzKetchup

    CurryGewuerzKetchup

    Joined:
    Dec 19, 2018
    Posts:
    3
    Last edited: Dec 21, 2018
    AndrasBalazs likes this.