Warning:
This wiki has been archived and is now read-only.

Time Range units

From Media Fragments Working Group Wiki
Jump to: navigation, search

Use with existing HTTP headers

Range

A User Agent specifies a time range in an HTTP request header:

 GET /video.ogv HTTP/1.1
 Range: time=00:10-00:20

Content-Range

A server responds with the specified time:

 HTTP 206 Partial Content
 Content-Range: time=00:10-00:20/4500

Interaction with HTTP Range Refer

Accept-Range-Refer

A User-Agent specifies that it can accept a Range-Refer response, using time Range units.

 GET /video.ogv HTTP/1.1
 Range: time=00:10-00:20
 Accept-Range-Refer: time

Range-Refer