Bug 266691
Summary: | [GStreamer] Get length from content-length header when available in chunked content encoding | ||
---|---|---|---|
Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
Component: | Media | Assignee: | Enrique Ocaña <eocanha> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | calvaris, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Enrique Ocaña
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/22093
EWS
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
<rdar://problem/119941409>