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

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


---
 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
 
 Trasmission Control Protocol.
-- 
1.8.1.5



More information about the ffmpeg-devel mailing list