diff options
author | Karthick J <kjeyapal@akamai.com> | 2018-12-10 14:19:23 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2018-12-10 14:19:23 +0800 |
commit | 234926033097116a8dfab1e15d8cc1c04677f562 (patch) | |
tree | ea77a306506f691a3b8474bd39ea6862f1f74618 /doc/muxers.texi | |
parent | 56503a692534e0a703c4d0117cd769c4d573c79c (diff) | |
download | ffmpeg-234926033097116a8dfab1e15d8cc1c04677f562.tar.gz |
avformat/hlsenc : Added an option to ignore IO errors
Useful for long duration runs with network output
Reviewed-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/muxers.texi')
-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 5565fd5f45..db905e3a05 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1020,6 +1020,9 @@ Use persistent HTTP connections. Applicable only for HTTP output. @item timeout Set timeout for socket I/O operations. Applicable only for HTTP output. +@item -ignore_io_errors +Ignore IO errors during open, write and delete. Useful for long-duration runs with network output. + @end table @anchor{ico} |