[Webkit-unassigned] [Bug 211323] Videos from certain CDNs not loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 21:56:27 PDT 2020


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

Jer Noble <jer.noble at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Jer Noble <jer.noble at apple.com> ---
This CDN does not support the Range: header:

```
> curl -r 0-1 -I 'https://cdn11.bigcommerce.com/s-u7yn5f7nmq/content/videos/cover.mp4'
HTTP/2 200 
server: openresty
content-type: video/mp4
etag: f3034a50b64f126cb4047022e00d71f7
last-modified: Mon, 16 Sep 2019 18:57:06 UTC
x-request-id: 69046b9547c909e4713d36f9056598d8
x-bc-is-ha: 1
date: Sat, 02 May 2020 04:55:06 GMT
x-ak-prop: stencil-store
x-is-akamai: 1
```

A server which supports range requests would return a 206 response with a Content-Range: response header.

Safari's media frameworks will do not support servers which themselves do not support range requests.

-- 
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/20200502/413c0e97/attachment.htm>


More information about the webkit-unassigned mailing list