summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-06 19:58:10 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-07 19:26:43 +0200
commit9bd68dea2b7f4a79aa6c35b6193e3122c8ef2db7 (patch)
tree0fce6e2bdece2867d2cc86b27be74efaec24343c /doc
parent83c6a880a6682ca909681ff429133e01f347f93d (diff)
avformat/http: Add reconnect_at_eof and reconnect_streamed options
They allow reconnecting endless live streams which fail with eof Reviewed-by: Zhang Rui <bbcallen@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 905bc0979f..ea5c5319a2 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -260,6 +260,13 @@ Set timeout in microseconds of socket I/O operations used by the underlying low
operation. By default it is set to -1, which means that the timeout is
not specified.
+@item reconnect_at_eof
+If set then eof is treated like an error and causes reconnection, this is usefull
+for live / endless streams.
+
+@item reconnect_streamed
+If set then even streamed/non seekable streams will be reconnected on errors.
+
@item mime_type
Export the MIME type.