Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #31  
Old 04-25-2014, 05:48 PM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

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?
Reply With Quote
  #32  
Old 04-26-2014, 09:57 PM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

Re: dumping Ilive.to


Quote:
Originally Posted by jhb50 View Post
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)

Last edited by sandy187 : 04-27-2014 at 01:26 AM.
Reply With Quote
  #33  
Old 04-27-2014, 03:11 PM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

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.
Reply With Quote
  #34  
Old 04-27-2014, 04:28 PM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

Re: dumping Ilive.to


Quote:
Originally Posted by jhb50 View Post
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
Reply With Quote
  #35  
Old 04-28-2014, 03:23 AM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

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.

Last edited by sandy187 : 04-28-2014 at 06:45 AM. Reason: fixed a mistake I made of not clearing some values in iToken
Reply With Quote
  #36  
Old 04-28-2014, 04:43 AM
lesor lesor is offline
Member
 
Join Date: Feb 2011
Posts: 65
lesor is on a distinguished road
Default

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)


Last edited by lesor : 04-28-2014 at 05:33 AM.
Reply With Quote
  #37  
Old 04-28-2014, 05:23 AM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

Re: dumping Ilive.to


Quote:
Originally Posted by lesor View Post
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.
Reply With Quote
  #38  
Old 04-28-2014, 12:35 PM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

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.
Reply With Quote
  #39  
Old 04-28-2014, 01:22 PM
sandy187 sandy187 is offline
Junior Member
 
Join Date: Jan 2013
Location: Caribbean
Posts: 16
sandy187 is on a distinguished road
Default

Re: dumping Ilive.to


Quote:
Originally Posted by jhb50 View Post
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.
Reply With Quote
  #40  
Old 04-28-2014, 05:27 PM
jhb50 jhb50 is offline
Member
 
Join Date: Nov 2011
Posts: 54
jhb50 is on a distinguished road
Default

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.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:24 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons