Hi All.
I configured securetoken module as Security guide said.
I configured flowplayer plugin as flowplayer said: http://flowplayer.org/plugins/streaming/secure.html
But it does not work: on wowza i obtain this log:
ModuleSecureToken.onConnect: Action before response received: kill connection: clientId:182808838
FlowPlayer Conf:
<a
href="Extremists.flv"
style="display:block;width:520px;height:330px"
id="player">
</a>
<!-- this will install flowplayer inside previous A- tag. -->
<script type="text/javascript">
flowplayer("player", "../flowplayer-3.2.7.swf",
{
clip: {
url: 'mp4:sample.mp4',
provider: 'rtmp',
conectionProvider: 'secure'
},
plugins: {
rtmp: {
url: '../flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://<ip>/rtvcdmsecured'
},
secure: {
// path to the latest version
url: '../flowplayer.securestreaming-3.2.3.swf',
// a secure token
token: 'passtest'
}
}
}
);
</script>
secure token module conf ( Application.xml ):
<Module>
<Name>flvplayback</Name>
<Description>FLVPlayback</Description>
<Class>com.wowza.wms.module.ModuleFLVPlayback</Class>
</Module>
<Module>
<Name>ModuleSecureToken</Name>
<Description>ModuleSecureToken</Description>
<Class>com.wowza.wms.plugin.security.ModuleSecureT oken</Class>
</Module>
</Modules>
<!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
<Properties>
<Property>
<Name>secureTokenSharedSecret</Name>
<Value>passtest</Value>
</Property>
</Properties>
Any Help please.


Reply With Quote

