summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-08-08 00:12:16 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-08-08 17:53:32 +0800
commit5e829262a6a6068dfed9d76da4a9635f1f4be391 (patch)
treeb0c4e4da9523f992638f47f8ce8fbbb6afb5f43d /doc/demuxers.texi
parentaf3ddd581faf2c3c4748ae589947c662b1a2271e (diff)
downloadffmpeg-5e829262a6a6068dfed9d76da4a9635f1f4be391.tar.gz
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>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 57d1532212..fe766a5de7 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -338,6 +338,10 @@ Enabled by default.
@item http_multiple
Use multiple HTTP connections for downloading HTTP segments.
Enabled by default for HTTP/1.1 servers.
+
+@item http_seekable
+Use HTTP partial requests for downloading HTTP segments.
+0 = disable, 1 = enable, -1 = auto, Default is auto.
@end table
@section image2