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

video-processor pipeline WebGL2 suddenly is not working for android and desktop devices #61

Open sthirunavukarasu opened 1 year ago

sthirunavukarasu commented 1 year ago

Found a bug with WebGL2 recently we have upgraded the twilio-video-processor (2.0.0) and twilio-video (2.27.0) to the latest version. with the above-updated version, the WebGL2 pipeline video background blur functionality was working well.

In the last week mid suddenly it's not working for Android devices (mobiles, tablets) and some desktop users also faced this issue

see it live example here: https://twilio.github.io/twilio-video-processors.js/examples/virtualbackground/

Expected behavior: image

Actual behavior:

when I blur the video background the complete video itself blurred and the video is not working, system CPU usage reached to max. image

Software versions:

Avataw commented 1 year ago

I am facing the same issue - this is a serious problem as it made the whole application unusable for users with weaker systems.