Differences between revisions 4 and 5
Revision 4 as of 2011-01-06 08:37:47
Size: 555
Editor: heb
Comment:
Revision 5 as of 2011-01-06 08:43:33
Size: 797
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

Procedure:
 1. Setup a virtual host:
  a. Edit Wowza-install-dir/conf/VHosts.xml. Add: {{{
<VHost>
 <Name>_domsWowzaVHost_</Name>
 <ConfigDir>/home/doms/wowza_vhost_doms</ConfigDir>
 <ConnectionLimit>0</ConnectionLimit>
</VHost>}}}

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. Setup a virtual host:
    1. Edit Wowza-install-dir/conf/VHosts.xml. Add:

      <VHost>
       <Name>_domsWowzaVHost_</Name>
       <ConfigDir>/home/doms/wowza_vhost_doms</ConfigDir>
       <ConnectionLimit>0</ConnectionLimit>
      </VHost>

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