FileTsInputSettings interface

Signature:

export interface FileTsInputSettings extends LocalFileInputSettings, StreamStatisticsMixin, TsCommonInputSettings

Properties

Property Type Description

chaosDropPackets?

DropRandom

(Optional) Drop raw input packets ala NorskTransform.streamChaosMonkey(). Leaving this undefined means don’t drop any packets For testing, you really don’t want this in a live system.

loop?

boolean

(Optional) Whether to loop back to the start of the file after reaching the end

start?

'playing' | 'paused'

(Optional) Whether to start paused or already playing (default: playing)