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>