1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-21 01:39:04 +02:00

feat: add additional vhs errors

This commit is contained in:
Adam Waldron 2024-05-01 16:27:07 -07:00
parent cb76a24bd5
commit a40054d62e

View File

@ -8,5 +8,24 @@ export default {
SegmentExceedsSourceBufferQuota: 'segment-exceeds-source-buffer-quota-error',
SegmentAppendError: 'segment-append-error',
VttLoadError: 'vtt-load-error',
VttCueParsingError: 'vtt-cue-parsing-error'
VttCueParsingError: 'vtt-cue-parsing-error',
SubtitlesLoadError: 'subtitles-load-error',
ClosedCaptionsLoadError: 'captions-load-error',
SegmentInvalidKeyError: 'segment-invalid-key-error',
CaptionCueParsingError: 'caption-cue-parsing-error',
TransmuxingFailedError: 'transmuxing-failed-error',
TransmuxerAudioError: 'transmuxer-audio-error',
TransmuxerVideoError: 'transmuxer-video-error',
TransmuxerTextError: 'transmuxer-text-error',
NoPlayableRenditionsLeftError: 'no-playable-renditions-error',
NoValidCodecsError: 'no-valid-codecs-error',
CodecSwitchError: 'codec-switch-error',
UnsupportedCodecError: 'unsupported-codec-error',
NoRendtionsSelectedError: 'no-rendition-selected-error',
ContentSteeringManifestError: 'content-steering-manifest-error',
ContentSteeringRequestError: 'content-steering-request-error',
ContentSteeringNoPathwaysError: 'content-steering-no-pathways-error',
LowLatencyManifestError: 'low-latency-manifest-error',
LowLatencySegmentError: 'low-latency-segment-error',
AudioTrackLoadError: 'audio-track-load-error'
};