← Back to team overview

linux-traipu team mailing list archive

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

 

Could be related to 
https://code.google.com/p/chromium/issues/detail?id=159495
or
https://code.google.com/p/chromium/issues/detail?id=223463
but not sure.

Opening a new bug upstream.

** Bug watch added: code.google.com/p/chromium/issues #159495
   http://code.google.com/p/chromium/issues/detail?id=159495

** Bug watch added: code.google.com/p/chromium/issues #223463
   http://code.google.com/p/chromium/issues/detail?id=223463

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

Title:
  Chromium refuses to play OGV unless response code is 200

Status in Chromium Browser:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1244954/+subscriptions