NorskOutput.moq() method

EXPERIMENTAL Connects and sends output to a remote Media over QUIC endpoint

Here Norsk acts as a Media over QUIC Transport (MoQT) client publisher and connects to a MoQT server subscriber (e.g. a relay) and publishes a catalog and a video track into the configured namespace.

experimental! Expect bugs and missing features.

The MoQT specification is still a work in progress and this exeperimental implementation serves to inform further specification changes

The catalog track is named '.catalog' and describes the available video track(s) within the namespace

Video is currently configured to publish as fragmented MP4 (fMP4)

Signature:

moq(settings: MoqOutputSettings): Promise<MoqOutputNode>;

Parameters

Parameter Type Description

settings

MoqOutputSettings

Configuration for the MoQ Output

Returns:

Promise<MoqOutputNode>

Find Examples

Search for examples using moq in our examples repo.