Commit f9739a34 authored by Andrey Utkin's avatar Andrey Utkin Committed by Michael Niedermayer

Document "crypto" protocol

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c16496c3
...@@ -85,6 +85,25 @@ ffplay concat:split1.mpeg\|split2.mpeg\|split3.mpeg ...@@ -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 Note that you may need to escape the character "|" which is special for
many shells. 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 @section data
Data in-line in the URI. See @url{http://en.wikipedia.org/wiki/Data_URI_scheme}. Data in-line in the URI. See @url{http://en.wikipedia.org/wiki/Data_URI_scheme}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment