Wowza Community

Add a project module to an application

how do u di this in the new version of wowza, i cant find a link Add Module

Add a project module to an application

Add the module to an application configuration in a Wowza Streaming Engine server using the project’s information.

Sign in to Wowza Streaming Engine Manager, click the Applications tab at the top of the page, and then click on the application you want to add the module to.

Click the Modules tab, and then click Edit.

Click Add Module and enter the following information based on the values entered when creating a Wowza Streaming Engine project:

Name - Enter the name of the project’s module class. For example, MyWowzaModule.

Description - Enter the name of the project’s module class again. For example, MyWowzaModule.

Fully Qualified Class Name - Enter the project’s package path (com.mycompany.wowza), followed by a period (.) and the name of the project’s module class (MyWowzaModule). For example: com.mycompany.wowza.MyWowzaModule.

Click Add.

You have to allow access to advanced properties and features to that particular user (Server/Users/Actions/Edit this user/Allow access to advanced properties and features).