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