summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-08-13 17:05:00 +0200
committerMartin Storsjö <martin@martin.st>2012-08-15 10:37:34 +0300
commit635ac8e1be91e941908f85642e4bbb609e48193f (patch)
treee81324262a103c42567e1577e9a37d88ea639a89 /doc/protocols.texi
parent661454aa28eef9dfaa6550f1dbc3f195597b1001 (diff)
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.texi6
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.