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)

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 05:56 PM.