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 KeyView Export SDK, so you must also create a KeyView Export Service.
To create the services
- Click a blank area of the canvas, to de-select all of the components on the canvas.
-
In the Operate Palette, click Configuration
.
The NiFi Flow Configuration dialog box opens.
- Click the Controller Services tab.
-
Add the KeyView Export service.
-
Click Create a new controller service
.
The Add Controller Service dialog box opens.
-
In the Source list, click idol.nifi.
-
In the list, click KeyViewExportServiceImpl, and click ADD.
-
Enable the service. At the end of the row for the controller service, click Enable
.
The Enable Controller Service dialog box opens.
- Click ENABLE and then click CLOSE.
-
-
Add the Media service.
-
Click Create a new controller service
.
The Add Controller Service dialog box opens.
- In the Source list, click idol.nifi.media.
-
In the list, click MediaServiceImpl, and click ADD.
The new service is added.
-
Configure the service. At the end of the row for the controller service, click Configure
.
The Configure Controller Service dialog box opens.
-
Click the Properties tab.
-
Set the KeyView Service property to the name of the KeyiewExportServiceImpl that you created in the previous step.
-
Click Apply.
-
Enable the service. At the end of the row for the controller service, click Enable
.
The Enable Controller Service dialog box opens.
- Click ENABLE and then click CLOSE.
-
- Close the NiFi Flow Configuration dialog box.