microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
909 stars 283 forks source link

Hololens 2 disconnect from node dss #794

Open Matteo-0 opened 3 years ago

Matteo-0 commented 3 years ago

Hello, I am trying to send video captured from the local camera of my computer from unity to hololens 2. I set up the environment in unity putting a local screen that shows what my local camera is capturing and a button to be pressed to start the connection. What is not working is that when I press the button, hololens disconnect from node dss. Why is this happening? Has anyone ever faced this issue and could tell me how to resolve it. I tryied by disabling pc firewall but nothing changes.

This is what I have before pressing the button: node

While this after I press the button: node_button

Please I really need someone to help me.