videojs / videojs-vr

A plugin to add 360 and VR video support to video.js.
https://videojs-vr.netlify.com/
MIT License
528 stars 143 forks source link

Cardboard view broken in v2 #279

Open nuevodevel opened 1 year ago

nuevodevel commented 1 year ago

Since version 2 of the VR plugin Cardboard view is completely broken on both: iOS (iPhone) and Android smartphones.

The logs shows never ending list of warnings about:

  1. WebGLRenderer: .getsize() now requires a Vector2 as an argument
  2. THREE.Matrix4: .getInverse() has been removed. Use matrixInv.copy( matrix ).invert(); instead.

The screen remains black, rendering crashes completely. Was working in previous version and videoj.s 7

jarcky commented 1 year ago

Hi there!

Same here. Even fixing the warnings you mentioned the issue is not fixed. I think the real error comes from this warning:

"[.WebGL-0x201ef6200] GL_INVALID_OPERATION: Attempting to blit and the read and draw buffer formats don't match. read: 0x8051 draw: 0x8058"

Let's see if somebody can help us.