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

Decompile security token of live247.tv

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

scheels 04-22-2012 10:09 PM

Decompile security token of live247.tv


 
Hello all,

I found this forum in search for answers. I've found some great information and would like to thank the community for such hard work. I do however have an issue with a feed that I am trying to dump. The streamer uses a Wowza security token to protect his feed(s). I was hoping someone here could help me find this key and link me to the software they used to do it.

If you feel it's not your job to do this, but still can I am willing to send some money via Paypal. Just message me in private about it.


Here is the full code for the feed:

Code:

<div href="q1" style="position: fixed; top: 0px; right: 0px; width: 100%; height: 100%;" id="wowza"><object id="wowza_api" data="http://cf.live247.tv/flow/flowplayer.commercial-3.2.7.swf" type="application/x-shockwave-flash" height="100%" width="100%"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="quality" value="high"><param name="cachebusting" value="false"><param name="bgcolor" value="#000000"><param name="flashvars" value="config={&quot;key&quot;:&quot;#$73420dfe7070964481f&quot;,&quot;canvas&quot;:{&quot;backgroundGradient&quot;:&quot;none&quot;,&quot;backgroundColor&quot;:&quot;#000000&quot;},&quot;clip&quot;:{&quot;provider&quot;:&quot;rtmp&quot;,&quot;autoPlay&quot;:false,&quot;connectionProvider&quot;:&quot;secure&quot;,&quot;live&quot;:true,&quot;play&quot;:{&quot;opacity&quot;:0},&quot;url&quot;:&quot;q1&quot;},&quot;logo&quot;:{&quot;url&quot;:&quot;http://cf.live247.tv/images/l24v7hd.png&quot;,&quot;fullscreenOnly&quot;:false,&quot;opacity&quot;:0.3},&quot;contextMenu&quot;:[&quot;Live247.tv Player v3.0.3&quot;],&quot;plugins&quot;:{&quot;rtmp&quot;:{&quot;url&quot;:&quot;http://cf.live247.tv/flow/flowplayer.rtmp-3.2.3.swf&quot;,&quot;netConnectionUrl&quot;:&quot;rtmp://dist29.live247.tv:19350/ch10?doConnect=12345&quot;},&quot;secure&quot;:{&quot;url&quot;:&quot;http://cf.live247.tv/flow/flowplayer.securestreaming-3.2.3.swf&quot;}},&quot;playerId&quot;:&quot;wowza&quot;,&quot;playlist&quot;:[{&quot;provider&quot;:&quot;rtmp&quot;,&quot;autoPlay&quot;:false,&quot;connectionProvider&quot;:&quot;secure&quot;,&quot;live&quot;:true,&quot;play&quot;:{&quot;opacity&quot;:0},&quot;url&quot;:&quot;q1&quot;}]}"></object></div>
<script language="JavaScript">
flowplayer("wowza", "http://cf.live247.tv/flow/flowplayer.commercial-3.2.7.swf", {
        key: '#$73420dfe7070964481f',
        canvas: { backgroundGradient: "none", backgroundColor: "#000000" },
        clip: { provider: 'rtmp', autoPlay: false, connectionProvider: 'secure', live: true, play: {opacity: 0} },
        logo: { url: 'http://cf.live247.tv/images/l247hd.png', fullscreenOnly: false, opacity: 0.3 },
        contextMenu: [ 'Live247.tv Player v3.0.3' ],
        plugins: {
                rtmp: { url: 'http://cf.live247.tv/flow/flowplayer.rtmp-3.2.3.swf', netConnectionUrl: 'rtmp://dist29.live247.tv:19350/ch10?doConnect=12345' },
                secure: { url: 'http://cf.live247.tv/flow/flowplayer.securestreaming-3.2.3.swf', },
        }
});
</script>

I am sure the Wowza security token will be found in this URL:
Code:

http://cf.live247.tv/flow/flowplayer.securestreaming-3.2.3.swf
Thanks in advanced to anyone that helps out!

svnpenn 04-23-2012 12:49 AM

Re: Decompile security token


 
Put link

evol 04-23-2012 03:01 AM

Re: Decompile security token


 
Try this batch script by Darby_Crash here.


All times are GMT -6. The time now is 08:03 PM.