Skip to main content

Interface: UnsupportedFormatError

Defined in: packages/player/src/errors.ts:107

mpv could not demux/decode the source: no matching demuxer or codec.

Properties

code

readonly code: "unsupported-format";

Defined in: packages/player/src/errors.ts:108


message

readonly message: string;

Defined in: packages/player/src/errors.ts:110

Human-readable summary, safe to show in a UI.


raw

readonly raw: string;

Defined in: packages/player/src/errors.ts:112

The mpv error string this was classified from.


retryable

readonly retryable: boolean;

Defined in: packages/player/src/errors.ts:116

Always false. See Retryable.


uri?

readonly optional uri?: string;

Defined in: packages/player/src/errors.ts:114

The source URI that failed, when known.