We can successfully stream Akamai (via RTMP) ... but as soon as we add akamai tokenization to the URL, all we get is a blackbox where the video wants to be played...
Any ideas?
Thanks.
-sjf
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 3px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script type="text/javascript" src="/scripts/flowplayer-3.1.4.min.js"></script>
</head><body>
<div id="page">
<center>
<!-- this A tag is where your Flowplayer will be placed. it can be anywhere -->
<a
style="display:block;width:480px;height:360px"
id="player">
</a>
</center>
<!-- this will install flowplayer inside previous A- tag. -->
<script language="javascript">
// our custom configuration is given in third argument
flowplayer("player", "/flash/flowplayer-3.1.5.swf",{
plugins: {
akamai: {
url: '/flash/flowplayer.akamai-3.1.4-dev.swf'
},
rtmp: {
url: '/flash/flowplayer.rtmp-3.1.2.swf'
}
},
clip: {
url : 'http://rsa.edgeboss.net/flash/rsa/gtfe/stream/081120_envisionpochowto8x6_custom_6x4.flv?timestamp=1257254889&ttl=120000&iprange=0.0.0.0/0&cryptosignature=BD486D0B4DFE9C3DF2CC15720326E40534E52871',
provider: 'rtmp'
}
});
</script>
</div>
</body></html>
Any ideas?
Thanks.
-sjf