Differences between revisions 5 and 6
Revision 5 as of 2011-01-06 08:43:33
Size: 797
Editor: heb
Comment:
Revision 6 as of 2011-01-06 09:01:24
Size: 1260
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 1. Setup a virtual host:
  a. Edit Wowza-install-dir/conf/VHosts.xml. Add: {{{
 1. Create the virtual host:
  i. Edit Wowza-install-dir/conf/VHosts.xml. Add: {{{
Line 22: Line 22:
 <ConfigDir>/home/doms/wowza_vhost_doms</ConfigDir>  <ConfigDir>/home/<user>/wowza_vhost_doms</ConfigDir>
Line 25: Line 25:

 1. Setup the virtual host:
  i. Edit /home/<user>/wowza_vhost_doms/conf/VHost.xml. Change the value for the two host port elements (Root/VHost/HostPortList/HostPort/Port):
   * First entry (RTMP protocol) to 1935
   * Second entry (Admin Hostport) to 8086
  i. Edit /home/<user>/wowza_vhost_doms/conf/doms/Application.xml. Change element Root/Application/Streams/StorageDir to location of media files produced by Broadcast Extraction Service.
   *

Release note for Wowza plugin version 1.0

Released medio januar 2011

New features

This is the first version of the Wowza plugin in the DOMS project. The purpose of the plugin is to enhances the Wowza streaming server with

  1. User authentication
  2. Translating the user request URL to a specific media file

Installation instructions for STAGE and PROD

Prerequisites for the installation:

  1. Java 6
  2. Wowza Streaming Server version 2.1.2
  3. Access to the media files that the Broadcast Extraction Service produces

Procedure:

  1. Create the virtual host:
    1. Edit Wowza-install-dir/conf/VHosts.xml. Add:

      <VHost>
       <Name>_domsWowzaVHost_</Name>
       <ConfigDir>/home/<user>/wowza_vhost_doms</ConfigDir>
       <ConnectionLimit>0</ConnectionLimit>
      </VHost>
  2. Setup the virtual host:
    1. Edit /home/<user>/wowza_vhost_doms/conf/VHost.xml. Change the value for the two host port elements (Root/VHost/HostPortList/HostPort/Port):

      • First entry (RTMP protocol) to 1935
      • Second entry (Admin Hostport) to 8086
    2. Edit /home/<user>/wowza_vhost_doms/conf/doms/Application.xml. Change element Root/Application/Streams/StorageDir to location of media files produced by Broadcast Extraction Service.

Release note for Wowza plugin version 1.0 (last edited 2011-02-14 10:50:40 by abr)