Configuring the Media Server Control Feature

JSR 309 (Media Server Control) controls Media Resource Functions (MRFs) which are server-side media processing servers.

About this task

The Liberty Media Server Control feature (mediaServerControl-1.0) enables the ability to access media servers through the JSR 309 API. For applications to use this API, a driver implementation of JSR 309 must be installed. For more information about JSR 309, see JSR 309: Media Server Control API.

Procedure

To enable the mediaServerControl-1.0 feature, add the following element declaration inside the featureManager element in your server.xml file:
<featureManager>
       <feature>mediaServerControl-1.0</feature>
</featureManager>

Icon that indicates the type of topic Task topic



Timestamp icon Last updated: Saturday, 3 December 2016
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=twlp_config_mediaservercontrol
File name: twlp_config_mediaservercontrol.html