You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the sample. Communication between UWP apps on desktop is working. But when I try to stream video from HoloLens, the app keeps crashing. When the crash happens is a bit random as it is happening on some background thread, but it is after a "candidate" message is received in HoloLens. The Call stack contains a lot of org.WebRTC frames and some Windows modules. The exception itself is not really helpful:
Unhandled exception at 0x7707924B (ucrtbase.dll) in WinPluginTest.exe: Fatal program exit requested.
Anyone has a suggestion why is this happening?
The text was updated successfully, but these errors were encountered:
I am trying to run the sample. Communication between UWP apps on desktop is working. But when I try to stream video from HoloLens, the app keeps crashing. When the crash happens is a bit random as it is happening on some background thread, but it is after a "candidate" message is received in HoloLens. The Call stack contains a lot of org.WebRTC frames and some Windows modules. The exception itself is not really helpful:
Unhandled exception at 0x7707924B (ucrtbase.dll) in WinPluginTest.exe: Fatal program exit requested.
Anyone has a suggestion why is this happening?
The text was updated successfully, but these errors were encountered: