View Single Post
  #2  
Old 10-17-2014, 08:55 AM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: Help Needed with adding a securetoken to my JW Player


Quote:
Originally Posted by daiboy789 View Post
Hi
Im not sure if this is in the right section so if its not can an admin put in the right section thanks

Anyway im really struggling as im looking to add a securetoken to my jw player but im finding it extremley difficult.
Im following this guide here:
Code:
http://www.wowza.com/forums/content.php?450
im ok until i get to number 3 on Player Configuration where i have to compile the jw player, Ive followed the instructions but i must be doing something wrong as i have no clue what im doing wrong,

So if anyone could help i'd really appreciate it
If you use latest wowza the configuration in Application.xml must be:


<Module>
<Name>ModuleCoreSecurity</Name>
<Description>Core Security Module for Applications</Description>
<Class>com.wowza.wms.security.ModuleCoreSecurity </Class>
</Module>

and

<Properties>
<Property>
<Name>securitySecureTokenVersion</Name>
<Value>1</Value>
<Type>Integer</Type>
</Property>
<Property>
<Name>securitySecureTokenSharedSecret</Name>
<Value>...</Value>
<Type>String</Type>
</Property>
</Properties>
Reply With Quote