Conversation
Let the request on start 0 dont use http ranges Also, if this request cant get a 200 response with `Accept-Ranges` header, send another request with range '0-'
|
What problem is this fixing? |
May make video startup faster on some CDN backed services, from some of my tests |
That's exactly the reason why we don't do that. I want to minimize number of requests made at any given time. I'd be happy to discuss solutions if you say which servers need this change. EDIT:
Interesting. Open ended |
Thx! I really like the new network backend. |
Let the request starting at 0 not use http ranges.
Also, if this request gets a 200 response without
Accept-Rangesheader, send another request with range '0-'.