Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: Secure token issueQuote:
|
#12
|
|||
|
|||
Re: Secure token issueOk time to fix this, and seal the player, wait there ah and remember, ovcast_live_streaming token was dumb for a reason!
|
#13
|
|||
|
|||
Re: Secure token issueQuote:
Thanks for your help and suggestions! |
#14
|
|||
|
|||
Re: Secure token issueYou failed the first time, you will fail again.
|
#15
|
|||
|
|||
Re: Secure token issueOk, since TEA encryption is a pretty old standard, and if i start using AES with a dynamic key based on UTC on server and on player, are you sure that you can find it?
No my friend, im not stupid, and believe im better than you. Wait for it. |
#16
|
|||
|
|||
Re: Secure token issueWill give it my damn best to crack your crap!
|
#17
|
|||
|
|||
Re: Secure token issueHi,
datas you can find in AS part of the file. Code:
private var _typeOfServer:String; private var _typeOfServerAccepted:String = "937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f"; private var _video:Video; private var _loading:Boolean = false; private var _afterLoading:Function = null; private var _typeOfSmoothStream:String = "165269f7b36c725e8f4a34008a7d1ffd2cd01ba60fab039323f3de76da42d305"; public function RTMPMediaProvider(param1:Boolean = true) --------- trait Qname(PrivateNamespace("com.longtailvideo.jwplayer.media:RTMPMediaProvider"),"_typeOfServerAccepted") slot slotid 0 type Qname(PackageNamespace(""),"String") value Utf8("937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f") --------- if(param1.info.secureToken != undefined) { _typeOfServer = TEA.decrypt(_typeOfServerAccepted,"0x0000"); _loc6_ = TEA.decrypt(param1.info.secureToken,_typeOfServer); _connection.call("secureTokenResponse",null,_loc6_); ExternalInterface.call("console.log","Anti-Theft Player v.1.1 (info@rte.pm)"); --------- 937a417fd8b8aaa672743035cd18f1d9b31c82f628c1600f 0x0000 = ovcast_live_streaming --------- _application = TEA.decrypt(_typeOfSmoothStream,"0x0020"); --------- 165269f7b36c725e8f4a34008a7d1ffd2cd01ba60fab039323f3de76da42d305 0x0020 = rtmpe://l.mybeststream.xyz/r/ --------- |
#18
|
|||
|
|||
Re: Secure token issueHmm hmm, yeah yeah...
Try now. PS: Next time if someone crack it, the code will be obfuscated, and i'll put some entropy among the generation process. |
#19
|
|||
|
|||
Re: Secure token issueHi,
your streams are no more working now and player in browser loads endless. Other streams of deltatv are working.I get this... (can't post all values correctly and in one line in code tags below) Code:
?‹e w?g3G“?§™s; f €™Ä?¨ Code:
PLEASE, **** MY BIG HEAD ****, I TOLD YOU I'M BETTER THAN YOU! greetz |
#20
|
|||
|
|||
Re: Secure token issueQuote:
|
Tags: obfuscated, rtmpdump, token |
Thread Tools | |
Display Modes | |
|
|