From 815e34b5b4ed8fbb6c9d7b7b042ae49848bc170c Mon Sep 17 00:00:00 2001 From: "Jeyapal, Karthick" Date: Wed, 29 Nov 2017 14:33:07 +0800 Subject: libavformat/hlsenc: Persistent HTTP connections supported as an option --- doc/muxers.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/muxers.texi') 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} -- cgit v1.2.3