-
Notifications
You must be signed in to change notification settings - Fork 70
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
No video from hololens #60
Comments
PeerCC - hololens It seems that the RemoteVideoSurface and LocalVideoSurface are not working properly in the App. |
I had this problem, fixing the texture settings according to the reply from @mingalll in #40 (comment) I got it to work:
|
Thanks for the reply |
What client are you using on the other side, another HoloLens or a PC? I found that when I initiated the call from my PC it defaulted to VP8, which didn't work in HoloLens. By changing to h.264 in the app settings I was able to initiate the call from the PC. |
I followed instructions from @YousufAzadSami But when I run the PeerCCUnity.sln on hololens, I get these problems Can anyone help me with these problems? Thanks a lot! The bug report is (2) A problem such as |
Could you confirm the codec chosen on the PC side is H.264 as suggested above? You mentioned the button has no reaction - are you able to connect to the server and see the peer in the list? |
Changed codec to H.264, but Not Resolved |
Did you add the following snippet to your package.appxmanifest in the folder with your IL2CPP project?
(From https://github.com/ortclib/ortclib-sdk/blob/releases/m62/README.md ) |
The rest works normally. How can I solve this problem?
The text was updated successfully, but these errors were encountered: