In order to enable the out of the box Ingest functionality carry out the following steps:
Set account for IPV Services |
Set all IPV Services to run as a user.
|
Change MySQL Options | Update the MySQL Options File to improve connectivity and performance. |
Enable HTTPS in IIS | In IIS setup HTTPS binding on a chosen port and select the required SSL certificate. |
Modify the Curator Service Administrator web.config (if needed) |
Additional web.config modification is needed in systems running Curator 3.4 or newer with CSA version 1.6 where the TSL1 has been removed as is possible from Curator 3.4 onwards. This will be automatically set from CSA 2.0 (scheduled for Curator 3.6) The CSA 1.6 web.config needs to be modified where TSL1 is not available. You will need to add the following two lines to the CSA web.config file: <add key="AppContext.SetSwitch:Switch.System.Net.DontEnableSchUseStrongCrypto" value="false" /> <add key="AppContext.SetSwitch:Switch.System.Net.DontEnableSystemDefaultTlsVersions" value="false" /> |
Curator Gateway Setup | Make changes to the Appsettings file and setup Sysadmin through Curator Gateway. |
Create Curator Folder Share | Curator needs a storage area in which to create all of its required resources. The resources include but are not limited to transcode and conform presets, Curator proxy video files and High-Resolution files (before they is set to Archive). The accounts that the services are running as need write access to this storage area. |
Run First Time Setup Process |
The First Time Setup Process covers:
|
Set up Devices in Device Director | Device Director will create a default set of required devices on server startup for new databases; configure the endpoints for these services. |
AME Setup | For AME to work there must be a temp directory at the root of C:\. |
Configuring IIS Streaming | IIS is used as a streaming service for the web application. |
Curator Clip Select web.config | Set the required service endpoint and video playback configuration to get Clip Select up and running. |
Curator Clip Link web.config | Set the required service endpoint and video playback configuration to get Clip Link going. |
Restart Ingest Plugin | Take the plugin config file from the inetpub directory and place it under Curator Server's plugin folder structure. This step enables the plugin for administrators only. |
Required Firewall Ports | These are required firewall ports not configured automatically. Both SpectreView Server and SVUtils require their ports to be configured here. |
Test Ingest | Place an asset into the Ingest to Curator watchfolder and check the output in Curator Clip Link. |