[Webkit-unassigned] [Bug 223242] New: Disconnections after some media data has been received make media elements' networkState NETWORK_EMPTY that should be NETWORK_IDLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 00:46:10 PDT 2021


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

            Bug ID: 223242
           Summary: Disconnections after some media data has been received
                    make media elements' networkState NETWORK_EMPTY that
                    should be NETWORK_IDLE
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: soujyu.tanaka at access-company.com

Media elements' networkState should be NETWORK_IDLE if the connection is interrupted after some media data has been received, according to spec: https://html.spec.whatwg.org/#loading-the-media-resource

The actual state is NETWORK_EMPTY. I confirmed it on GTK MiniBrowser by opening a test page and disable network interface after the media element starts loading.
https://codepen.io/souju/pen/oNgmGRq

I guess the code was based on W3C editor's draft and has been left unchanged.
https://dev.w3.org/html5/pf-summary/video.html

-- 
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/20210316/804acce9/attachment-0001.htm>


More information about the webkit-unassigned mailing list