Wow! really thanks you man!!
this code worked for me (obviously with the correct match data):
Code:
rtmpdump -r "rtmpe://93.189.62.10:1935/xlive" -a "xlive?vi=736124&" -f "WIN 26,0,0,131" -s "https://ar.1xbet.com/getZone/VideoPlayer.swf" -w "0ae480d0f1813574d803837d659c748d993899903b5adf85265513721c59ef2f" -x 600494 -p "https://ar.1xbet.com/" -C S:client -C S:3.0.3.23 -C S:en -C O:1 -C NB:disAllowScriptAccess:0 -C O:0 --live -y "raw:736124" -o "2017-07-17_07-07-59_raw_736124.flv"
I have one more question, im trying to learn this for further cases, how do you get this, so i:
- i've downloaded the "VideoPlayer.swf"
- checked the SHA-256 by this (but i get different of yours):
Code:
$ openssl sha -sha256 VideoPlayer.swf
SHA256(VideoPlayer.swf)= 76bb7337471558e104a1248bcac8c447e0d13f36dda2e798d6e5c73e8da1986b
- UnCompress By swfunzip.py (a library that i found in google for macosx):
Code:
$ python swfunzip.py VideoPlayer.swf now.swf
info : Input file: VideoPlayer.swf
info : Output file: now.swf
info : Reading VideoPlayer.swf
info : lzma compressed swf detected.
info : Filesize in signature: 600494
info : Filesize decompressed: 600494 <<< I GET THIS SIZE OK!!
info : Generating uncompressed data
File decompressed, size increased: 110%
- BUT WHEN i try to know the SHA-256 is not the same as you send me:
Code:
$ openssl sha -sha256 now.swf
SHA256(now.swf)= 057abc658dd65dc11957f16e1302b9373e9737e90dc68132a058a907a232d328
im doing something wrong? because i've tried this sha-256 and doesn't work, and with yours hash it works well!
Really thanks you!