diff options
author | Ravindra <rpatagar@akamai.com> | 2018-03-14 19:59:34 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2018-03-14 19:59:34 +0800 |
commit | 6010537956d5a7260f2dd52184779fe01a085a2b (patch) | |
tree | fceee4092e666bddf57936b7dcc540d0b26a1a58 /doc | |
parent | b173e035362b103e17cc7b394c231c60a4915c59 (diff) | |
download | ffmpeg-streaming-6010537956d5a7260f2dd52184779fe01a085a2b.zip ffmpeg-streaming-6010537956d5a7260f2dd52184779fe01a085a2b.tar.gz |
avformat/hlsenc: Option to set timeout for socket I/O operation
Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index c156ec0..3a63da7 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -964,6 +964,9 @@ publishing it repeatedly every after 30 segments i.e. every after 60s. @item http_persistent Use persistent HTTP connections. Applicable only for HTTP output. +@item timeout +Set timeout for socket I/O operations. Applicable only for HTTP output. + @end table @anchor{ico} |