RESOLVED FIXED 266691
[GStreamer] Get length from content-length header when available in chunked content encoding
https://bugs.webkit.org/show_bug.cgi?id=266691
Summary [GStreamer] Get length from content-length header when available in chunked c...
Enrique Ocaña
Reported 2023-12-20 03:09:28 PST
Currently, chunked content-encoding media content transfers are considered not to have a defined length and are treated as live videos (no seek available, the whole content is downloaded in a monolithic way). However, sometimes the web server specifies a content-length that, even if not mandatory, gives a hint about the total length. If that info was used, we could treat the download in a much more flexible way, downloading only the required pieces on demand, as the player needs them, and also enabling seek. See: https://github.com/WebPlatformForEmbedded/WPEWebKit/issues/1257
Attachments
Enrique Ocaña
Comment 1 2023-12-20 03:27:50 PST
EWS
Comment 2 2023-12-20 10:02:47 PST
Committed 272355@main (dc4698316b36): <https://commits.webkit.org/272355@main> Reviewed commits have been landed. Closing PR #22093 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-12-20 10:03:26 PST
Note You need to log in before you can comment on or make changes to this bug.