Re: [FFmpeg-devel] [PATCH] avformat/http: handle "content-range: -/*" responses

2017-12-20 Thread Aman Gupta
On Wed, Dec 13, 2017 at 11:11 AM, Aman Gupta wrote: > From: Aman Gupta > > The HTTP spec for the Content-Range response header specifies > that '*' may be used when the total size of the document is unknown. > > Practically speaking, this can be used by a webserver to indicate > that the underly

[FFmpeg-devel] [PATCH] avformat/http: handle "content-range: -/*" responses

2017-12-13 Thread Aman Gupta
From: Aman Gupta The HTTP spec for the Content-Range response header specifies that '*' may be used when the total size of the document is unknown. Practically speaking, this can be used by a webserver to indicate that the underlying video file is still growing, i.e. more video data is being app