Curator Logger web.config for 3.3

Updated on February 1st, 2023

Open web.config in text editor

On the IIS server, open IIS manager and browse to the Curator Logger directory by right clicking and selecting the explore option:

Open web.config file in a text editor.

Replace

"Video Server

Address" key value

Set the value for "VideoServerAddress" key with the fully qualified domain name for the IIS host.

Replace: <add key="VideoServerAddress" value="https://WEBSERVER" /> With: <add key="VideoServerAddress" value="https://IIS_HOST" />  


Replace

"Thumbnail Vtt Location" key value

Search for the "ThumbnailVttLocation" key and replace the value with the fully qualified domain name for the webserver and the Virtual directory configured during the Ingest Functionality Deployment.

Replace:

<add key="ThumbnailVttLocation" value="https://WEBSERVER/Proxies/WebProxy/{proxy-path}/{name}/{name}_thumbnail.vtt" />

With:

<add key="ThumbnailVttLocation" value="https://IIS_HOST/Proxies/WebProxy/{proxy-path}/{name}/{name}_thumbnail.vtt" />


Finish
Save the file.
Was this article helpful?