FileMp3InputSettings interface

Settings for a File Based MP3 Input see: NorskInput.fileMp3()

Signature:

export interface FileMp3InputSettings extends SourceNodeSettings<FileMp3InputNode>

Properties

Property Type Description

fileName

string

Path to the MP3 file to read

sourceName

string

The source name to set in the stream key of the outgoing stream

timeDomain?

TimeDomain

(Optional) Optional time-domain configuration. When set, the input is placed into a named coordinator and is timestamp-aligned with all other inputs sharing the same domain id within this Norsk instance. Omit for the default (uncoordinated) behaviour.