w3c / webmediaporting

Web Media porting spec
1 stars 10 forks source link

requirements on number of simultaneous HTTP connections #13

Open mavgit opened 7 years ago

mavgit commented 7 years ago

From @jpiesing on March 7, 2017 15:36

Web video providers have found it necessary to make requirements on the number of simultaneous HTTP connections that must be possible.

I believe this was based on devices where HTTP requests for media blocked (or severely delayed) HTTP requests for images, HTML pages, XHR (etc).

Requirements on HTTP connection overhead have also been seen.

Should WAVE say something about this?

Copied from original issue: w3c/webmediaapi#46

mavgit commented 7 years ago

From @jpiesing on May 16, 2017 17:20

Here's a straw man proposal.

The device MUST be able to download multiple JavaScript, CSS and image assets concurrently. It MUST also be able to make XHR requests (e.g. to stream media) while performing at least one other HTTP GET request.

mavgit commented 7 years ago

From @michelnev on June 12, 2017 20:24

@jpiesing your straw man proposal seems reasonable.