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

Stefano Sabatini stefasab at gmail.com
Mon Jun 17 13:51:14 CEST 2013


On date Saturday 2013-06-15 23:03:40 +0300, Andrey Utkin encoded:
> ---
>  doc/protocols.texi | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index 3bfb75a..8e82ee2 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -701,6 +701,22 @@ 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
> +
> +SCTP implementation.

Maybe mention Stream Control Transmission Protocol between parentheses
(see HTTP).


> +

The accepted URL syntax is:

> + at example
> +sctp://@var{host}:@var{port}[?@var{options}]
> + at end example
> +

This protocol accepts the following options.

> + at table @option
> + at item listen
> +Listen for an incoming connection

if set to 1? What's the default value?

> +
> + at item max_streams
> +Set the maximum number of streams

Missing final dot. Also what is the default value?

LGTM otherwise, thanks.


More information about the ffmpeg-devel mailing list