Uploaded image for project: 'Cocoon'
  1. Cocoon
  2. COCOON-2357

Content-Range and Range headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.13
    • * Cocoon Core
    • None

    Description

      I tried to use the ResourceReader in combination with Range/Content-Range headers for video streaming.

      It seems to me that the implementation does not respect the HTTP spec.
      According to the spec, asking for a 100 bytes resource with header
          Range "bytes=0-"

      should respond
          Content-Range "bytes 0-99/100"

      where Cocoon currently responds
          Content-Range "0-100/100"

      Attachments

        Activity

          People

            cdamioli Cédric Damioli
            cdamioli Cédric Damioli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: