Document "sctp" protocol
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
99dc90ea59
commit
2d70f11ef5
@ -698,6 +698,24 @@ To play back the first stream announced on one the default IPv6 SAP multicast ad
|
|||||||
ffplay sap://[ff0e::2:7ffe]
|
ffplay sap://[ff0e::2:7ffe]
|
||||||
@end example
|
@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
|
@section tcp
|
||||||
|
|
||||||
Trasmission Control Protocol.
|
Trasmission Control Protocol.
|
||||||
|
Loading…
Reference in New Issue
Block a user