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: dumping Ilive.toThat method seems very promising. The hulu.sh script is written for Cygwin, but I borrowed a little from it.
Code:
$ MOZ_DISABLE_OOP_PLUGINS=1 firefox -no-remote -profile . <URL> [1] 30552 $ ./dump-pid.sh 30552 $ strings -10 *.dump | grep -B 1 "Connection succeeded\." I8772LDKksadhGHGagf# Connection succeeded. |
#12
|
|||
|
|||
Re: dumping Ilive.toUnfortunately it's not working for me.
Do you have any other conf in mms.cfg aside from: Code:
ProtectedMode=0 |
#13
|
|||
|
|||
Re: dumping Ilive.toWell I am having issues myself, but it's very bizarre.
I am using the following script: http://goo.gl/XJv0UU Winstrings is simply the strings.exe from SysInternals, a Win version of strings, as strings -10 from above was taking forever in Cygwin. Also I did two grep lines because for some reason in hex, sometimes the token is before "Connection succeeded" while other times it seems to be after, instead. It works perfectly on my Win 7 64-bit desktop, tested at least 5 times. Yet if I try it on my XP Pro 32-bit, Laptop Win 8 64-bit, or my Vista 64-bit, they all fail. Something seems to be failing at the dump of Firefox because opening the said dumps in HxD definitely does not show the token. I am just confused how the exact same script and even using the exact same baby-cygwin on each PC would cause such behavior. EDIT: It appears that I simply wasn't providing enough sleep between dump and kill Firefox, which was causing it to sometimes get the token and sometimes not, but it still once in a while doesn't get the token. I hope to find a more consistent approach as this will cause serious issues with scheduled recordings. Last edited by RedPenguin : 10-05-2013 at 08:09 AM. |
#14
|
|||
|
|||
Re: dumping Ilive.toDMW on another forum has just posted this http://ge.tt/7vL8zot/v/0?c
|
#15
|
|||
|
|||
Re: dumping Ilive.toQuote:
Thanks again for the link. I know I probably would have seen it anyway on the other forum, but my method was driving me insane, LoL. |
#16
|
|||
|
|||
Re: dumping Ilive.toSo here goes another method:
Disassembly / Assembly Method: First modify you mms.cfg like this as we want to see the output of the trace() method. Code:
#Hardware video decoding #EnableLinuxHWVideoDecode=1 ProtectedMode=0 ErrorReportingEnable=1 TraceOutputFileEnable=1 MaxWarnings=50 AS3Trace=1 Now we are going to disassemble the swf file insert a print and assembly again. I'm going to use https://github.com/CyberShadow/RABCDAsm. In this case we want to see the output of the function _a_-_---._a_--_--(-1820302793) The trace it's going to be inserted in the PlayerSetup class so we only have to open the swf file to trigger our trace. Now we disassemble: Code:
$ abcexport secure_player_ilive_z.swf $ rabcdasm secure_player_ilive_z-1.abc Code:
findpropstrict QName(PackageNamespace(""), "trace") getlex QName(PackageNamespace("", "#0"), "_a_-_---") pushint -1820302793 callproperty QName(PackageNamespace("", "#1"), "_a_--_--"), 1 coerce_s callpropvoid QName(PackageNamespace(""), "trace"), 1 We want to trigger this trace as soon as the swf it's opened so we insert it in Player.class.asasm like this: Code:
class refid "com.longtailvideo.jwplayer.player:Player" instance QName(PackageNamespace("com.longtailvideo.jwplayer.player"), "Player") extends QName(PackageNamespace("flash.display"), "Sprite") implements Multiname("IPlayer", [PackageNamespace("com.longtailvideo.jwplayer.player")]) implements Multiname("IGlobalEventDispatcher", [PackageNamespace("com.longtailvideo.jwplayer.events")]) flag SEALED flag PROTECTEDNS protectedns ProtectedNamespace("com.longtailvideo.jwplayer.player:Player") iinit refid "com.longtailvideo.jwplayer.player:Player/instance/init" flag NEED_ACTIVATION body maxstack 4 localcount 3 initscopedepth 10 maxscopedepth 15 code getlocal0 pushscope newactivation newfunction "com.longtailvideo.jwplayer.player:Player/instance/init/inline_method" pop findpropstrict QName(PackageNamespace(""), "trace") getlex QName(PackageNamespace("", "#0"), "_a_-_---") pushint -1820302793 callproperty QName(PackageNamespace("", "#1"), "_a_--_--"), 1 coerce_s callpropvoid QName(PackageNamespace(""), "trace"), 1 jump L9 ...... Code:
$ rabcasm secure_player_ilive_z-1/secure_player_ilive_z-1.main.asasm $abcreplace secure_player_ilive_z.swf 1 secure_player_ilive_z-1/secure_player_ilive_z-1.main.abc Code:
I8772LDKksadhGHGagf# Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime. at Error$/throwError() at flash.external::ExternalInterface$/addCallback() at com.longtailvideo.jwplayer.controller::Controller/preRollAdLoad() at com.longtailvideo.jwplayer.controller::Controller/setupPlayer() at com.longtailvideo.jwplayer.player::Player/setupPlayer() |
#17
|
|||
|
|||
Re: dumping Ilive.toWow, now we have three different methods! Awesome! (Yet the stream was down at the precise moment I needed it. :-P)
And to answer that question from much earlier, I didn’t touch any file “mms.cfg”; I don’t even seem to have one on my system. |
#18
|
|||
|
|||
Re: dumping Ilive.toLol I'm a noob at coding/decoding this secure tokens. I'm willing to pay $5 to who ever can teach me personalty in teamviewer. PM ME.
|
#19
|
|||
|
|||
Re: dumping Ilive.toHi all,
I was trying to download iguide.to links. Unfortunately looks like they Any one know how to get Iguide.to token? Example link = http://www.iguide.to/view/3/ Thanks |
#20
|
|||
|
|||
Re: dumping Ilive.to@pwish
you need secureToken for that PM me |
Tags: ilive, securetoken |
Thread Tools | |
Display Modes | |
|
|