Feature #32036
Respect HTTP_RANGE
| Status: | On Hold | Start date: | 2011-11-23 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.6.0 | |||
| Votes: | 0 |
Description
Respecting the clientside requested bytes-range is useful for streaming files in HTML5-video.
http://php.net/manual/de/function.readfile.php
Comment from gaosipov at gmail dot com 09-Oct-2008 09:08
could be a solution. (but attention: code-error in evaluation of preg_match(), $begin should be $matches1).
(and default mime-types for ogv, mp4 and webm would be nice :)
History
Updated by Helmut Hummel over 1 year ago
- Priority changed from Should have to Could have
Respecting range requests would indeed be nice, however it's not really easy to implement. Maybe in version 2.0 ;)
(and default mime-types for ogv, mp4 and webm would be nice :)
Additional mime-types can be configured in the extension configuration.
Updated by Helmut Hummel over 1 year ago
- Target version changed from 1.5.1 to 1.6.0
Updated by Helmut Hummel 9 months ago
- Status changed from New to On Hold