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

playbackRate?

number

(Optional) Playback rate multiplier. Defaults to realtime (1). Values greater than 1 play the file faster than realtime - useful for speeding up file-based tests and VOD-style fast transcode. Only meaningful for file inputs.

start?

'playing' | 'paused'

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