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

[Firefox Android] Examples materials / video and video / panorama / equirectangular broken #13206

Closed
3 tasks done
jonobr1 opened this issue Jan 31, 2018 · 10 comments
Closed
3 tasks done

Comments

@jonobr1
Copy link
Contributor

jonobr1 commented Jan 31, 2018

I'm not exactly sure if this ever worked or when it started breaking, but video textures seem to have errors on Firefox for Android. Below is the GL error / warnings spit out by Firefox Dev Console:

capture

And the result is that the material returns black to the fragment shader.

I've tested these web pages on Firefox for Android with the error described above:

I will cross-post this with Firefox as it may be a GL error on the vendor's side. (Updated: Ticket)

Three.js version
  • r89
Browser
  • Firefox
OS
  • Android
Hardware Requirements (graphics card, VR Device, ...)

Tested on a Pixel (first generation).

@Mugen87
Copy link
Collaborator

Mugen87 commented Jan 31, 2018

I can reproduce with my Pixel (first generation) and mobile Firefox (58.0.1). Looks like a browser issue to me...

@RemusMar
Copy link
Contributor

That link doesn't work even on PC.

webgl_materials_video

@Mugen87
Copy link
Collaborator

Mugen87 commented Jan 31, 2018

Both examples work on my desktop with macOS 10.13.2 and FF 58.0.1

@RemusMar What version of FF are you using?

@RemusMar
Copy link
Contributor

RemusMar What version of FF are you using?

That was the latest Firefox ESR (52.6.0).

With the latest Firefox Quantum (58.0.1) it works.

firefox_quantum

But Firefox ESR is very important because it proves the backwards compatibility.

@Mugen87
Copy link
Collaborator

Mugen87 commented Jan 31, 2018

@RemusMar
Copy link
Contributor

This VideoTexture approach works perfect on Firefox ESR (52.6.0).:
http://necromanthus.com/Test/html5/testA_disco.html
But the example from threejs.org does not.

@Mugen87
Copy link
Collaborator

Mugen87 commented Jan 31, 2018

Maybe it's related to the video format 🤔

@RemusMar
Copy link
Contributor

Maybe it's related to the video format

Indeed.
#13215
It works now.

@jonobr1
Copy link
Contributor Author

jonobr1 commented Jan 31, 2018 via email

@jonobr1
Copy link
Contributor Author

jonobr1 commented Jan 31, 2018

Just for further clarification for anyone that stumbles on this issue it looks like FF Quantum 58.0.1 on Android is also having problems with webms

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

No branches or pull requests

3 participants