Hi, the title says it all, but wondering can I use this solution to stream from a Hololens2 device?
The platform for hololens must be UWP
I got through the tutorial, and switched to UWP and no error appear, but wondering if anyone has tried this?
Thx
I posted the comment on Github Issue some weeks ago.
Unfortunately, it is difficult to support UWP so it seems to be ahead for the time being.
opened 10:14PM - 26 Sep 19 UTC
enhancement
issued
As Unity itself is very inclusive of multiple platforms and architectures, ideal… ly this plugin would be similarly inclusive.
Specifically, I'd like to use this package on an IL2CPP UWP ARM build, targeting the HoloLens 2.
I do see work on IL2CPP, but nothing for ARM. It's certainly possible as there are other efforts with this goal: https://webrtc-uwp.github.io/.
First, libwebrtc which is core library of WebRTC, the library is not supported on UWP platform. Developers must support for the platform themselves. Additionally, libwebrtc is in development yet, so developers have to follow the update at all times. Anyway, that is difficult work.
MixedReality-WebRTC team paid a lot of effort to support libwebrtc on UWP ARM architecture, but it looks no longer support by the team.
https://github.com/microsoft/MixedReality-WebRTC/issues/414#issuecomment-645910839
kazuki_unity729:
First, libwebrtc which is core library of WebRTC, the library is not supported on UWP platform. Developers must support for the platform themselves. Additionally, libwebrtc is in development yet, so developers have to follow the update at all times. Anyway, that is difficult work.
MixedReality-WebRTC team paid a lot of effort to support libwebrtc on UWP ARM architecture, but it looks no longer support by the team.
https://github.com/microsoft/MixedReality-WebRTC/issues/414#issuecomment-645910839
Hey!
Is there any hope for us that we can leave MixedReality-WebRTC and go with Unity WebRTC in the future? Is ARM64 on the roadmap, or is it a dead end?
We have an issue about Hololens 2 support in our backlog, but we set the priority low. The priority of Meta Quest 2 support is higher than that.