Feodor2 / Centaury

web browser
58 stars 8 forks source link

Google Meet(Hangouts meet) not working #13

Open gdl-blue opened 3 years ago

gdl-blue commented 3 years ago

Is it possible to support Google Meet on Centaury? When I visit meet.google.com and start a conference, I get an error. I used the user-agent: Mozilla/5.0 (Windows NT 6.1; rv:68.9) Gecko/20100101 Firefox/68.9

Feodor2 commented 3 years ago

Provide more details, about the error, assume you use recent version

gdl-blue commented 3 years ago

There are not many details in the site, but there were some errrors in the console TypeError: a.Aa.addTransceiver is not a function[Learn More]

HTTP “Content-Type” of “text/html” is not supported. Load of media resource https://meet.google.com/ failed.

Feodor2 commented 3 years ago

Try Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102

gdl-blue commented 3 years ago

Almost worked, but an error occured when loading the camera and microphone(Error screen appeared right after my face showed up in the screen). Using Windows XP MCE 2005 SP3 and Windows Server 2008(Vista) SP2.

Errors on XP:

Error: WebGL: Disallowing antialiased backbuffers due to blacklisting.  
Error: WebGL: Failed to create WebGL context: WebGL creation failed: 
* Error during ANGLE OpenGL init.
* Error during ANGLE OpenGL init.
* Exhausted GL driver caps.

Cannot test Vista right now because I cannot boot into it after installing XP on my machine.

Feodor2 commented 3 years ago

in the about:config set webgl.disabled;true

gdl-blue commented 3 years ago

I get an error that webGL is disabled. By the way, I tried on a PC that has graphics driver installed but it doesn't work either.

image

Feodor2 commented 3 years ago

Huh all sorts of error, try this security.csp.enable;false

gdl-blue commented 3 years ago

Still not working, and no additional errors in the console. There are only deprecation warnings and no errors.

gdl-blue commented 3 years ago

I think the browser does not support WebGL properly, sites like Scratch 3, Google Jamboard, Meet, etc requires WebGL but thost sites doesn't work on Centaury & Mypal, both on computers that support 3D graphics or not.

webgl.disabled is false in about:config

image

image