Re: Multiple ranges in the same HTTP request.

2010/4/23  <sendor@eurecom.fr>:
> Hello,
> I have a question regarding composing HTTP header for the case where the
> server takes responsibility to resolve the media fragment request. For
> example, if user is requesting fragment with both temporal and track
> dimensions (I am copying here the example from 4.1):
> http://www.example.com/example.ogv#track=audio&t=10,20
> What should be the correct value of range header?
>
> Best regards,
> Jakub Sendor


There is indeed no specification of this yet and a ABNF is still in
the pipeline for this.

I guess if we are conforming with other HTTP headers where there were
multiple values for one header, it would be:

Range: track=audio, t:npt=10-20

It would return seconds 10-20 of the track called "audio" in the resource.


Cheers,
Silvia.

Received on Friday, 23 April 2010 10:50:59 UTC