1296
Comment:
|
797
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## Header – Document name (i.e. Release Notes), product name, release number, release date, note date, note version, etc. | |
Line 3: | Line 2: |
Released medio januar 2011 | |
Line 4: | Line 4: |
* Overview - A brief overview of the product and changes, in the absence of other formal documentation. * Purpose - A brief overview of the purpose of the release note with a listing of what is new in this release, including bug fixes and new features. * Issue Summary - A short description of the bug or the enhancement in the release. * Steps to Reproduce - The steps that were followed when the bug was encountered. * Resolution - A short description of the modification/enhancement that was made to fix the bug. * End-User Impact - What different actions are needed by the end-users of the application. This should include whether other functionality is impacted by these changes. * Support Impacts - Changes required in the daily process of administering the software. * Notes - Notes about software or hardware installation, upgrades and product documentation (including documentation updates) * Disclaimers - Company and standard product related messages. e.g.; freeware, anti-piracy, duplication etc.. See also Disclaimer. * Contact - Support contact information. |
== 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 1. Translating the user request URL to a specific media file == Installation instructions for STAGE and PROD == Prerequisites for the installation: 1. Java 6 1. Wowza Streaming Server version 2.1.2 1. Access to the media files that the Broadcast Extraction Service produces 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
- User authentication
- Translating the user request URL to a specific media file
Installation instructions for STAGE and PROD
Prerequisites for the installation:
- Java 6
- Wowza Streaming Server version 2.1.2
- Access to the media files that the Broadcast Extraction Service produces
Procedure:
- Setup a virtual host:
Edit Wowza-install-dir/conf/VHosts.xml. Add:
<VHost> <Name>_domsWowzaVHost_</Name> <ConfigDir>/home/doms/wowza_vhost_doms</ConfigDir> <ConnectionLimit>0</ConnectionLimit> </VHost>