Class BroadcastTsTransportConfiguration

Export

BroadcastTsTransportConfiguration

Constructors

Properties

initialPresentationTimeStamp?: number

Presentation time stamp value for the first video frame. The timestamp is specified in the timescale of 90000

Memberof

BroadcastTsTransportConfiguration

initialProgramClockReference?: number

Program Clock Reference value at the beginning of the first packet for the transport stream. The PCR is specified in the timescale of 90000

Memberof

BroadcastTsTransportConfiguration

muxrate?: number

Output rate in bps. The value zero implies to use minimal rate. The minimal rate leaves approximately 15kbps of null packets in the stream.

Memberof

BroadcastTsTransportConfiguration

patRepetitionRatePerSec?: number

Program Association Table (PAT) repetition rate per second. Number of PATs per second.

Memberof

BroadcastTsTransportConfiguration

pmtRepetitionRatePerSec?: number

Program Map Table (PMT) repetition rate per second. Number of PMTs for each program per second.

Memberof

BroadcastTsTransportConfiguration

preventEmptyAdaptionFieldsInVideo?: boolean

If true, prevents adaptation fields with length field equal to zero in video, i.e., zero-length AF. Please note that this condition can only occur when pesAlign for the input stream is set to true.

Memberof

BroadcastTsTransportConfiguration

stopOnError?: boolean

Stop mux on errors. If true, implies halt multiplexing when any error is encountered. If false, errors are ignored and multiplexing continues. Note that the recovery from an error will usually result in an illegal transport stream and artifacts on a decoder.

Memberof

BroadcastTsTransportConfiguration

variableMuxRate?: boolean

When false, the output stream is created at a constant bit rate. When true, the output rate is allowed to vary from a maximum rate set by the muxrate parameter down to the minimum required to carry the stream.

Memberof

BroadcastTsTransportConfiguration