Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2013-06-19 09:21:00 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-06-21 19:47:19 +0400
commit3857aea6d9603c18d47aa6c82e38a0a172a485ae (patch)
tree32167cb353af3f99b4298261c16b1497b6b49cbd /doc/protocols.texi
parent659df32a9d8984081ccd54adc3aee7daeb33388d (diff)
doc/protocols: document "srtp" protocol
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index df0a9ace95..21f8f17588 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -716,6 +716,32 @@ 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
+@section srtp
+
+Secure Real-time Transport Protocol.
+
+The accepted options are:
+@table @option
+@item srtp_in_suite
+@item srtp_out_suite
+Select input and output encoding suites.
+
+Supported values:
+@table @samp
+@item AES_CM_128_HMAC_SHA1_80
+@item SRTP_AES128_CM_HMAC_SHA1_80
+@item AES_CM_128_HMAC_SHA1_32
+@item SRTP_AES128_CM_HMAC_SHA1_32
+@end table
+
+@item srtp_in_params
+@item srtp_out_params
+Set input and output encoding parameters, which are expressed by a
+base64-encoded representation of a binary block. The first 16 bytes of
+this binary block are used as master key, the following 14 bytes are
+used as master salt.
+@end table
+
@section tcp
Trasmission Control Protocol.