Installing Video Streaming

1 Install the SysPacks

Make sure you have the SysPacks v.22.1.1000 installed on your system. To do so:

  1. Using a web browser, log in to your FintechOS Community account.
  2. Select the Relese Hub.
  3. Open the FintechOS 22.S release.
  4. Open the HPFI folder.
  5. Download the SySDigitalSolutionPackages v22.1.1000.zip archive.
  6. Unzip the archive and follow the instructions from the SysPacks Installation page,

2 Set up the Video Streaming Processor subscription key(s)

On the FintechOS Portal server, open the web.config file in a text editor and add the following entries in the <appSettings> section, depending on your subscription keys:

  • Generic subscription key for Face Recognition Processor services:
  • Copy
    <add key="FTOSServicesEndpoint" value="URL to the services endpoint"/>
    <add key="FTOSServicesAppId" value="service authentication key"/>
  • Automation Blocks Processor service subscription keys:
  • Copy
    <add key="FTOSServicesVideoFaceEndpoint" value="URL to the services endpoint"/>
    <add key="FTOSServicesVideoAppId" value="service authentication key"/>