[FFmpeg-devel] [PATCH] doc/tcp: update option listen description
Lingjiang Fang
vacingfang at foxmail.com
Sat Jan 2 13:37:34 EET 2021
---
doc/protocols.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index de377a9546..e5a68dcbf4 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1635,8 +1635,10 @@ tcp://@var{hostname}:@var{port}[?@var{options}]
The list of supported options follows.
@table @option
- at item listen=@var{1|0}
-Listen for an incoming connection. Default value is 0.
+ at item listen=@var{2|1|0}
+Listen for an incoming connection.
+0 disable listen, 1 enable listen single client, 2 enable listen multi-client.
+Default value is 0.
@item timeout=@var{microseconds}
Set raise error timeout, expressed in microseconds.
--
2.29.2
More information about the ffmpeg-devel
mailing list