Hi,
We use the Wowza Server - and have added the secure token and secureURLParams
We are able to connect with the Flash Media Encoder
But we are not sure how to connect to the stream -
Any help would be great
John
<body>
<div id="container"></div>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf','ply','640','500','9','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque');
s1.addVariable('file', 'streamname');
s1.addVariable('streamer', 'rtmp://wowza-server/live_secure/');
s1.addVariable('type', 'video');
s1.write('container');
</script>
</body>


Hi,
We are still working on this - if anyone has some ideas or has the secure token working - could you help us out.
Thanks