supervision-js
    Preparing search index...

    Enumeration MediaErrorKind

    Stable classification of a media failure.

    Applications branch on these kinds instead of parsing decoder, demuxer, or container error text, and still own their localized user-facing copy. New kinds may be added over time, so treat unrecognized values like Unknown.

    Index
    Unreadable: "unreadable"

    The media could not be opened or read at all.

    UnsupportedFormat: "unsupportedFormat"

    The container or codec is not supported by this platform.

    NoVideoTrack: "noVideoTrack"

    The media opened but carries no usable video track.

    Decode: "decode"

    Decoding a sample failed after the source opened.

    Network: "network"

    The media could not be fetched.

    EnvironmentUnsupported: "environmentUnsupported"

    The host environment lacks the APIs this media source requires.

    Unknown: "unknown"

    The failure could not be classified.