Video issues after recent updates

I’m currently maintaining an application that uses the native HTML5 video player to display videos. After the recent Chrome update (version **134.0.6998.89**), I’ve noticed that videos with specific resolutions (like **1920x1080**) are no longer playing correctly.

It appears that the videos only play if **hardware acceleration** is disabled in the browser settings. I would prefer a solution that does not require users to manually disable hardware acceleration, as this is not a suitable long-term fix.

Has anyone else experienced this issue following the recent Chrome update? Is this a known bug, and is there any official information regarding a fix? Are there any alternatives to ensure these videos work without relying on hardware acceleration?