06-19-2009, 08:38 AM
|
|
Re: SWF Verification of RTMPE stream: How to get SWFHash
According to RTMPDump 1.6 Readme by Andrej Stepanchuk:
Quote:
Download the swf player you want to use for SWFVerification, unzip it using
Code:
$ flasm -x file.swf
It will show the decompressed filesize, use it for --swfsize
Now generate the hash
Code:
$ openssl sha -sha256 -hmac "Genuine Adobe Flash Player 001" file.swf
and use the --swfhash "01234..." option to pass it. e.g.
Code:
$ ./rtmpdump --swfhash "123456..." --swfsize 987...
|
|