[FFmpeg-devel] [PATCH 3/4] Document "sctp" protocol

Andrey Utkin andrey.krieger.utkin at gmail.com
Wed Jun 19 07:20:13 CEST 2013


---
 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.
-- 
1.8.1.5



More information about the ffmpeg-devel mailing list