Size: 1324
Comment:
|
Size: 2539
Comment:
|
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. = Release note for Wowza plugin version 1.0, released medio januar 2011 = |
= Release note for Wowza plugin version 1.0 = 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. |
The release package can be found at ''doms@iapetus:~/releases/DOMS-Wowza-plugin-1.0rc2_install-package.zip'' == 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 1. Enable live streaming == Installation instructions for STAGE and PROD == === Prerequisites for the installation === 1. Java 6 1. Wowza Streaming Server version 2.1.2 1. DOMS must be installed with ticket issuer === Installation procedure === 1. Shutdown Wowza {{{ sudo /usr/local/sbin/wowzainit.sh stop}}} 1. Extract installation package to ~/tmp/wdp_1.0/ {{{ unzip releases/DOMS-Wowza-plugin-1.0rc2_install-package.zip -d tmp/wdp_1.0/}}} 1. Remove old vhost installation (if existing) {{{ mv wowza_vhost_doms tmp/old}}} 1. Copy content of ~/tmp/wdp_1.0/ to wowza virtual host {{{ cp -R tmp/wdp_1.0/DOMS-Wowza-plugin-1.0rc2_install-package wowza_vhost_doms}}} 1. Setup the virtual host: i. Create the virtual host. Edit ''<Wowza-install-dir>/conf/VHosts.xml''. Add: {{{ <VHost> <Name>_domsVHost_</Name> <ConfigDir>/home/<user>/wowza_vhost_doms</ConfigDir> <ConnectionLimit>0</ConnectionLimit> </VHost>}}} i. Edit ''/home/<user>/wowza_vhost_doms/conf/VHost.xml''. Set the correct value for the two host port elements (''Root/VHost/HostPortList/HostPort/Port''): * First entry (RTMP protocol) to 1935 * Second entry (Admin Hostport) to 8086 1. Create folder structure: i. Symlink: wowza_vhost_doms/streamingContent -> <path_to_bes_output_folder> i. Create folder: wowza_vhost_doms/streamingContentLive i. Symlink: wowza_vhost_doms/streamingContent/files -> wowza_vhost_doms/streamingContent 1. Set location of media files. Edit ''/home/<user>/wowza_vhost_doms/conf/<app>/Application.xml'' for both applications ''doms'' and ''domslive''. Change element ''Root/Application/Streams/StorageDir'' to location of media files produced by Broadcast Extraction Service. a. doms: /home/<user>/streamingContent a. domslive: /home/<user>/streamingContentLive 1. Setup Ticket issuer in property file ''doms-wowza-plugin.properties'' for both applications (doms and domslive). Look for property {{{ ticketCheckerLocation=http://alhena:7880/authchecker}}} 1. Start Wowza {{{ sudo /usr/local/sbin/wowzainit.sh start}}} |
Release note for Wowza plugin version 1.0
Released medio januar 2011
The release package can be found at doms@iapetus:~/releases/DOMS-Wowza-plugin-1.0rc2_install-package.zip
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
- Enable live streaming
Installation instructions for STAGE and PROD
Prerequisites for the installation
- Java 6
- Wowza Streaming Server version 2.1.2
- DOMS must be installed with ticket issuer
Installation procedure
Shutdown Wowza
sudo /usr/local/sbin/wowzainit.sh stop
Extract installation package to ~/tmp/wdp_1.0/
unzip releases/DOMS-Wowza-plugin-1.0rc2_install-package.zip -d tmp/wdp_1.0/
Remove old vhost installation (if existing)
mv wowza_vhost_doms tmp/old
Copy content of ~/tmp/wdp_1.0/ to wowza virtual host
cp -R tmp/wdp_1.0/DOMS-Wowza-plugin-1.0rc2_install-package wowza_vhost_doms
- Setup the virtual host:
Create the virtual host. Edit <Wowza-install-dir>/conf/VHosts.xml. Add:
<VHost> <Name>_domsVHost_</Name> <ConfigDir>/home/<user>/wowza_vhost_doms</ConfigDir> <ConnectionLimit>0</ConnectionLimit> </VHost>
Edit /home/<user>/wowza_vhost_doms/conf/VHost.xml. Set the correct value for the two host port elements (Root/VHost/HostPortList/HostPort/Port):
- First entry (RTMP protocol) to 1935
- Second entry (Admin Hostport) to 8086
- Create folder structure:
Symlink: wowza_vhost_doms/streamingContent -> <path_to_bes_output_folder>
- Create folder: wowza_vhost_doms/streamingContentLive
Symlink: wowza_vhost_doms/streamingContent/files -> wowza_vhost_doms/streamingContent
Set location of media files. Edit /home/<user>/wowza_vhost_doms/conf/<app>/Application.xml for both applications doms and domslive. Change element Root/Application/Streams/StorageDir to location of media files produced by Broadcast Extraction Service.
doms: /home/<user>/streamingContent
domslive: /home/<user>/streamingContentLive
Setup Ticket issuer in property file doms-wowza-plugin.properties for both applications (doms and domslive). Look for property
ticketCheckerLocation=http://alhena:7880/authchecker
Start Wowza
sudo /usr/local/sbin/wowzainit.sh start