From 9bd68dea2b7f4a79aa6c35b6193e3122c8ef2db7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 6 Sep 2015 19:58:10 +0200 Subject: avformat/http: Add reconnect_at_eof and reconnect_streamed options They allow reconnecting endless live streams which fail with eof Reviewed-by: Zhang Rui Signed-off-by: Michael Niedermayer --- doc/protocols.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3