View Single Post
  #18  
Old 10-10-2011, 02:37 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: streami.tv - How to watch live with rtmpdump


Quote:
Originally Posted by chap View Post
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.
Reply With Quote