diff options
author | Andrey Utkin <andrey.krieger.utkin@gmail.com> | 2013-06-19 08:20:13 +0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-20 14:56:40 +0200 |
commit | 2d70f11ef5d4bca1e4921053d69a58b250035184 (patch) | |
tree | 6efa0cf1b2fa5083418bc1f1c07620b52a519343 /doc/protocols.texi | |
parent | 99dc90ea59f6f7568cfeb2c5263f632df6e4f918 (diff) | |
download | ffmpeg-2d70f11ef5d4bca1e4921053d69a58b250035184.tar.gz |
Document "sctp" protocol
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 6d88344b19..df0a9ace95 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -698,6 +698,24 @@ To play back the first stream announced on one the default IPv6 SAP multicast ad ffplay sap://[ff0e::2:7ffe] @end example +@section sctp + +Stream Control Transmission Protocol. + +The accepted URL syntax is: +@example +sctp://@var{host}:@var{port}[?@var{options}] +@end example + +The protocol accepts the following options: +@table @option +@item listen +If set to any value, listen for an incoming connection. Outgoing connection is done by default. + +@item max_streams +Set the maximum number of streams. By default no limit is set. +@end table + @section tcp Trasmission Control Protocol. |