MediaStoreRecorderSettings interface

Settings to configure a media store recorder see NorskMediaStore.recorder()

Signature:

export interface MediaStoreRecorderSettings extends SinkNodeSettings<MediaStoreRecorderNode>, StreamStatisticsMixin

Properties

Property Type Description

chunkFileDurationSeconds

number

Required: Duration of the media store chunk files

expiry?

MediaStoreExpiry

(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 media store instance.

onInitialised?

() ⇒ void

(Optional) Optional: Called when the media store is fully initialised. Note that subscriptions can take place when the onCreate event is fired, just like all other nodes

path

string

Required: Path for the media store database.