Quote:
Originally Posted by chap
nullacht
how do you calculate this data?Thanks.
|
Quote:
Softwares required : curl, openssl, flasm
Command :
1. Download SWF player
curl -x "http://www.player.swf" -o "player.swf"
2. Decompress SWF player, it gives you SWFSize in bytes
flasm -x "player.swf"
3. Generate the hash, it gives you SWFHash
openssl sha -sha256 -hmac "Genuine Adobe Flash Player 001" "player.swf"
|
SWFSize is used in
RTMPdump with -x parameter and SWFHash with -w parameter.
