This package provides a Flash tool to interface with the MediaCasterStreamManager API. This to tool is used to start and stop the publishing of non-pushed based encoder streams such as Native RTP, MPEG-TS and SHOUTcast. It provides greater control over the publishing and recording process when using these encoder technologies. This tool is designed to work with the live,
1. Upgrade to Wowza Pro 1.6.0-patch17 or greater (Development Builds).
2. If it doesn't exist already, create the folders [install-dir]/applications/live and [install-dir]/conf/live.
2. Copy the file [install-dir]/conf/Applications.xml into [install-dir]/conf/live.
3. Edit the newly copied Application.xml file and set the Streams/StreamType setting to live. Add the following module definition to the end of the <Modules> list:
<Module>
<Name>ModuleMediaCasterStreamManager</Name>
<Description>ModuleMediaCasterStreamManager</Description>
<Class>com.wowza.wms.plugin.mediacasterstreammanager.ModuleMediaCasterStreamManager</Class>
</Module>
<Property>
<Name>mediaCasterStreamManagerPassword</Name>
<Value>#%$de@vf^</Value>
</Property>
4. Copy file lib/wms-plugin-mediacasterstreammanager.jar from this zip archive to the [install-dir]/lib/ folder of the Wowza Pro server.
To use the MediaCaster Stream Manager tool, double click the client/mediacasterstreammanager.html, change the RTMP in the Connect field to
To stop a stream either enter the stream name in the Stream field or select it from the Active list and click the Stop Stream button.
These MediaCaster types correspond to the MediaCasters defined in the
NOTE: The ModuleMediaCasterStreamManager API is protected by a password to guard against non-administrators from calling the API. The password is sent with each API call. The default password is #%$de@vf^. If you wish to change it you will need to edit [install-dir]/conf/live/Application.xml and change the mediaCasterStreamManagerPassword property to the new value as well as edit