You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML5 video player now also uses the HTMLVideoElement: requestVideoFrameCallback() method to detect when a new video frame has been rendered (available in Chromium-based browsers since version 83, Firefox since version 132). It is hoped that this will workaround an issue several users have reported where recent Chromium-based browsers randomly stop reporting changes to the video playback position, causing UI3 to think the video player has stalled and restart the video stream.