[Webkit-unassigned] [Bug 210058] [Safari]When video is hidden, after entering and exiting fullscreen at the end of the playback the video doesn't replay to start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 8 16:06:36 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210058

--- Comment #2 from Jer Noble <jer.noble at apple.com> ---
Playing a HLS stream with "display:none" will always give terrible results. AVFoundation uses the current display size to determine which variant to switch to, and when the element is hidden in CSS, it has a display size of zero, and AVFoundation will naturally want to switch to the lowest video bitrate tier.

Can I ask what the use case is here?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200408/85eec2d6/attachment.htm>


More information about the webkit-unassigned mailing list