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

No video from hololens #60

Open
jaenam1212 opened this issue Jan 24, 2019 · 8 comments
Open

No video from hololens #60

jaenam1212 opened this issue Jan 24, 2019 · 8 comments

Comments

@jaenam1212
Copy link

The rest works normally. How can I solve this problem?

@jaenam1212
Copy link
Author

PeerCC - hololens It seems that the RemoteVideoSurface and LocalVideoSurface are not working properly in the App.
The remaining audio and Desk Top video audio work as expected

@anders-lundgren
Copy link

anders-lundgren commented Jan 24, 2019

I had this problem, fixing the texture settings according to the reply from @mingalll in #40 (comment) I got it to work:

RemoteVideoSurface and LocalVideoSurface uses eyeTexture for the texture and EyeMaterial for the material of the Raw Image component. The Materials/EyeMaterial material uses the Materials/EyeEffectShader shader.

@jaenam1212
Copy link
Author

I had this problem, fixing the texture settings according to the reply from @mingalll in #40 (comment) I got it to work:

RemoteVideoSurface and LocalVideoSurface uses eyeTexture for the texture and EyeMaterial for the material of the Raw Image component. The Materials/EyeMaterial material uses the Materials/EyeEffectShader shader.

Thanks for the reply
But the material and texture have already been applied.
I do not know what's wrong.

@anders-lundgren
Copy link

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.

@jaenam1212
Copy link
Author

다른 쪽 HolorLens 나 PC에서 어떤 고객을 사용하고 있습니까? 내 PC에서 전화를 걸었을 때 HoloLens에서 작동하지 않는 VP8이 기본값으로 사용되었습니다. 앱 설정에서 h.264로 변경하면 PC에서 전화를 시작할 수있었습니다.

#40 (comment)

I followed instructions from @YousufAzadSami

But when I run the PeerCCUnity.sln on hololens, I get these problems
(1) the scene seems really big
(2) I can't see any video stream(only black screen).
(3) the button seems have no reaction. (I got Failed to get pointer data. error)

Can anyone help me with these problems? Thanks a lot!

The bug report is

(2) A problem such as

@jamescadd
Copy link
Member

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?

@jaenam1212
Copy link
Author

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
Button has no problems
(2) I can't see any video stream(only black screen).
Like this problem
The rest is normal, but
Hololens unable to send video offer
Hololens should send both audio and video, while Desktop only sends audio.
I'm sorry I did not explain well.

@anders-lundgren
Copy link

Did you add the following snippet to your package.appxmanifest in the folder with your IL2CPP project?

  <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>WebRtcScheme.dll</Path>
        <ActivatableClass ActivatableClassId="WebRtcScheme.SchemeHandler" ThreadingModel="both" />
      </InProcessServer>
    </Extension>
  </Extensions>

(From https://github.com/ortclib/ortclib-sdk/blob/releases/m62/README.md )

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

3 participants