Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on both apps (client and Unity) when peer connection is established #13

Open
arufolo opened this issue Oct 3, 2018 · 3 comments

Comments

@arufolo
Copy link

arufolo commented Oct 3, 2018

I've spent a few hours now trying to figure out the reason of this issue but no dice.

I can build and deploy the UWP Peer application on a my laptop as well as build and deploy the Unity UWP client application on my desktop which are both on the same network. I start both apps as well as the server application executable and can connect both peers to the server.

Whenever I click connect peer (on either application) both apps throw an unhandled win32 exception and crash.

Has anyone else experienced this problem?

@ritchielozada
Copy link
Owner

Just to quickly verify -- both laptop and desktop have webcam + microphone setups and recognized by the WebRTC library? The sample library would typically crash on a setup without a webcam/mic.

@arufolo
Copy link
Author

arufolo commented Oct 14, 2018

Thank you for the reply and sorry for my late response. But yes, both have a webcam/mic setup. I can try debugging and seeing if the applications are both recognizing the devices, though just to double check.

@arufolo
Copy link
Author

arufolo commented Oct 14, 2018

Just verified by debugging the XamlTestApp on my laptop that there is a webcam, mic, and speakers present. On the Unity client, I see the light on my wecam come up when I start the app so I'm going to assume it's recognizing the devices on that end as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants