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={"key":"#$73420dfe7070964481f","canvas":{"backgroundGradient":"none","backgroundColor":"#000000"},"clip":{"provider":"rtmp","autoPlay":false,"connectionProvider":"secure","live":true,"play":{"opacity":0},"url":"q1"},"logo":{"url":"http://cf.live247.tv/images/l24v7hd.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"}},"playerId":"wowza","playlist":[{"provider":"rtmp","autoPlay":false,"connectionProvider":"secure","live":true,"play":{"opacity":0},"url":"q1"}]}"></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!