summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2013-06-19 08:17:58 +0300
committerMichael Niedermayer <michaelni@gmx.at>2013-06-20 03:01:22 +0200
commitf9739a34ad53b05b8a02afdc589f241e425351f8 (patch)
treeea97ba4b0063d0582afa3242b608cd105d439a9a /doc
parentc16496c3770fa083472ab86146c18dc96c1feea7 (diff)
Document "crypto" protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 911e5550e2..6d88344b19 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -85,6 +85,25 @@ ffplay concat:split1.mpeg\|split2.mpeg\|split3.mpeg
Note that you may need to escape the character "|" which is special for
many shells.
+@section crypto
+
+AES-encrypted stream reading protocol.
+
+The accepted options are:
+@table @option
+@item key
+Set the AES decryption key binary block from given hexadecimal representation.
+
+@item iv
+Set the AES decryption initialization vector binary block from given hexadecimal representation.
+@end table
+
+Accepted URL formats:
+@example
+crypto:@var{URL}
+crypto+@var{URL}
+@end example
+
@section data
Data in-line in the URI. See @url{http://en.wikipedia.org/wiki/Data_URI_scheme}.