1x BET: Rtmpdump maybe token?Hi guys, this is my first post here, i've been trying to get this rtmpe, i've read all the threads but im getting crazy, maybe you can help me:
website with all live streamings https://ar.1xbet.com/es/live/ if you get an free account, you can see, if not use this: u: 19676295 / p: vp7funtu So, always is the same structure for all streamings, with rtmpsuck i get: Code:
Streaming on rtmp://0.0.0.0:1935 p.d:I've also used wireshark to sniff, but it's encrypted, so I couldnt I really appreciate your responses! Code:
MM2015:nodejs matias$ rtmpdump -r "rtmp://93.189.57.254:1935/xlive?vi=735320&" -f "MAC 26,0,0,137" -W "https://ar.1xbet.com/getZone/VideoPlayer.swf" --live -y "xlive?vi=735320&" -z -o pepe.mp4 |
Re: 1x BET: Rtmpdump maybe token?Your command line is missing few parameters.
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" Code:
RTMPDump v2.4 GIT-2015-12-23 (Compiled by KSV) |
Re: 1x BET: Rtmpdump maybe token?Hi,
You dont use a playpath what means rtmpsuck did fail to get entire streaming datas.The playpath you do use is a part of app.If rtmpsuck fail then you need to find the needed stream paramters manually.A quick way to do this is checking the memory (HxD or Wireshark etc).If I check your site you did postet (checking any stream) then playpath is looking like that... Code:
mp4:xgame4_725804_360 Code:
-v Code:
url: https://ar.1xbet.com/getZone/VideoPlayer.swf Code:
decompressed size: 600494 Code:
-v Code:
--swfUrl|-s url URL to player swf file PS: To deompress LZMA in swf you can use tools like SWF ID and to calc the SHA256 (with HMAC) you can use PoweShell or also a hash tool what has that feature and for quick memory checks you can use HxD. greetz |
Re: 1x BET: Rtmpdump maybe token?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've downloaded the "VideoPlayer.swf" - checked the SHA-256 by this (but i get different of yours): Code:
$ openssl sha -sha256 VideoPlayer.swf Code:
$ python swfunzip.py VideoPlayer.swf now.swf Code:
$ openssl sha -sha256 now.swf Really thanks you! |
Re: 1x BET: Rtmpdump maybe token?it's hmac on the decompressed swf file
Code:
openssl sha256 -hmac "Genuine Adobe Flash Player 001" now.swf |
Re: 1x BET: Rtmpdump maybe token?Oh, i get it :)
Thank you very much, I really appreciate your answers! |
Re: 1x BET: Rtmpdump maybe token?KSV,
Let the subject of this thread aside, I noticed that your rtmpdump version is: RTMPDump v2.4 GIT-2015-12-23 (Compiled by KSV) and mine is: C:\MISC>rtmpdump RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[:port]/playpath") containing a hostname Did I miss right download link somewhere for the latest release? My Ubuntu also has it wrong: j@j:~$ rtmpdump RTMPDump v2.4 KSV-2015-12-14 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL ERROR: You must specify a hostname (--host) or url (-r "rtmp://host[ort]/playpath") containing a hostname j@j:~$ |
Re: 1x BET: Rtmpdump maybe token?You have the latest public release, the owner's compilation may have a different date.
|
Re: 1x BET: Rtmpdump maybe token?KSV,
What do you say to that? Am I asking something that I should not be asking? |
Re: 1x BET: Rtmpdump maybe token?I haven't looked into rtmdump project for a longtime so public release binaries may not be based upon latest commits. Taking a look at the last commits into rtmpdump upstream, they were released few days after my last public release. I am sure if you apply my patch file over the last commit, it should apply without any problem.
Your Ubuntu version is just showing the string you used at the compile time. If you have compiled your binary after the last commit (23/12/2015), you already have the latest code in your binary. |
All times are GMT -6. The time now is 01:17 PM. |