Class AutoRestartConfiguration

Export

AutoRestartConfiguration

Constructors

Properties

bytesWrittenTimeout?: number

If no data was written for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

dashManifestsUpdateTimeout?: number

If DASH manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

framesWrittenTimeout?: number

If no frames were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

hlsManifestsUpdateTimeout?: number

If HLS manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

restartOnEncoderError?: boolean

Defines if the encoding should be restarted in case of an error during encoding.

Memberof

AutoRestartConfiguration

scheduleExpression?: string

Defines a schedule for restarts using the unix crontab syntax. This example would trigger a restart every monday at 05:30 (AM)

Memberof

AutoRestartConfiguration

segmentsWrittenTimeout?: number

If no segments were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

Memberof

AutoRestartConfiguration

Generated using TypeDoc