[FFmpeg-cvslog] Document "sctp" protocol

Andrey Utkin git at videolan.org
Thu Jun 20 15:23:55 CEST 2013


ffmpeg | branch: master | Andrey Utkin <andrey.krieger.utkin at gmail.com> | Wed Jun 19 08:20:13 2013 +0300| [2d70f11ef5d4bca1e4921053d69a58b250035184] | committer: Michael Niedermayer

Document "sctp" protocol

Reviewed-by: Stefano Sabatini <stefasab at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d70f11ef5d4bca1e4921053d69a58b250035184
---

 doc/protocols.texi |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 6d88344..df0a9ac 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
 
+ at section sctp
+
+Stream Control Transmission Protocol.
+
+The accepted URL syntax is:
+ at example
+sctp://@var{host}:@var{port}[?@var{options}]
+ at end example
+
+The protocol accepts the following options:
+ at table @option
+ at item listen
+If set to any value, listen for an incoming connection. Outgoing connection is done by default.
+
+ at item max_streams
+Set the maximum number of streams. By default no limit is set.
+ at end table
+
 @section tcp
 
 Trasmission Control Protocol.



More information about the ffmpeg-cvslog mailing list