Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Secure token issueHello everyone!
I'm trying to catch rtmpe streams from the site mybeststream.xyz So far, I haven't got problems to capture streams from this platform. But since a few days, something has changed (I guess they must have added some token) Here is an example: Code:
rtmpdump -v -r "rtmpe://l.mybeststream.xyz/r/" -a "r/" -y "dolcehdw619" -W "http://mybeststream.xyz/MjJiYmQ3MjI0ZWVkZTYzZmNlYTkzM2M0OTcyZjVhMGZlMzAzN2/jwplayer.flash.swf" live=1 -p "http://mybeststream.xyz/gen_s.php?id=27281&width=710&height=440" Once this stream worked nicely. Now, instead, I systematically get the error message "RTMP_ReadPacket, failed to read RTMP packet header" (typical error due to secure tokens) Likewise, all the other streams from this platform don't work anymore for the same issue. Any help (you can send me a pm, if you like) would be appreciated. Thanks in advance! P.S: notice that the SWF path changes dynamically. So if you need to analyze the swf file, I have uploaded it here: http://speedy.sh/sw8RR/jwplayer.flash.swf Last edited by spacechild : 08-22-2015 at 11:19 AM. |
#2
|
|||
|
|||
Re: Secure token issueHahah I like to see the people crying now trying to fuck my servers bandwidth for restream or KODI
Good luck trying to rip my streams now. |
#3
|
|||
|
|||
Re: Secure token issueAre you stupid? i'm pretty sure if i can rip from Amazon i can rip your shitty SD Streams.
|
#4
|
|||
|
|||
Re: Secure token issueCode:
rtmpdump -r "rtmpe://l.mybeststream.xyz/r/" -a "r/" -f "WIN 18,0,0,232" -W "http://mybeststream.xyz/YjdlYTI1ZjM5ZGRiYThhNmQ1NzRkM2IzNDQxY2UxNDZlY2Q2NW/jwplayer.flash.swf" -p "http://mybeststream.xyz/gen_s.php?id=27281&width=710&height=440" -y "dolcehdw619" -T "ovcast_live_streaming" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
#5
|
|||
|
|||
Re: Secure token issueQuote:
|
#6
|
|||
|
|||
Re: Secure token issueWhat are you using there to find it if you dont mind me asking?
|
#7
|
|||
|
|||
Re: Secure token issuegdb on linux or winhex on windows
and again good job! |
#8
|
|||
|
|||
Re: Secure token issueMust give credit to @denobis as one of his many tools helped me to find the token.
|
#9
|
|||
|
|||
Re: Secure token issueQuote:
What are you using there to find it if you dont mind me asking? |
#10
|
|||
|
|||
Re: Secure token issueQuote:
if you look the flash within you'll see that the token is computed so: private var _typeOfServerAccepted:String = "937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f" ; _typeOfServer = TEA.decrypt(_typeOfServerAccepted,"0x0000"); "937a417fd8b8aaa672743035cd18f1d9b31c82f628c16 00f" as securetoken "0x0000" as key. not 100% sure how denobis found the 937a417xxx part. |
Tags: obfuscated, rtmpdump, token |
Thread Tools | |
Display Modes | |
|
|