]> git.sesse.net Git - ffmpeg/commit
lavf/hls: add http_seekable option for HTTP partial requests
authorJun Zhao <barryjzhao@tencent.com>
Wed, 7 Aug 2019 16:12:16 +0000 (00:12 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Thu, 8 Aug 2019 09:53:32 +0000 (17:53 +0800)
commit5e829262a6a6068dfed9d76da4a9635f1f4be391
treeb0c4e4da9523f992638f47f8ce8fbbb6afb5f43d
parentaf3ddd581faf2c3c4748ae589947c662b1a2271e
lavf/hls: add http_seekable option for HTTP partial requests

Add http_seekable option for HTTP partial requests, when The
EXT-X-BYTERANGE tag indicates that a Media Segment is a sub-range
of the resource identified by its URI, we can use HTTP partial
requests to get the Media Segment.

Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
doc/demuxers.texi
libavformat/hls.c