twilio / twilio-video-processors.js

Twilio Video Processors is a collection of video processing tools which can be used with Twilio Video JavaScript SDK to apply transformations and filters to a video track.
Other
33 stars 21 forks source link

CONTEXT_LOST_WEBGL: loseContext: context lost #41

Closed bernardogontijo closed 2 years ago

bernardogontijo commented 2 years ago

In some old computers running Chrome 97.0.4692.99 on Windows 7, when the video call starts, the processors crash returning an error "CONTEXT_LOST_WEBGL: loseContext: context lost"

I think it is because of the load on the GPU. Any tips on how can I solve this?

charliesantos commented 2 years ago

Hi @bernardogontijo , thanks for submitting. This error usually happens if there's not enough hardware resources on the machine. In this case, it's most likely the GPU. Please try decreasing your capture resolution and see if that helps. If you're using a background image, please try using a smaller resolution image.

bernardogontijo commented 2 years ago

hi @charliesantos, thanks for the reply. Just adding more info, it started after an update of Chrome. The error is happing in Google Meet as well, so I can conclude that it is not related to this project.