diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-08-15 16:11:50 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-15 22:05:36 +0300 |
commit | 93f257db6b818896e58c708d3c2ec4b8cb0c7b00 (patch) | |
tree | 88a56d9f108b69ceea84de98ec4341a6bc107333 /doc | |
parent | 635ac8e1be91e941908f85642e4bbb609e48193f (diff) | |
download | ffmpeg-streaming-93f257db6b818896e58c708d3c2ec4b8cb0c7b00.zip ffmpeg-streaming-93f257db6b818896e58c708d3c2ec4b8cb0c7b00.tar.gz |
rtmp: Automatically compute the hash for SWFVerification
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index bdb3e8c..ea5706f 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -251,6 +251,9 @@ 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. +@item rtmp_swfverify +URL to player swf file, compute hash/size automatically. + @item rtmp_tcurl URL of the target stream. Defaults to proto://host[:port]/app. |