Will Meade

Results 21 comments of Will Meade

My proof that the Certificate Validation Callback is not actually used is probably not flawless, but I used the following steps: * Breakpoint [WebRequestLoader.cs:30](https://github.com/KhronosGroup/UnityGLTF/blob/master/UnityGLTF/Assets/UnityGLTF/Scripts/Loader/WebRequestLoader.cs#L30) to ensure the callback is being...

Just a little update for anyone stumbling across this issue. I don't know which unity version that this changed exactly, but I recently tested this behaviour in 2018.4 and this...

Generally yes. The DeviceVideoTrackSource is a pretty optimised track source which appears to capture and send frames all within the native library. I'm not aware of any way to "post...

> Thanks for replying @spacecheeserocks . Can you give a glimpse on how can I send the frames to webrtc by creating a custom video track source?. I’ve less idea...

You probably need to wait for the PeerConnection object to initialize first. Double-check the tutorial/docs for more details, but generally, you must wait for the PeerConnection.OnInitialized event to fire before...

There is no ARM64 version of this library available yet. #414 is currently the status of ARM64 development. Seems to have been inactive for a while. This thread (and some...

I haven't seen this documented anywhere, but from my own usage, the UWP library does appear to use nvenc to process H264 video (just from inspecting loaded libraries/call stacks). I'm...

Those are just the video stats calculations. They are probably +Inf because the video FPS etc are all 0.

I'm open to correction on this, but to my knowledge, I don't think this is possible (at least on HoloLens) The Mixed Reality Capture is implemented as a 'Video Effect'...

Is there a particular reason that you are trying to specifically use Plan B over Unified Plan? To the best of my knowledge, modern browsers all support Unified Plan now.