Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#151
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingHello, before all, sorry for my bad english.
Since last week i am not able anymore to use rtmpdump with site "sportstream365.com". Before i was using RTMPdumphelper and I had no problem at all. Now i get this I read a lot of posts on the forum and I thought that the message "failed to read RTMP packet header" comes when there is a token to insert in RTMPdump. I saved the player swf (videoplayer.swf in this case) and i decompiled it with JPEXS Free Flash Decompiler. I looked for the securetoken inside the decomipled code but i could not find it... but I am not sure if i did everything right... anyone who is more expert than me could help? To try is enough to pick any game in "sportstream365.com" Maybe the SWF is obfuscated? But i was able to read everything inside.... or maybe there is a different problem... Thx to everyone who will help me |
#152
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
|
#153
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
|
#154
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingCan anyone help me with this rtmpe? I can't find the path to the stream.
http://freehdsport.com/bt2.html |
#155
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingI 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
|
#156
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
|
#157
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
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 |
#158
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
Code:
rtmpe://80.82.78.21/live?wmsAuthSign=c2VydmVyX3RpbWU9MTAvMTcvMjAxNiA3OjE3OjQ5IEFNJmhhc2hfdmFsdWU9M0FvaWhPeGVFOC9IQmF4VGNyOGxoZz09JnZhbGlkbWludXRlcz0xMA==/wQkRfG8ebJ_1116 Edit: I got it working. I had to try another server ip for some reason. Last edited by interman_1 : 10-17-2016 at 07:37 PM. |
#159
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
You should replace with this: -w "acce61a32c381bdf1f5c00b699aa094643c20aa6f7a14fde1 d3c457e121b0014" -x "534984" Anyway, if you want to get the result for your satisfaction, you have to do what i said before: decompress with jpexs and save it. and the calculate the hash with openssl |
#160
|
|||
|
|||
Re: RTMPE stream recording/downloading/capturing/ripping/savingQuote:
|