FrameStoreRecorderSettings interface

Settings to configure a frame store recorder see NorskOutput.frameStore()

Signature:

export interface FrameStoreRecorderSettings extends SinkNodeSettings<FrameStoreRecorderNode>, StreamStatisticsMixin

Properties

Property Type Description

chunkFileDurationSeconds

number

Required: Duration of the frame store chunk files

expiry?

FrameStoreExpiry

(Optional) Optional: Expiry settings - if not supplied, then data will not get expired so on long-running events you may exhaust available disk space

name

string

Required: Name of this frame store instance.

path

string

Required: Path for the frame store database.