https://issues.apache.org/bugzilla/show_bug.cgi?id=51878
--- Comment #2 from [email protected] 2011-09-22 23:36:50 UTC --- Here's what someone else wrote on the issue: https://developer.mozilla.org/en/Configuring_servers_for_Ogg_media <quote> Handle HTTP 1.1 byte range requests correctly In order to support seeking and playing back regions of the media that aren't yet downloaded, Gecko uses HTTP 1.1 byte-range requests to retrieve the media from the seek target position. In addition, if you don't serve X-Content-Duration headers, Gecko uses byte-range requests to seek to the end of the media (assuming you serve the Content-Length header) in order to determine the duration of the media. Your server should accept the "Accept-Ranges: bytes" HTTP header if it can accept byte-range requests. It must return "206: Partial content" to all byte range requests; otherwise, Gecko can't be sure you actually support byte range requests. Your server must also return "206: Partial Content" for the request "Range: bytes=0-" as well. </quote> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
