[FFmpeg-devel] [PATCH 4/4] Document "srtp" protocol

Stefano Sabatini stefasab at gmail.com
Fri Jun 21 17:50:46 CEST 2013


On date Wednesday 2013-06-19 08:21:00 +0300, Andrey Utkin encoded:
> ---
>  doc/protocols.texi | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index df0a9ac..876223f 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -716,6 +716,21 @@ If set to any value, listen for an incoming connection. Outgoing connection is d
>  Set the maximum number of streams. By default no limit is set.
>  @end table
>  
> + at section srtp
> +
> +Secure Real-time Transport Protocol.
> +
> +The accepted options are:
> + at table @option
> + at item srtp_in_suite
> + at item srtp_out_suite
> +Input and output encoding suites. Supported values are: AES_CM_128_HMAC_SHA1_80, SRTP_AES128_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32, SRTP_AES128_CM_HMAC_SHA1_32.
> +
> + at item srtp_in_params
> + at item srtp_out_params
> +Input and output encoding parameters. Base64-encoded representation of binary block. First 16 bytes of this binary block are used as master key, following 14 bytes are used as master salt.
> + at end table
> +
>  @section tcp

Slightly re-edited and applied, thanks.
-- 
FFmpeg = Fascinating Friendly MultiPurpose Enchanting Generator


More information about the ffmpeg-devel mailing list