Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f9739a34
Commit
f9739a34
authored
Jun 19, 2013
by
Andrey Utkin
Committed by
Michael Niedermayer
Jun 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document "crypto" protocol
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c16496c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
protocols.texi
doc/protocols.texi
+19
-0
No files found.
doc/protocols.texi
View file @
f9739a34
...
@@ -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}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment