View Single Post
  #157  
Old 10-16-2016, 07:28 PM
serhii serhii is offline
Junior Member
 
Join Date: Oct 2016
Posts: 4
serhii is on a distinguished road
Default

Re: RTMPE stream recording/downloading/capturing/ripping/saving


Quote:
Originally Posted by Denn1s View Post
I had to use JPEXS Free Flash Decompiler. JPEXS was able to see the bytecode which was obfuscated and it gave me the right size. FLASM was not able to decompress the SWF. Then with JPEXS i saved the decompressed SWF, and i calculated the hash on the decompressed SWF with OPENSSL
I've calculated hash for decompressed swf file and use this command line:
rtmpdump -r "rtmpe://93.189.62.10/xlive/298624" -a xlive --playpath 298624 -p "http://sportstream365.com/viewer?game=95823507" --swfhash "042af76145f3e90bca539aa9287545988921c41d4b566139a c5dc5a63c48a5df" --swfsize 550665 --swfUrl "http://sportstream365.com/swf/VideoPlayer.swf" -f "WIN 23,0,0,162" -C S:client -C S:3.1.0.10 -C S:en -o test

And have:
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
0.000 kB / 0.00 sec
INFO: Connection timed out, trying to resume.


Resuming download at: 0.000 kB
0.000 kB / 0.00 sec
Download complete
Reply With Quote