PDA

View Full Version : Help Needed with adding a securetoken to my JW Player


daiboy789
10-17-2014, 04:34 AM
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: http://www.wowza.com/forums/content.php?51
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

denobis
10-17-2014, 08:55 AM
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: 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>

daiboy789
10-17-2014, 09:02 AM
Thanks for the reply denobis, im stuck on compiling the jw player after putting the token into the player

Ive just looked and ive just seen i posted the wrong link to wowza im really sorry lol heres the link i meant to post lol http://www.wowza.com/forums/content.php?51 and number 3 in player configuration on that page where it says: Compile with the Flex SDK or Flex Builder
I am stuck on that, ive also edited the first post with the right thread im on wowza

Sorry for the confusion.

denobis
10-17-2014, 01:45 PM
Show the concrete error, maybe its related to your jdk or jwplayer version