Add a Media Service

To use the media analysis processors you must configure a controller service for media analysis. The media service has a dependency on the File Content Extraction Export SDK, so you must also create a KeyView Export Service.

To create the services

  1. Right-click a blank area of the canvas and click Controller Services.

    The Controller Services page opens.

  2. Add the KeyView Export service.

    1. Click Create a new controller service .

      The Add Controller Service dialog box opens.

    2. In the list, click KeyViewExportServiceImpl, and click Add.

    3. Enable the service. At the end of the row for the controller service, click followed by Enable.

      The Enable Controller Service dialog box opens.

    4. Click Enable and then click Close.
  3. Add the Media service.

    1. Click Create a new controller service .

      The Add Controller Service dialog box opens.

    2. In the list, click MediaServiceImpl, and click Add.

    3. Configure the service. At the end of the row for the controller service, click followed by Edit .

      The Edit Controller Service dialog box opens.

    4. Click the Properties tab.

    5. Set the KeyView Service property to the name of the KeyiewExportServiceImpl that you created in the previous step.

    6. Click Apply.

    7. Enable the service. At the end of the row for the controller service, click followed by Enable.

      The Enable Controller Service dialog box opens.

    8. Click Enable and then click Close.
  4. Return to the canvas.