diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-08-13 17:05:00 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 10:37:34 +0300 |
commit | 635ac8e1be91e941908f85642e4bbb609e48193f (patch) | |
tree | e81324262a103c42567e1577e9a37d88ea639a89 /doc/protocols.texi | |
parent | 661454aa28eef9dfaa6550f1dbc3f195597b1001 (diff) | |
download | ffmpeg-635ac8e1be91e941908f85642e4bbb609e48193f.tar.gz |
rtmp: Add support for SWFVerification
Specifies how the server verifies client SWF files before allowing the
files to connect to an application. Verifying SWF files is a security
measure that prevents someone from creating their own SWF files that can
attempt to stream your resources.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index bf67d89ad3..bdb3e8cae1 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -242,6 +242,12 @@ Name of live stream to subscribe to. By default no value will be sent. It is only sent if the option is specified or if rtmp_live is set to live. +@item rtmp_swfhash +SHA256 hash of the decompressed SWF file (32 bytes). + +@item rtmp_swfsize +Size of the decompressed SWF file, required for SWFVerification. + @item rtmp_swfurl URL of the SWF player for the media. By default no value will be sent. |