My conf/application.xml works with this:
true
live
${com.wowza.wms.context.VHostConfigHome}/content
${com.wowza.wms.context.VHostConfigHome}/keys
cupertinostreaming,smoothstreaming
-1
*
*
*
*
digest
digest
senderreport
12000
*
base
Base
com.wowza.wms.module.ModuleCore
properties
Properties
com.wowza.wms.module.ModuleProperties
logging
Client Logging
com.wowza.wms.module.ModuleClientLogging
flvplayback
FLVPlayback
com.wowza.wms.module.ModuleFLVPlayback
ModuleMediaCasterStreamManager
ModuleMediaCasterStreamManager
com.wowza.wms.plugin.mediacasterstreammanager.ModuleMediaCasterStreamManager
streamcontroller
ModuleStreamControl
com.wowza.wms.plugin.collection.module.ModuleStreamControl
ModuleRTMPAuthenticate
ModuleRTMPAuthenticate
com.wowza.wms.plugin.security.ModuleRTMPAuthenticate
ModuleLiveStreamRecord
ModuleLiveStreamRecord
com.wowza.wms.plugin.livestreamrecord.ModuleLiveStreamRecord
mediaCasterStreamManagerPassword
1234567
FeatureBreak
10000
but if I change it to this so that I can use secure token it keeps coming up this an error:
true
live
${com.wowza.wms.context.VHostConfigHome}/content
${com.wowza.wms.context.VHostConfigHome}/keys
cupertinostreaming,smoothstreaming
-1
*
*
*
*
digest
digest
senderreport
12000
*
base
Base
com.wowza.wms.module.ModuleCore
properties
Properties
com.wowza.wms.module.ModuleProperties
logging
Client Logging
com.wowza.wms.module.ModuleClientLogging
flvplayback
FLVPlayback
com.wowza.wms.module.ModuleFLVPlayback
ModuleMediaCasterStreamManager
ModuleMediaCasterStreamManager
com.wowza.wms.plugin.mediacasterstreammanager.ModuleMediaCasterStreamManager
streamcontroller
ModuleStreamControl
com.wowza.wms.plugin.collection.module.ModuleStreamControl
ModuleRTMPAuthenticate
ModuleRTMPAuthenticate
com.wowza.wms.plugin.security.ModuleRTMPAuthenticate
ModuleLiveStreamRecord
ModuleLiveStreamRecord
com.wowza.wms.plugin.livestreamrecord.ModuleLiveStreamRecord
ModuleSecureToken
ModuleSecureToken
com.wowza.wms.plugin.security.ModuleSecureToken
mediaCasterStreamManagerPassword
1234567
secureTokenSharedSecret
#ed%h0#w@1
requireSecureConnection
true
Boolean
FeatureBreak
10000
I have looked inside the “lib” folder I can see the wms.plugin-security.jar but can not see anything about com.wowza.wms.plugin.security.ModuleSecureToken. May be am missing something.
Thanks for your kind help