Differences between revisions 2 and 20 (spanning 18 versions)
Revision 2 as of 2011-05-18 10:36:28
Size: 1159
Editor: heb
Comment:
Revision 20 as of 2011-07-12 11:17:12
Size: 1841
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
This page describes how to configure the Wowza plugin. This page describes how to configure the Wowza plugin in the case of Iapetus.
Line 5: Line 5:
Set the location of the media library in the {{{StorageDir}}} element. Default value is:
{{{
<StorageDir>${com.wowza.wms.context.VHostConfigHome}/content</StorageDir>}}}
Make a symbolic link, replacing the <VHost-root-dir>/content library. The symbolic link must point to the root library of the media files. The root of the media files is at {{{/net/plutre/mp3tmp/done}}}. E.g. {{{
ln -s /net/plutre/mp3tmp/done content}}}
Line 9: Line 8:

== wowza_vhost_chaos/conf/chaos/chaos-authentication.properties ==
Set URL of the MCM server used for validating request. An example for Iapetus could be:
{{{
MCMServerURL=http://web.server00.geckon.com/portal/api/portalservice.svc
MCMValidationMethod=Object_Get}}}
== wowza_vhost_chaos/conf/chaos/chaos-streaming-server-plugin.properties ==
Set URL of the MCM server used for validating request.{{{
GeneralMCMServerURL=http://chaos.larm-archive.org/API_Larm/PortalService.svc}}}
Configure database logging:{{{
StatisticsLoggingLocallyInDB=true
StatisticsLoggingJDBCDriver=org.postgresql.Driver
StatisticsLoggingDBConnectionURL=jdbc:postgresql://localhost:5432/larm-devel
StatisticsLoggingDBUser=larm
StatisticsLoggingDBPassword=larm1234}}}
Line 17: Line 19:
Set port numbers for the virtual host in the element {{{<Port>}}} located approximately at line 10 in the file. An example for Iapetus could be:
{{{
<Port>1936</Port>}}}
Set port numbers for the virtual host in the element {{{<Port>}}} located approximately at line 10 in the file. Default is 1935.{{{
<Port>1935</Port>}}}
Line 22: Line 23:
Create a virtual host for the wowza plugin. This is configuring the server and not the virtual host. An example for Iapetus could be:
{{{
Create a virtual host for the wowza plugin. This is configuring the server and not the virtual host.{{{
Line 29: Line 29:

== wowza/conf/Server.xml ==
Enable JMX console by changing values in wowza/conf/Server.xml.{{{
<JMXRemoteConfiguration>
  <Enable>true</Enable>
  <IpAddress>[ip-address-of-wowza-server]</IpAddress>
  <RMIServerHostName>[hostname-of-wowza-server]</RMIServerHostName>
}}}

== Firewall ==
Open firewall port 1935 for streaming.

----
= Change log =
- 2011-07-12: Added configuration to enable JMX console

CHAOS Wowza plugin configuration description - Version 1

This page describes how to configure the Wowza plugin in the case of Iapetus.

wowza_vhost_chaos/conf/chaos/Application.xml

Make a symbolic link, replacing the <VHost-root-dir>/content library. The symbolic link must point to the root library of the media files. The root of the media files is at /net/plutre/mp3tmp/done. E.g.

ln -s /net/plutre/mp3tmp/done content

wowza_vhost_chaos/conf/chaos/chaos-streaming-server-plugin.properties

Set URL of the MCM server used for validating request.

GeneralMCMServerURL=http://chaos.larm-archive.org/API_Larm/PortalService.svc

Configure database logging:

StatisticsLoggingLocallyInDB=true
StatisticsLoggingJDBCDriver=org.postgresql.Driver
StatisticsLoggingDBConnectionURL=jdbc:postgresql://localhost:5432/larm-devel
StatisticsLoggingDBUser=larm
StatisticsLoggingDBPassword=larm1234

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. Default is 1935.

<Port>1935</Port>

wowza/conf/VHosts.xml

Create a virtual host for the wowza plugin. This is configuring the server and not the virtual host.

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

wowza/conf/Server.xml

Enable JMX console by changing values in wowza/conf/Server.xml.

<JMXRemoteConfiguration>
  <Enable>true</Enable>
  <IpAddress>[ip-address-of-wowza-server]</IpAddress>
  <RMIServerHostName>[hostname-of-wowza-server]</RMIServerHostName>

Firewall

Open firewall port 1935 for streaming.


Change log

- 2011-07-12: Added configuration to enable JMX console

Wowza plugin configuration description - version 1 (last edited 2011-07-12 11:17:12 by heb)