View Single Post
  #39  
Old 12-07-2011, 01:49 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Download ITV Player using RTMPDump?


Quote:
Originally Posted by Bahman View Post
^ok, but how can I find swfsize and swfhash?
"swfsize" should be decompiled size of swf file?
1. Decompress SWF player, it gives you SWFSize in bytes
flasm -x "player.swf"

2. Generate the hash, it gives you SWFHash
openssl sha -sha256 -hmac "Genuine Adobe Flash Player 001" "player.swf"
openssl flasm

--swfsize 990750
--swfhash b6c8966da3f49610be7178b01ca33d046bbf915e2908d9dafe 11e4b042d8eeea
Reply With Quote