[Webkit-unassigned] [Bug 232426] New: [Meta] Improve handling of media playback where server doesn't support range-request.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 23:49:20 PDT 2021


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

            Bug ID: 232426
           Summary: [Meta] Improve handling of media playback where server
                    doesn't support range-request.
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jean-yves.avenard at apple.com
        Depends on: 232422, 232425

Currently, when playing a video hosted on a server with no-range request support, we end up having to download the entire file into memory.

This could be improved in multiple-ways:
- Disable seeking or only allow seeking in buffered area and drop content as playback progress.
- Cache content to disk
- Reduce memory usage

This is a meta bug to track those incremental improvements


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=232422
[Bug 232422] Have RemoteMediaResource use SharedMemory
https://bugs.webkit.org/show_bug.cgi?id=232425
[Bug 232425] Add settings to limit allowed size of media served by server without range-request support
-- 
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/20211028/91efc3dd/attachment.htm>


More information about the webkit-unassigned mailing list