Skip to content
Class

MpegTsInputFormat

MPEG Transport Stream (MPEG-TS) file format.

This format can make use of InputOptions.initInput to initialize track information even when no initialization information is provided for the track, for example because it has no key frames. In this case, tracks are matched to each other based on their PID.

Do not instantiate this class; use the MPEG_TS singleton instead.

Extends: InputFormat

Instances

Used by

Properties

mimeType

ts
get mimeType(): string;

Returns the typical base MIME type of the input format.

name

ts
get name(): string;

Returns the name of the input format.

Released under the Mozilla Public License 2.0.