-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
Milestone
Description
It would be useful if OpenWayback could handle 'Range Retrieval Requests', i.e. return an Accept-Ranges
header and handle Content-Range
requests.
The motivation for this is to facilitate playing videos straight out of WARC files (the above is, as far as I am aware, how the HTML5 video handles playback).
It's likely that the above would only really work with non-compressed (W)ARCs as one can't arbitrarily skip around in gzip streams; it might be possible to handle compressed records via some sort of caching but if at all possible this should probably wait for a later iteration.