Hiya,
I am trying to record a stream at a certain time, I've been able to do it for ages but recently the site upgraded their security and I haven't been able to. I believe it's because I don't know the secureToken of the stream/player. The player can be found here:
http://www.livesporton.net/secureplayer2.swf. I've downloaded and extracted it but all I could find that related to a security token was:
Code:
this._connection.call("secureTokenResponse", null, com.wowza.encryptionAS3.TEA.decrypt(evt.info.secureToken, config.token));
which I don't know what to do with.
Any help with how I can find the security token would be greatly appreciated.