The maximum number of attempts that Media Server makes to connect to the servers listed in the SpeechToTextServers parameter.
Media Server initially attempts to connect to the first server in the list. If the connection fails, Media Server tries to connect to the next server in the list, and so on. On reaching the end of the servers list without achieving a connection, Media Server pauses for 10 seconds before attempting to connect to the first server in the list again. Media Server continues attempting to connect to the servers until it reaches the maximum number of attempts specified in the MaxConsecutiveTries
parameter. Media Server then stops processing the session. If MaxConsecutiveTries
is set to 0
, Media Server continues attempting to connect to the IDOL Speech Servers indefinitely.
During live ingest, HPE recommends setting MaxConsecutiveTries
to 0
so that the session is not stopped. When ingesting files, you might want the session to fail immediately so that another component can try to process the file on a different Media Server and IDOL Speech Server setup.
Type: | Integer |
---|---|
Default: | 0 |
Required: | No |
Configuration Section: | TaskName |
Example: | MaxConsecutiveTries=2
|
See Also: | ErrorMessage |
|