STsc Core Configuration File
- Updated2025-12-19
- 1 minute(s) read
Modify the STsc core configuration file, STsc.ini, to define application settings for the Stream Translator System Component.
[Options] Section
Use the [Options] sections to configure the gRPC server address and the path to the datapaths configuration file, which is discussed in STsc Datapaths Configuration File.
| Key | Value | Default Value | Required? |
|---|---|---|---|
| ServerAddress | The IP address and port of the STsc gRPC server instance, separated by a colon | — | Required |
| DatapathsFile | The path to the datapaths configuration file. This path can be an absolute or relative path. When the value is used as a relative path, it can be relative to <STsc Directory>/Support or C:\Users\<username>\AppData\Local\STsc. | datapaths.ini | Optional |
Example:
[Options] ServerAddress = "198.17.99.1:32001" DatapathsFile = "datapaths.ini"
[SSL] Section
Add the optional [SSL] section to specify an SSL encryption key file and certificate file to enable SSL encryption across the different RPS system components and provide an extra level of security. When adding this functionality, the [SSL] section must be added to the RPS.ini, ICsc.ini, and nirpdssc.conf configuration files.
| Key | Value | Default Value | Required? |
|---|---|---|---|
| KeyFile | The absolute path to an SSL key file. | — | Required |
| CertificateFile | The absolute path to an SSL certificate file. | — | Required |
Example:
[SSL] KeyFile = C:\client.key CertificateFile = C:\client.crt
Related Information
- STsc Datapaths Configuration File
Modify the STsc data paths configuration file, datapaths.ini, to define the STsc data paths between the HSS ports and ETH ports of each stream translation module managed by a given instance of STsc.