Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Minimum bandwidth for sharing

I would like to know what is the minimum bandwidth is required for sharing

Tagged:

Answers

  • @sudhakar82 ,

    It totally depends on what you are sharing. Lately I've been working with rgb textures and point clouds, which require a massive amount of bandwidth. If you are just sending quaternion and position data, it'll be less. You can figure out how much bandwidth you need for what you are doing by calculating the byte size of your messages. For instance, a Vector3 is equivalent to 3 floats, and a float is 4 bytes, so every Vector3 you share is pushing 12 bytes of data.

    James Ashley
    VS 2017 v5.3.3, Unity 2017.3.0f3, MRTK 2017.1.2, W10 17063
    Microsoft MVP, Freelance HoloLens/MR Developer
    www.imaginativeuniversal.com

  • @james_ashley Thanks for the information - we are doing a lot in sharing over internet which doesn't work most of the times but works very much fine in intranet.

    I am looking for help on two things
    1. is there a way that i can have a dedicated server in cloud to run the sharing service? as it requires a static IP directly connected to the machine running the service
    2. can Photon/Unet/any other framework is capable of doing all kind of features like VOIP/Avatars/Gaze lines as Holotoolkit - If so how difficult it is

Sign In or Register to comment.