Wowza Media Systems

Wowza Media Server 2: Web Service

Description

This package includes an AddOn library that add a web service interface to Wowza Media Server.

To install

Copy file lib/wms-plugin-wowzaserverws.jar to the [install-dir]/lib/ folder and add the following properties to the <Properties> container at the bottom of [install-dir]/conf/Server.xml:

<Property>
	<Name>wsIpAddress</Name>
	<Value>localhost</Value>
</Property>
<Property>
	<Name>wsPort</Name>
	<Value>9091</Value>
	<Type>Integer</Type>
</Property>
<Property>
	<Name>wsServiceName</Name>
	<Value>wowzaserverws</Value>
</Property>