View Single Post
  #18  
Old 09-17-2011, 12:58 PM
mckv mckv is offline
Senior Member
 
Join Date: Mar 2011
Posts: 104
mckv is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


MaxMustermann, i'm not seeing any token in there.

you can also use RABCDAsm to decompile the swf https://github.com/CyberShadow/RABCDAsm/downloads
(using powershell)
.\abcexport.exe .\player.swf
.\rabcdasm.exe .\player-0.abc
cd .\player-0
dir -recurse | select-string -pattern "secureTokenResponse"
then check the files it finds
Reply With Quote