← Back to team overview

linux-traipu team mailing list archive

[Bug 1244954] [NEW] Chromium refuses to play OGV unless response code is 200

 

You have been subscribed to a public bug:

When Chromium encounters media file link it sends request for partial
content with the range of '0-' (entire file). But then, when receiving
the following headers it refuses to play the file:

[header] HTTP/1.1 206 Partial Content
[header] Pragma: 
[header] Cache-Control:
[error] [client 127.0.0.1] [header] Content-type: video/ogg
[error] [client 127.0.0.1] [header] Content-Disposition: inline
[error] [client 127.0.0.1] [header] Content-range: 0-6642902/6642903
[error] [client 127.0.0.1] [header] Content-length: 6642903
[error] [client 127.0.0.1] [header] X-Content-Duration: 157.858

What happens: Partial request headers are sent, partial response headers
are received, file does not play

What i expect to happen: Either send regular file request or accept 206
response as a valid response.

** Affects: chromium-browser
     Importance: Undecided
         Status: New

-- 
Chromium refuses to play OGV unless response code is 200
https://bugs.launchpad.net/bugs/1244954
You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Chromium Browser.