Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2011-02-16 14:03:36
Size: 590
Editor: heb
Comment:
Revision 9 as of 2011-02-16 14:17:22
Size: 1111
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Set URL of the MCM server used for validating request. An example is: Set URL of the MCM server used for validating request. An example could be:
Line 15: Line 15:

== wowza_vhost_chaos/conf/VHost.xml ==
Set port numbers for the virtual host in the element {{{<Port>}}} located approximately at line 10 in the file. An example could be:
{{{
<Port>1936</Port>}}}

== wowza/conf/VHosts.xml ==
Create a virtual host for the wowza plugin. This is configuring the server and not the virtual host. An example could be:
{{{
<VHost>
 <Name>_chaosVHost_</Name>
 <ConfigDir>/home/wowza/services/wowza_vhost_chaos</ConfigDir>
 <ConnectionLimit>0</ConnectionLimit>
</VHost>}}}

CHAOS Wowza plugin configuration description

This page describes how to configure the Wowza plugin.

wowza_vhost_chaos/conf/chaos/Application.xml

Set the location of the media library in the StorageDir element. Default value is:

<StorageDir>${com.wowza.wms.context.VHostConfigHome}/content</StorageDir>

wowza_vhost_chaos/conf/chaos/chaos-authentication.properties

Set URL of the MCM server used for validating request. An example could be:

MCMServerURL=http://web.server00.geckon.com/portal/api/portalservice.svc
MCMValidationMethod=Object_Get

wowza_vhost_chaos/conf/VHost.xml

Set port numbers for the virtual host in the element <Port> located approximately at line 10 in the file. An example could be:

<Port>1936</Port>

wowza/conf/VHosts.xml

Create a virtual host for the wowza plugin. This is configuring the server and not the virtual host. An example could be:

<VHost>
        <Name>_chaosVHost_</Name>
        <ConfigDir>/home/wowza/services/wowza_vhost_chaos</ConfigDir>
        <ConnectionLimit>0</ConnectionLimit>
</VHost>

Wowza plugin configuration description (last edited 2011-02-16 14:18:07 by heb)