I have a new module called securepulishing.jar
I uploaded it to /lib folder
In the Application.xml, I added
[PHP]
securepublishing
securepublishing
com.wowza.wms.module.securepublishing
[/PHP]
Is it a correct to add? Again the name of the module is securepublisher.jar
Thanks
John
Hi John,
The Class value that you add to your Application.xml is the [package] + [classname] of the module. So for example if you look at [Wowza]/examples/TextChat/src/ModuleTextChat.java you see:
package com.wowza.wms.plugin.textchat;
public class ModuleTextChat extends ModuleBase
So, the value is “com.wowza.wms.plugin.textchat.ModuleTextChat”.