[Webkit-unassigned] [Bug 61817] New: video-play-stall.cgi needs to pretend to support range requests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 31 15:48:44 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61817
Summary: video-play-stall.cgi needs to pretend to support range
requests
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sjl at chromium.org
http/tests/video-video-seekable-stall.html stalls the video download (by using video-play-stall.cgi and then requests a range via the 'seekable' attribute.
Unfortunately, as the script doesn't support range requests, chromium thinks that the media is streaming and can't provide a TimeRanges in response to the request. The spec kinda backs this up as not been needed (from http://www.w3.org/TR/html5/video.html#dom-media-seekable):
"If the user agent can seek to anywhere in the media resource, e.g. because it is a simple movie file and the user agent and the server support HTTP Range requests, then the attribute would return an object with one range, whose start is the time of the first frame (the earliest possible position, typically zero), and whose end is the same as the time of the first frame plus the duration attribute's value (which would equal the time of the last frame, and might be positive Infinity)."
Which seems to imply that the range should be returned if range requests are supported.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list