Wowza Configuration

After you install the Wowza Media Server and MEDIAL, you need to configure Wowza so that MEDIAL can use it to serve video-on-demand content, play Webcam videos, and record and play live streams. Follow the procedures in this topic for every Wowza server that you have installed on a separate machine or on the MEDIAL machine.

Set up Flash

Follow this procedure to set up Flash streaming in Wowza.

To set up Flash:

  1. Click the Windows icon on the desktop—.
  2. Type Wowza.
  3. Click Wowza Streaming Engine Manager.

  4. Skip the introduction.

  5. At the sign-in screen, enter the Wowza login credentials specified during the installation.

  6. Click the drop-down arrow next to Applications and select Add Application.

  7. In the Video on Demand section, click VOD Single server

    .

  8. Call the new application flash, and click Add.

  9. The configuration page for the flash application will load. Change the radio button for the content directory to Use the following directory.

    1. If you have installed Wowza Media Server on the same machine that hosts MEDIAL, enter the full path to the MEDIAL flash folder.

    2. If you have installed Wowza Media Server on a network machine that does not host MEDIAL, enter the path to the MEDIAL Flash folder in the shared content directory. For example:

  10. Click Save.

Enable Webcam Playback

To play webcam clips, you need to create an application for live recordings.

To enable webcam playback:

  1. In the Wowza Streaming Engine Manager, click the arrow next to Applications and choose Add Application.

  2. Choose VOD Single server.

  3. Name the application recordplayback. Click Add.

  4. Change the content directory to Use the following directory. Enter the full path to the content folder within the Wowza installation directory.

  5. Click Save at the top of the page.

Enable Webcam Recordings

To enable webcam recordings, carry out the following procedure.

To enable webcam recordings:

  1. Navigate to the applications folder within the Wowza installation directory. for example:

    C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.1.2\applications
  2. Create a new folder called videorecording.
  3. Navigate to the conf directory. For example:

    C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.1.2\conf
  4. Create a new folder called videorecording.
  5. Copy the Wowza-installation-directory/conf/Application.xml file to this new directory.
  6. Edit the new copy of Application.xml file to make the following changes:

    • Set the Streams/StreamType property to:

      <StreamType>record</StreamType>
    • Set Client/Access/StreamWriteAccess to the wildcard character (*):

      <StreamWriteAccess>*</StreamWriteAccess>
  7. Restart the Wowza Streaming Engine Service by clicking the Windows icon in the bottom corner of the desktop, typing services and clicking Services.

  8. In Services, locate the Wowza Streaming Engine service called Wowza Streaming Engine, right-click it, and choose Restart.

Record Live Streams

To allow live streams to be archived in the media library, you must configure the Wowza Live application to record all incoming streams.

To record incoming streams:

  1. In the Wowza interface, click Applications.

  2. Choose the live application on the left-hand side.

  3. Click Edit.

  4. In the Options section, check the box to record all incoming streams.

  5. Click Save.

  6. At the top of the page, click Restart to restart the application.