NorskTransform.streamAlign() method

This processor does multiple things - joins together multiple streams from multiple sources - rebases their timestamps so that they all start at the same point - sets the program id to a common value

It is useful for syncing multiple incoming streams that on paper are already synchronised but because of the time taken to set up connections and subscriptions across various protocols, are off by a few hundred milliseconds

Signature:

streamAlign(settings: StreamAlignSettings): Promise<StreamAlignNode>;

Parameters

Parameter Type Description

settings

StreamAlignSettings

Returns:

Promise<StreamAlignNode>

Find Examples