Wowza Streaming Engine 4.0 Examples

Push Publish Example Module


This package includes an application module for Wowza Streaming Engine 4.0.

Source code for the application module is included in this package. You are free to use and modify these examples.

Note: Wowza Streaming Engine® 4.0 or later is required.

To install an Application Module

  1. Copy the lib/wms-plugin-pushpublishexamplemodule_4.0.jar file from this package to the lib folder in the Wowza Streaming Engine installation ([install-dir]/lib.

  2. In Wowza Streaming Engine Manager, click the desired live application in the contents pane.

  3. On the live application page, click the Modules tab.
  4. Note: Access to the Modules tab is limited to administrators with advanced permissions. For more information, see Managing Sign-In credentials.
  5. On the Modules tab, do the following:

    1. Click the Edit button.

    2. Click the Add Module button and then add one of the following entries:
      Name: PushPublishExampleModule
      Description: PushPublishExampleModule
      Fully Qualified Class Name: com.wowza.wms.plugin.pushpublish.module.PushPublishExampleModule
    3. Click the application Restart button.


Documentation

The Javadoc documentation for the Push Publish APIs is included in the Wowza Streaming Engine server-side API documentation ([install-dir]/documentation/serverapi/index.html) under the com.wowza.wms.pushpublish.* packages