Hi ,
Im trying to set up a virtual expo with some video players on planes showing animations made by students.
The webgl build is hosted on a cors enabled server, and the video players are set to URL with the adress of the files on the server. The files do play when the server adres url is used directly in the browser.
I've been reading up on such issues and made sure also a .htaccess file is available in all directories.
Here's currently the best working build https://piazza.me/vr
My problems :
- There are multiple video players in the game, but most don't play. Results vary on computers & browsers..
This is the main problem atm.
The only video that seems to work directly is warped as texture around a 3D object. The other 4 videos , being played on a plane object stay blank.
This goes for the hosted version shared above ,as on a firefox webgl build running of my localhost.
This is the error i see in firefox browser console, and it builds up quickly :
Error: WebGL warning: texSubImage2D: Source must not be null.
In chrome i see :
f5c2d259-8b68-45bf-a94e-f819b35a9e67:8 WebGL: INVALID_VALUE: tex(Sub)Image2D: video visible size is empty
[.WebGL-00000200E4BC6230] GL_INVALID_OPERATION: Level of detail outside of range.
Can anyone please have a look at this project ? Thank you so much
↧