Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

dumping Ilive.to

(http://stream-recorder.com/forum/showthread.php?t=16652)

gorilla.maguila 10-04-2013 12:03 AM

dumping Ilive.to


 
Hey guys,

Do you know how to dump ilive.to streamings?

It used to be possible to dump the streams getting a token from http://www.ilive.to/server.php but not anymore. Although it's still possible to get a token the server closes the connection.

Code:

rtmpdump -r rtmp://live.iguide.to/edge -y vsoui5hx1do3qon -W http://player.ilive.to/secure_player_ilive_z.swf --token "UYDk93k#09sdafjJDHJKAD873" --live --debug -p "http://www.ilive.to/view/49959/watch-live-SIC_Noticias-streaming-channel-for-free"

KSV 10-04-2013 02:58 AM

Re: dumping Ilive.to


 
try with
Code:

-T "I8772LDKksadhGHGagf#"

hasomaso 10-04-2013 02:59 AM

Re: dumping Ilive.to


 
test that

Code:

--token "I8772LDKksadhGHGagf#"

gorilla.maguila 10-04-2013 03:03 AM

Re: dumping Ilive.to


 
Thanks @KSV

Is the token from the server.php response modified in the swf file?

gorilla.maguila 10-04-2013 06:18 AM

Re: dumping Ilive.to


 
I answer myself. The token is obfuscated inside the swf.

I take the opportunity to ask you guys, how did you find the token? deobfuscating the swf? Or somehow you've found a method to reverse the process:

Recieve SecureToken()--->DecodeTEA()--->SendSecureResponse()

Thanks

Telofy 10-04-2013 09:23 AM

Re: dumping Ilive.to


 
I mostly just signed up to say thanks! The token from server.php still worked a few days ago; now it doesn’t seem to be as easy anymore.

In another thread, oelk said that you can find the token either by manipulating the code to output the calculated token, by using a debugger, or by using a “decryption” function in one’s own code.

Now I would like to be able to extract these tokens myself, but while I’m a software dev, I’m not versed in ActionScript/Flash programming. Are there any how-to guides, preferably for Linux, that describe the process? I’ve seen people in other threads ask the same question, but the search doesn’t seem to produce anything of the sort.

gorilla.maguila 10-04-2013 10:12 AM

Re: dumping Ilive.to


 
I've been thinking on it and I guess the most simple, feasible way would be to dissamble the swf put a "print" and assemble again.

For example in ilive.to's swf file we can see in assembly code:

Code:

43  getproperty          info //nameIndex = 249
 46  getproperty          secureToken //nameIndex = 1823
 49  getlex                undefined //nameIndex = 255
 52  ifeq                  L4

 56  getlocal0           
 57  getproperty          private::_connection //nameIndex = 239
 60  pushstring            "secureTokenResponse"  //stringIndex = 2382
 63  pushnull             
 64  getlex                com.wowza.encryptionAS3::TEA //nameIndex = 1068
67  getscopeobject        1
69  getslot              1
71  getproperty          info //nameIndex = 249
74  getproperty          secureToken //nameIndex = 1823
77  getlex                _a_-_--- //nameIndex = 3047
80  pushint              -1820302793        // 0x-6c7f9dc9
82  callproperty          _a_--_-- (1) //nameIndex = 2444
86  coerce_s             
87  callproperty          decrypt (2) //nameIndex = 1782
91  callpropvoid          call (3) //nameIndex = 195


Making a wild guess as I'm dont know match about actionscript translates to something like:

Code:

_connection.call("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken,        _a_-_---(-1820302793)));
Where _a_-_---() it's an obfuscated function. And maybe we can put something like trace(_a_-_---(-1820302793)) in assembly to show the computed token. (I think this method would also apply for coolsport)


@Telofy
I also work in linux and unfortunately there isn't much, you can try JPEXS Decompiler though. The best I've found it's Adobe swf investigator http://labs.adobe.com/technologies/swfinvestigator/

Telofy 10-04-2013 10:40 AM

Re: dumping Ilive.to


 
Hmmhmm, JPEXS is what I used, and it gives me:

Code:

if(evt.info.secureToken != undefined)
{
      this._connection.call("secureTokenResponse",null,TEA.decrypt(evt.info.secureToken,_a_-_---._a_--_--(-1820302793)));
}

The whole file “_a_-_---.as” looks like this:

Code:

package
{
  import flash.display.Sprite;
  import flash.utils.ByteArray;
  import flash.utils.Endian;


  public class _a_-_--- extends Sprite
  {
      {
        var _loc1_:* = true;
        var _loc2_:* = false;
      }

      public function _a_-_---() {
        var _loc1_:* = false;
        var _loc2_:* = true;
        super();
      }

      private static var _a_--_-:Class = _a_-_-__;

      private static var _a_--_:Class = _a_-_;

      private static var _a_-__:Class = _a_---;

      private static var _a_-____:Array = new Array();

      private static var _a_----:Array = new Array();

      private static var _a_-___-:Boolean = false;

      private static var _a_--:int;

      private static function _a_-_--() : void {
        var _loc7_:* = false;
        var _loc8_:* = true;
        var _loc1_:ByteArray = new _a_--_-() as ByteArray;
        var _loc2_:ByteArray = new _a_--_() as ByteArray;
        var _loc3_:ByteArray = new _a_-__() as ByteArray;
        _loc3_.endian = Endian.LITTLE_ENDIAN;
        _a_-- = _loc3_.readInt();
        var _loc4_:int = _loc2_.readByte();
        var _loc5_:* = 0;
        while(_loc5_ < _loc4_)
        {
            _a_-__-_(_loc2_);
            _loc5_++;
        }
        _loc4_ = _loc1_.readInt();
        var _loc6_:* = 0;
        while(_loc6_ < _loc4_)
        {
            _a_--__(_loc1_,_a_----[_loc6_ % _a_----.length]);
            _loc6_++;
        }
        _a_-___- = true;
      }

      private static function _a_--__(param1:ByteArray, param2:ByteArray) : void {
        var _loc6_:* = false;
        var _loc7_:* = true;
        var _loc3_:int = param1.readInt();
        var _loc4_:ByteArray = new ByteArray();
        param1.readBytes(_loc4_,0,_loc3_);
        var _loc5_:_a_-_-_ = new _a_-_-_(param2);
        _loc5_._a_---_(_loc4_);
        _loc4_.position = 0;
        _a_-____.push(_loc4_.readUTFBytes(_loc4_.length));
      }

      private static function _a_-__-_(param1:ByteArray) : void {
        var _loc3_:* = false;
        var _loc4_:* = true;
        var _loc2_:ByteArray = new ByteArray();
        param1.readBytes(_loc2_,0,16);
        _loc2_.position = 0;
        _a_----.push(_loc2_);
      }

      public static function _a_--_--(param1:int) : String {
        var _loc2_:* = false;
        var _loc3_:* = true;
        if(!_a_-___-)
        {
            _a_-_--();
        }
        return _a_-____[param1 ^ _a_--];
      }
  }

}

Welp. But if the OS is a problem, I can boot up a VM.

There were several “severe” errors during the decompilation, so I doubt the result plus print command could be recompiled again. Disassembling it seems like a good idea.

gorilla.maguila 10-04-2013 04:01 PM

Re: dumping Ilive.to


 
The decompiled “_a_-_---.as” from JPEXS doesn't make much sense at least for me. I've been playing with the deobfuscated functions/classes from JPEXS in a flex compiler and the result is that:

(Following the flow of)

Code:

if(evt.info.secureToken != undefined)
{
      this._connection.call("secureTokenResponse",null,TEA.decrypt(evt.info.secureToken,_a_-_---._a_--_--(-1820302793)));
}

After function:

Code:

public static function _a_--_--(param1:int) : String {
        var _loc2_:* = false;
        var _loc3_:* = true;
        if(!_a_-___-)
        {
            _a_-_--();
        }
        return _a_-____[param1 ^ _a_--];
      }

receives the integer -1820302793 and then calls:

Code:

private static function _a_-_--() : void {
        var _loc7_:* = false;
        var _loc8_:* = true;
        var _loc1_:ByteArray = new _a_--_-() as ByteArray;
        var _loc2_:ByteArray = new _a_--_() as ByteArray;
        var _loc3_:ByteArray = new _a_-__() as ByteArray;
        _loc3_.endian = Endian.LITTLE_ENDIAN;
        _a_-- = _loc3_.readInt();
        var _loc4_:int = _loc2_.readByte();
        var _loc5_:* = 0;
        while(_loc5_ < _loc4_)
        {
            _a_-__-_(_loc2_);
            _loc5_++;
        }
        _loc4_ = _loc1_.readInt();
        var _loc6_:* = 0;
        while(_loc6_ < _loc4_)
        {
            _a_--__(_loc1_,_a_----[_loc6_ % _a_----.length]);
            _loc6_++;
        }
        _a_-___- = true;
      }

the execution fails miserably at:

Code:

_a_-- = _loc3_.readInt();
As var _loc3_ is empty. Maybe JPEXS doesn't decompile the file in a proper way or maybe I'm missing something...

Next thing I'll try it's dissamble-->assemble with https://github.com/CyberShadow/RABCDAsm.

Ideas Welcome.

RedPenguin 10-04-2013 04:54 PM

Re: dumping Ilive.to


 
Well even though, my idea is going down a different path than you folks, I somewhat have found a way to get a fresh copy of the token on-the-fly.

I was looking at svnpenn's Hulu.sh script which takes a Hulu video url into Firefox, memory dumps it, then searches said dump for parameters.

I noticed you can do the exact same thing with ilive and the token is in the dump, but I currently am having issues with the regex to spit out the token to place in rtmpdump.

It appears the token is always before the words "Connection succeeded" so I should just need a regex that says "give me the alphanumeric with some symbols string right before Connecton succeeded".

I using gawk, sed, curl, wget, etc having my script already getting the tcURL, swfurl, & playpath.

I know this isn't the greatest in the world way of doing it, but I know it's possible at least.

Telofy 10-04-2013 05:41 PM

Re: dumping Ilive.to


 
That 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.

The complicated Firefox invocation avoids interference with running Firefoxies, dump-pid.sh comes from Server Fault, and the final grep is highly experimental, since I’ve only tested this once so far. Thanks!

gorilla.maguila 10-05-2013 04:24 AM

Re: dumping Ilive.to


 
Unfortunately it's not working for me.

Do you have any other conf in mms.cfg aside from:

Code:

ProtectedMode=0

RedPenguin 10-05-2013 05:08 AM

Re: dumping Ilive.to


 
Well 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.

evol 10-05-2013 07:07 AM

Re: dumping Ilive.to


 
DMW on another forum has just posted this http://ge.tt/7vL8zot/v/0?c

RedPenguin 10-05-2013 07:14 AM

Re: dumping Ilive.to


 
Quote:

Originally Posted by evol (Post 63566)
DMW on another forum has just posted this http://ge.tt/7vL8zot/v/0?c

Leave it to DMW to always create really cool things.

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.

gorilla.maguila 10-05-2013 10:44 AM

Re: dumping Ilive.to


 
So 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

Then grab a flash player with debug enabled. In my case Projector content debugger for linux from http://www.adobe.com/support/flashplayer/downloads.html. (The linux version it's only 32 bits so if you are running a 64 bit distro make sure you download the required lib32 libs, like lib32-alsa-plugins lib32-curl lib32-gtk2 lib32-libxt lib32-nss)


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

Now we are going to modify the Player.class.asasm to insert our trace method in assembly code:


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

which equals trace(a_-_---._a_--_--(-1820302793));

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

......

Now we assemble again:

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

Now we launch our flash debugger and open our modified swf file and we see:


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()

That's all folks

Telofy 10-05-2013 11:40 AM

Re: dumping Ilive.to


 
Wow, 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.

coolcar1 10-08-2013 08:54 AM

Re: dumping Ilive.to


 
Lol 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.

pwish 11-02-2013 05:43 AM

Re: dumping Ilive.to


 
Hi 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

hasomaso 11-02-2013 05:19 PM

Re: dumping Ilive.to


 
@pwish

you need secureToken for that
PM me

Telofy 12-23-2013 12:56 AM

Re: dumping Ilive.to


 
Seems like they switched back to the AJAX solution. Kind thanks for that. The tcUrl is a bit unintuitive now, rtmp://50.7.69.186/edge, and the token is Uk78nino. They can probably change this easily.

mominsana78 02-05-2014 02:41 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by Telofy (Post 64133)
Seems like they switched back to the AJAX solution. Kind thanks for that. The tcUrl is a bit unintuitive now, rtmp://50.7.69.186/edge, and the token is Uk78nino. They can probably change this easily.

Hi,
How I can find token , any software or guideline please?
Thanks.

mominsana78 02-05-2014 02:46 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by Telofy (Post 64133)
Seems like they switched back to the AJAX solution. Kind thanks for that. The tcUrl is a bit unintuitive now, rtmp://50.7.69.186/edge, and the token is Uk78nino. They can probably change this easily.

how to find token ?
any software or guideline ?
Thanks.

Telofy 02-05-2014 03:17 PM

Re: dumping Ilive.to


 
They haven’t changed it since my last post here. It’s still an AJAX request. Just open the network tab of your browser’s inspection or developer tools and look for a promising-looking file name. It seems to be server.php at the moment with the token abc109h3.

Also, careful, you double-posted.

mominsana78 02-06-2014 01:17 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by Telofy (Post 64574)
They haven’t changed it since my last post here. It’s still an AJAX request. Just open the network tab of your browser’s inspection or developer tools and look for a promising-looking file name. It seems to be server.php at the moment with the token abc109h3.

Also, careful, you double-posted.

thanks for guide but confused

network tab of your browser’s inspection or developer tools

is it inbuilt in firefox browser?(I am using it )
any application can read or find token directly?

Telofy 02-06-2014 03:10 PM

Re: dumping Ilive.to


 
Well, for now, you can just call up the the server.php. But they can change that any time.

Shift+Ctrl+I opens the Firefox developer tools thingy for me.


mominsana78 02-06-2014 03:47 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by Telofy (Post 64588)
Well, for now, you can just call up the the server.php. But they can change that any time.

Shift+Ctrl+I opens the Firefox developer tools thingy for me.


Got it thanks

freez 02-16-2014 03:25 PM

Re: dumping Ilive.to


 
please if any one can help Ilive is using new hard nut security system wich is string -a " " that changes every time in addetion to the ibfuscated token , so now any way is available to stream iLive like before ??!!!!!!!!!!!!!!!!

Telofy 02-16-2014 03:32 PM

Re: dumping Ilive.to


 
Yep, fixed that this morning. It works again when you obtain a fresh value for the xs parameter before connecting. E.g., in Bash: xs=$(curl http://www.ilive.to/view/[Insert your channel] 2> /dev/null | grep -o '_we_[^"]*'). (It may be bound to the IP address, not sure.) Otherwise nothing seems to have changed.

freez 02-16-2014 05:52 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by Telofy (Post 64809)
Yep, fixed that this morning. It works again when you obtain a fresh value for the xs parameter before connecting. E.g., in Bash: xs=$(curl http://www.ilive.to/view/[Insert your channel] 2> /dev/null | grep -o '_we_[^"]*'). (It may be bound to the IP address, not sure.) Otherwise nothing seems to have changed.

where it has been fixed ? u mean ? is that a script u r using it to obtain a fresh app string (-a) , how i shall use it , also can u please write down parameters to watch on vlc ?

jhb50 04-25-2014 04:48 PM

Re: dumping Ilive.to


 
Quote:

Well, for now, you can just call up the the server.php. But they can change that any time.
Well they have changed it to http://www.ilive.to/server2.php?id=1...=1398465212145
which displays the home page.
My former tools to access the token do not work.
Anyone know how to access the new token?

sandy187 04-26-2014 08:57 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by jhb50 (Post 67253)
Well they have changed it to http://www.ilive.to/server2.php?id=1...=1398465212145
which displays the home page.
My former tools to access the token do not work.
Anyone know how to access the new token?

This is what I use: (N = "whatever stream page data/source code" as a string)
Code:

Url = Regex.Match(N, "getJSON([A-Za-z0-9\/:.?=-_]+)").Groups(1).Value & "&_=" & (DateTime.UtcNow - New DateTime(1970, 1, 1, 0, 0, 0)).TotalSeconds

Token = Regex.Match(GETWInfo(U_:=Url), "token:([A-Za-z0-9\/:.?=-_]+)").Groups(1).Value

URL gets the server address and assigns the timecode.
Token gets the "token" of course.
GETWInfo is a webclient function. (I use vb12)

jhb50 04-27-2014 02:11 PM

Re: dumping Ilive.to


 
Can you post a working example. I don't understand what to use for N or how to execute your statements. Googleing vb12 and/or WGETInfo returns nothing.

sandy187 04-27-2014 03:28 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by jhb50 (Post 67285)
Can you post a working example. I don't understand what to use for N or how to execute your statements. Googleing vb12 and/or WGETInfo returns nothing.

Since I work with visual basic 12, If i provide the full working code how do you plan to use ? with what application or script

sandy187 04-28-2014 02:23 AM

Re: dumping Ilive.to


 
to much work and that is iguide, the streams are a little different than ilive.

try this and see if it works
just paste a url to appropriate textbox and press the button.

lesor 04-28-2014 03:43 AM

Re: dumping Ilive.to


 
Quote:

streams are a little different than ilive
Don't see much difference (I mean the token from the php file)


sandy187 04-28-2014 04:23 AM

Re: dumping Ilive.to


 
Quote:

Originally Posted by lesor (Post 67301)
Don't see much difference


ilive stream example:
Quote:

rtmp://watch2.ilive.to:1935/edge/_definst_/?xs=_we_aDVlb3ZhajFqZWVnbHVxfDEzOTg2ODA1NDN8MTkwLj IxMy4xNzYuMTIyfDUzNWUyYTc3ZDQ0MTB8NGMwNzZjN2U3YzRl ZTgzMTg2M2E0MWZiM2E4YWQyMzFhYWZhZjY2Yg../ -W http://cdn.ilive.to/player/player_ilive_2.swf -p http://www.ilive.to/view/38768/USA_N...stream-channel -y h5eovaj1jeegluq -T i6e4e2dddd5fa3566e408cadb0da4aab
iguide stream example:
Quote:

rtmp://31.7.56.202:1935/iguide/ -W http://cdn.iguide.to/player/secure_p...uide_token.swf -p http://www.iguide.to/view/15178/Eurosport -y wzrdy7ist914fes -T #ed%h0#w18623jsda6523lDGD
the token may change every couple of days/weeks but this key for ilive is always changing and makes it a little more challenging to use.
xs=_we_aDVlb3ZhajFqZWVnbHVxfDEzOTg2ODA1NDN8MTkwLj IxMy4xNzYuMTIyfDUzNWUyYTc3ZDQ0MTB8NGMwNzZjN2U3YzRl ZTgzMTg2M2E0MWZiM2E4YWQyMzFhYWZhZjY2Yg..

but i will admit that ilive is improving on protecting their streams.

jhb50 04-28-2014 11:35 AM

Re: dumping Ilive.to


 
Sandy, I'd like to keep this dialog via pm else they will keep changing their tokens, however you have blocked pms to you. Can you please unblock or pm me an email or your source code. Your program worked the first time but not since then.

sandy187 04-28-2014 12:22 PM

Re: dumping Ilive.to


 
Quote:

Originally Posted by jhb50 (Post 67318)
Sandy, I'd like to keep this dialog via pm else they will keep changing their tokens, however you have blocked pms to you. Can you please unblock or pm me an email or your source code. Your program worked the first time but not since then.

No it looks as if their servers were either down or overloaded as it started working again a few minutes ago, but they have changed their token, again.

jhb50 04-28-2014 04:27 PM

Re: dumping Ilive.to


 
Sandy I really do not want to do this dialog publicly. If you add me to your buddy list and authorize PMs for buddys then we can go offline and I can explain more and you can deauthorize me if the result is not of value to you.

The servers are working fine because rtmpdump runs and vlc plays the stream but your program does not display the resulting url and token in the window so there is some other problem. They are in fact changing the token every 500 seconds so I need your source to both fix the problem and to create a command line version so I can run it dynamically and fetch the generated url so my program can fetch the stream and play it on my TV.


All times are GMT -6. The time now is 01:42 PM.