[FFmpeg-devel] [PATCH 4/4] Document "srtp" protocol
Andrey Utkin
andrey.krieger.utkin at gmail.com
Sat Jun 15 22:03:41 CEST 2013
---
doc/protocols.texi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 8e82ee2..035ba1b 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -717,6 +717,21 @@ Listen for an incoming connection
Set the maximum number of streams
@end table
+ at section srtp
+
+SRTP implementation.
+
+The accepted options are:
+ at table @option
+ at item srtp_out_suite
+ at item srtp_out_params
+ at item srtp_in_suite
+ at item srtp_in_params
+ at end table
+Options are passed not as URL parameters.
+In case of command line usage, they are passed as command line arguments.
+In case of avio_open2() usage, they are passed as last parameter, AVDictionary **options.
+
@section tcp
Trasmission Control Protocol.
--
1.8.1.5
More information about the ffmpeg-devel
mailing list