diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-07 19:38:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-09 02:23:38 +0200 |
commit | 7277a4ace9f590d07b2234ad054aa39e9cb8747f (patch) | |
tree | 96b7e1e5e3d421af5f08106c21fa1eaff2c477b2 /doc/protocols.texi | |
parent | a450ec267225baf431eefadcfacf15879256f363 (diff) | |
download | ffmpeg-7277a4ace9f590d07b2234ad054aa39e9cb8747f.tar.gz |
avformat/http: add reconnect_delay_max option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 65b176065f..7c6b9d463d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -267,6 +267,9 @@ for live / endless streams. @item reconnect_streamed If set then even streamed/non seekable streams will be reconnected on errors. +@item reconnect_delay_max +Sets the maximum delay in seconds after which to give up reconnecting + @item mime_type Export the MIME type. |