RESOLVED FIXED 173575
Media document experience with long-loading files is poor
https://bugs.webkit.org/show_bug.cgi?id=173575
Summary Media document experience with long-loading files is poor
Antoine Quint
Reported 2017-06-19 18:42:30 PDT
In order to avoid showing media controls at a different size than that of the video when we've received enough information to determine whether it's audio or video and what the video frame size is, we do not show any UI until we have enough information to show the controls in their correct initial state. This works great with local files and fast-loading files, but does not work well with invalid files, which never load and fail to ever show any UI, and files that load slowly where there is no visible feedback that content will be visible.
Attachments
Patch (18.49 KB, patch)
2017-06-19 18:51 PDT, Antoine Quint
dino: review+
Antoine Quint
Comment 1 2017-06-19 18:42:41 PDT
Antoine Quint
Comment 2 2017-06-19 18:51:53 PDT
Antoine Quint
Comment 3 2017-06-20 10:38:40 PDT
Note You need to log in before you can comment on or make changes to this bug.