summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorJeyapal, Karthick <kjeyapal@akamai.com>2017-11-29 14:33:07 +0800
committerSteven Liu <lq@chinaffmpeg.org>2017-11-29 14:33:07 +0800
commit815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c (patch)
tree5016c2c6f64a467eaa17c8d040be7fe17db2a0b2 /doc/muxers.texi
parent4ddf7476c009643e719993cb27411aeca6bf78e4 (diff)
libavformat/hlsenc: Persistent HTTP connections supported as an option
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 9d9ca31cc4..8ec48c2055 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -854,6 +854,9 @@ ffmpeg -re -i in.ts -f hls -master_pl_name master.m3u8 \
This example creates HLS master playlist with name master.m3u8 and keep
publishing it repeatedly every after 30 segments i.e. every after 60s.
+@item http_persistent
+Use persistent HTTP connections. Applicable only for HTTP output.
+
@end table
@anchor{ico}