Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WarningCode

Groups

1000 - general warnings

  • 1000 - 1099: GENERAL
  • 1100 - 1199: SETUP
  • 1200 - 1299: SOURCE
  • 1300 - 1399: PLAYBACK
  • 1400 - 1499: NETWORK

2000 - extended use cases

  • 2000 - 2099: DRM
  • 2100 - 2199: VR

3000 - module warnings

  • 3000 - 3099: MODULE generic
  • 3100 - 3199: Advertising warning

Index

Enumeration members

API_INVALID_ARGUMENT

API_INVALID_ARGUMENT: = 1001

An invalid argument has been passed into a PlayerAPI call.

DRM_COULD_NOT_DECRYPT_SEGMENT

DRM_COULD_NOT_DECRYPT_SEGMENT: = 2002

Could not decrypt segment

DRM_SERVER_CERTIFICATE_NOT_SUPPORTED

DRM_SERVER_CERTIFICATE_NOT_SUPPORTED: = 2001

Content Decryption Module (CDM) does not support server certificates

MODULE_ADVERTISING_IMA_SDK_NOT_FOUND

MODULE_ADVERTISING_IMA_SDK_NOT_FOUND: = 3101

Could not load Google IMA SDK

MODULE_MISSING

MODULE_MISSING: = 3001

Module was not found

NETWORK_COULD_NOT_LOAD_MANIFEST

NETWORK_COULD_NOT_LOAD_MANIFEST: = 1401

Could not load manifest

NETWORK_COULD_NOT_LOAD_SUBTITLE

NETWORK_COULD_NOT_LOAD_SUBTITLE: = 1402

Could not load subtitles/captions

PLAYBACK_COULD_NOT_BE_STARTED

PLAYBACK_COULD_NOT_BE_STARTED: = 1303

Playback couldn't be started

PLAYBACK_DECODE_RETRIES_EXCEEDED

PLAYBACK_DECODE_RETRIES_EXCEEDED: = 1302

The maximum number of retries to decode the stream was exceeded

PLAYBACK_GAP_DETECTED

PLAYBACK_GAP_DETECTED: = 1301

A gap in the buffer was detected

PLAYBACK_NEGATIVE_DECODING_TIMESTAMP_ENCOUNTERED

PLAYBACK_NEGATIVE_DECODING_TIMESTAMP_ENCOUNTERED: = 1304

Negative DTS encountered, trying to correct

PLAYBACK_WARNING

PLAYBACK_WARNING: = 1300

General playback warning

SETUP_CREATE_OBJECT_URL_MISSING

SETUP_CREATE_OBJECT_URL_MISSING: = 1101

URL.createObjectURL is missing. This leads to query parameters not being added when using native_hls_parsing.

SETUP_SERVICE_WORKER_INITIALIZATION_FAILED

SETUP_SERVICE_WORKER_INITIALIZATION_FAILED: = 1103

Failed to initialize the ServiceWorker

SETUP_SERVICE_WORKER_LOCATION_MISSING

SETUP_SERVICE_WORKER_LOCATION_MISSING: = 1104

The config.location.serviceworker URL is not set but the serviceworker client module is loaded.

SOURCE_CODEC_OR_FILE_FORMAT_NOT_SUPPORTED

SOURCE_CODEC_OR_FILE_FORMAT_NOT_SUPPORTED: = 1201

Codec or file format in the manifest is not supported

SOURCE_SMOOTH_EMPTY_QUALITY_LEVEL

SOURCE_SMOOTH_EMPTY_QUALITY_LEVEL: = 1205

A StreamIndex does not contain any QualityLevels, it will be filtered out

SOURCE_SMOOTH_INVALID_INIT_DATA

SOURCE_SMOOTH_INVALID_INIT_DATA: = 1203

Couldn't create an init segment

SOURCE_SMOOTH_REPRESENTATION_MISSING

SOURCE_SMOOTH_REPRESENTATION_MISSING: = 1202

Representation is missing

SOURCE_SMOOTH_UNKNOWN_STREAM_INDEX_TYPE

SOURCE_SMOOTH_UNKNOWN_STREAM_INDEX_TYPE: = 1204

StreamIndex.type is neither 'video', 'audio' nor 'video'

VR_RENDERING_ERROR

VR_RENDERING_ERROR: = 2101

VR rendering error

Generated using TypeDoc