rx-player 4.0.0-dev.2023120600 → 4.0.0-dev.2024022000
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierrc +4 -0
- package/CHANGELOG.md +1757 -990
- package/MAINTAINERS.md +9 -12
- package/README.md +107 -153
- package/VERSION +1 -1
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts +3 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.js +6 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts +3 -0
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.js +6 -0
- package/dist/commonjs/__GENERATED_CODE/index.d.ts +2 -0
- package/dist/commonjs/__GENERATED_CODE/index.js +7 -0
- package/dist/commonjs/compat/add_class_name.js +4 -3
- package/dist/commonjs/compat/add_text_track.d.ts +1 -1
- package/dist/commonjs/compat/add_text_track.js +3 -2
- package/dist/commonjs/compat/browser_compatibility_types.js +14 -8
- package/dist/commonjs/compat/browser_detection.d.ts +3 -1
- package/dist/commonjs/compat/browser_detection.js +29 -10
- package/dist/commonjs/compat/change_source_buffer_type.d.ts +1 -1
- package/dist/commonjs/compat/eme/close_session.d.ts +1 -1
- package/dist/commonjs/compat/eme/close_session.js +16 -12
- package/dist/commonjs/compat/eme/custom_key_system_access.d.ts +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.d.ts +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/ie11_media_keys.js +14 -9
- package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/moz_media_keys_constructor.js +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/ms_media_keys_constructor.js +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +2 -2
- package/dist/commonjs/compat/eme/custom_media_keys/old_webkit_media_keys.js +13 -12
- package/dist/commonjs/compat/eme/custom_media_keys/types.d.ts +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.d.ts +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys.js +5 -11
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +1 -1
- package/dist/commonjs/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +3 -3
- package/dist/commonjs/compat/eme/eme-api-implementation.d.ts +3 -3
- package/dist/commonjs/compat/eme/eme-api-implementation.js +17 -12
- package/dist/commonjs/compat/eme/generate_key_request.d.ts +1 -1
- package/dist/commonjs/compat/eme/generate_key_request.js +16 -19
- package/dist/commonjs/compat/eme/get_init_data.js +5 -7
- package/dist/commonjs/compat/eme/get_uuid_kid_from_keystatus_kid.js +1 -2
- package/dist/commonjs/compat/eme/get_webkit_fairplay_initdata.js +10 -11
- package/dist/commonjs/compat/eme/load_session.d.ts +1 -1
- package/dist/commonjs/compat/enable_audio_track.d.ts +1 -1
- package/dist/commonjs/compat/event_listeners.d.ts +4 -4
- package/dist/commonjs/compat/event_listeners.js +43 -34
- package/dist/commonjs/compat/has_mse_in_worker.d.ts +2 -0
- package/dist/commonjs/compat/has_mse_in_worker.js +6 -0
- package/dist/commonjs/compat/has_webassembly.d.ts +6 -0
- package/dist/commonjs/compat/has_webassembly.js +8 -0
- package/dist/commonjs/compat/is_codec_supported.js +7 -1
- package/dist/commonjs/compat/is_vtt_cue.d.ts +1 -1
- package/dist/commonjs/compat/is_vtt_cue.js +1 -1
- package/dist/commonjs/compat/make_vtt_cue.d.ts +1 -1
- package/dist/commonjs/compat/make_vtt_cue.js +1 -1
- package/dist/commonjs/compat/on_height_width_change.d.ts +2 -2
- package/dist/commonjs/compat/on_height_width_change.js +1 -1
- package/dist/commonjs/compat/patch_webkit_source_buffer.js +31 -31
- package/dist/commonjs/compat/should_reload_media_source_on_decipherability_update.js +1 -2
- package/dist/commonjs/config.d.ts +8 -19
- package/dist/commonjs/config.js +4 -12
- package/dist/commonjs/core/adaptive/adaptive_representation_selector.d.ts +26 -39
- package/dist/commonjs/core/adaptive/adaptive_representation_selector.js +49 -27
- package/dist/commonjs/core/adaptive/buffer_based_chooser.d.ts +1 -1
- package/dist/commonjs/core/adaptive/buffer_based_chooser.js +13 -11
- package/dist/commonjs/core/adaptive/guess_based_chooser.d.ts +6 -6
- package/dist/commonjs/core/adaptive/guess_based_chooser.js +7 -6
- package/dist/commonjs/core/adaptive/index.d.ts +2 -2
- package/dist/commonjs/core/adaptive/network_analyzer.d.ts +6 -6
- package/dist/commonjs/core/adaptive/network_analyzer.js +47 -43
- package/dist/commonjs/core/adaptive/utils/bandwidth_estimator.js +1 -1
- package/dist/commonjs/core/adaptive/utils/ewma.js +1 -2
- package/dist/commonjs/core/adaptive/utils/filter_by_bitrate.d.ts +2 -2
- package/dist/commonjs/core/adaptive/utils/filter_by_resolution.d.ts +2 -2
- package/dist/commonjs/core/adaptive/utils/filter_by_resolution.js +2 -4
- package/dist/commonjs/core/adaptive/utils/get_buffer_levels.js +7 -4
- package/dist/commonjs/core/adaptive/utils/last_estimate_storage.d.ts +3 -3
- package/dist/commonjs/core/adaptive/utils/pending_requests_store.d.ts +5 -5
- package/dist/commonjs/core/adaptive/utils/pending_requests_store.js +4 -3
- package/dist/commonjs/core/adaptive/utils/representation_score_calculator.d.ts +7 -7
- package/dist/commonjs/core/adaptive/utils/representation_score_calculator.js +11 -8
- package/dist/commonjs/core/adaptive/utils/select_optimal_representation.d.ts +4 -4
- package/dist/commonjs/core/adaptive/utils/select_optimal_representation.js +2 -2
- package/dist/commonjs/core/fetchers/cdn_prioritizer.d.ts +2 -2
- package/dist/commonjs/core/fetchers/cdn_prioritizer.js +5 -6
- package/dist/commonjs/core/fetchers/manifest/index.d.ts +1 -1
- package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.d.ts +3 -3
- package/dist/commonjs/core/fetchers/manifest/manifest_fetcher.js +80 -65
- package/dist/commonjs/core/fetchers/segment/index.d.ts +1 -1
- package/dist/commonjs/core/fetchers/segment/initialization_segment_cache.d.ts +42 -0
- package/dist/commonjs/core/fetchers/segment/prioritized_segment_fetcher.d.ts +4 -3
- package/dist/commonjs/core/fetchers/segment/segment_fetcher.d.ts +12 -12
- package/dist/commonjs/core/fetchers/segment/segment_fetcher.js +51 -34
- package/dist/commonjs/core/fetchers/segment/segment_fetcher_creator.d.ts +5 -5
- package/dist/commonjs/core/fetchers/segment/segment_fetcher_creator.js +4 -2
- package/dist/commonjs/core/fetchers/segment/task_prioritizer.d.ts +1 -1
- package/dist/commonjs/core/fetchers/segment/task_prioritizer.js +18 -17
- package/dist/commonjs/core/fetchers/utils/error_selector.d.ts +1 -2
- package/dist/commonjs/core/fetchers/utils/error_selector.js +2 -2
- package/dist/commonjs/core/fetchers/utils/schedule_request.d.ts +3 -3
- package/dist/commonjs/core/fetchers/utils/schedule_request.js +22 -22
- package/dist/commonjs/core/main/common/DecipherabilityFreezeDetector.d.ts +79 -0
- package/dist/commonjs/core/main/common/DecipherabilityFreezeDetector.js +127 -0
- package/dist/commonjs/core/main/common/content_time_boundaries_observer.d.ts +191 -0
- package/dist/commonjs/core/main/common/content_time_boundaries_observer.js +519 -0
- package/dist/commonjs/core/main/common/create_content_time_boundaries_observer.d.ts +27 -0
- package/dist/commonjs/core/main/common/create_content_time_boundaries_observer.js +48 -0
- package/dist/commonjs/core/main/common/get_buffered_data_per_media_buffer.d.ts +14 -0
- package/dist/commonjs/core/main/common/get_buffered_data_per_media_buffer.js +37 -0
- package/dist/commonjs/core/main/worker/content_preparer.d.ts +93 -0
- package/dist/commonjs/core/main/worker/content_preparer.js +273 -0
- package/dist/commonjs/core/main/worker/globals.d.ts +13 -0
- package/dist/commonjs/core/main/worker/globals.js +26 -0
- package/dist/commonjs/core/main/worker/index.d.ts +2 -0
- package/dist/commonjs/core/main/worker/index.js +4 -0
- package/dist/commonjs/core/main/worker/send_message.d.ts +3 -0
- package/dist/commonjs/core/main/worker/send_message.js +25 -0
- package/dist/commonjs/core/main/worker/track_choice_setter.d.ts +19 -0
- package/dist/commonjs/core/main/worker/track_choice_setter.js +140 -0
- package/dist/commonjs/core/main/worker/worker_main.d.ts +1 -0
- package/dist/commonjs/core/main/worker/worker_main.js +787 -0
- package/dist/commonjs/core/main/worker/worker_text_displayer_interface.d.ts +64 -0
- package/dist/commonjs/core/main/worker/worker_text_displayer_interface.js +126 -0
- package/dist/commonjs/core/segment_sinks/garbage_collector.d.ts +43 -0
- package/dist/commonjs/core/segment_sinks/garbage_collector.js +226 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.d.ts +135 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.js +358 -0
- package/dist/commonjs/core/segment_sinks/implementations/audio_video/index.d.ts +17 -0
- package/dist/commonjs/core/segment_sinks/implementations/index.d.ts +19 -0
- package/dist/commonjs/core/segment_sinks/implementations/index.js +35 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/index.d.ts +3 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/index.js +4 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_buffer.d.ts +90 -0
- package/dist/commonjs/core/segment_sinks/implementations/text/text_segment_buffer.js +257 -0
- package/dist/commonjs/core/segment_sinks/implementations/types.d.ts +307 -0
- package/dist/commonjs/core/segment_sinks/implementations/types.js +117 -0
- package/dist/commonjs/core/segment_sinks/index.d.ts +21 -0
- package/dist/commonjs/core/segment_sinks/index.js +28 -0
- package/dist/commonjs/core/segment_sinks/inventory/buffered_history.d.ts +89 -0
- package/dist/commonjs/core/segment_sinks/inventory/index.d.ts +21 -0
- package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.d.ts +238 -0
- package/dist/commonjs/core/segment_sinks/inventory/segment_inventory.js +917 -0
- package/dist/commonjs/core/segment_sinks/inventory/types.d.ts +27 -0
- package/dist/commonjs/core/segment_sinks/inventory/utils.d.ts +33 -0
- package/dist/commonjs/core/segment_sinks/inventory/utils.js +53 -0
- package/dist/commonjs/core/segment_sinks/segment_buffers_store.d.ts +171 -0
- package/dist/commonjs/core/segment_sinks/segment_buffers_store.js +288 -0
- package/dist/commonjs/core/stream/adaptation/adaptation_stream.d.ts +4 -4
- package/dist/commonjs/core/stream/adaptation/adaptation_stream.js +61 -26
- package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.d.ts +23 -9
- package/dist/commonjs/core/stream/adaptation/get_representations_switch_strategy.js +86 -75
- package/dist/commonjs/core/stream/adaptation/types.d.ts +34 -45
- package/dist/commonjs/core/stream/index.d.ts +3 -2
- package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.d.ts +8 -8
- package/dist/commonjs/core/stream/orchestrator/get_time_ranges_for_content.js +5 -6
- package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.d.ts +20 -19
- package/dist/commonjs/core/stream/orchestrator/stream_orchestrator.js +100 -71
- package/dist/commonjs/core/stream/period/period_stream.d.ts +5 -5
- package/dist/commonjs/core/stream/period/period_stream.js +127 -58
- package/dist/commonjs/core/stream/period/types.d.ts +29 -21
- package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +14 -15
- package/dist/commonjs/core/stream/period/utils/get_adaptation_switch_strategy.js +97 -94
- package/dist/commonjs/core/stream/representation/representation_stream.d.ts +5 -5
- package/dist/commonjs/core/stream/representation/representation_stream.js +60 -35
- package/dist/commonjs/core/stream/representation/types.d.ts +52 -25
- package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.d.ts +12 -9
- package/dist/commonjs/core/stream/representation/utils/append_segment_to_buffer.js +51 -36
- package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.d.ts +7 -7
- package/dist/commonjs/core/stream/representation/utils/check_for_discontinuity.js +16 -18
- package/dist/commonjs/core/stream/representation/utils/downloading_queue.d.ts +10 -10
- package/dist/commonjs/core/stream/representation/utils/downloading_queue.js +11 -11
- package/dist/commonjs/core/stream/representation/utils/get_buffer_status.d.ts +11 -11
- package/dist/commonjs/core/stream/representation/utils/get_buffer_status.js +67 -36
- package/dist/commonjs/core/stream/representation/utils/get_needed_segments.d.ts +7 -8
- package/dist/commonjs/core/stream/representation/utils/get_needed_segments.js +31 -36
- package/dist/commonjs/core/stream/representation/utils/push_init_segment.d.ts +14 -12
- package/dist/commonjs/core/stream/representation/utils/push_init_segment.js +11 -10
- package/dist/commonjs/core/stream/representation/utils/push_media_segment.d.ts +15 -13
- package/dist/commonjs/core/stream/representation/utils/push_media_segment.js +17 -15
- package/dist/commonjs/core/types.d.ts +8 -0
- package/dist/commonjs/core/types.js +2 -0
- package/dist/commonjs/default_config.d.ts +38 -50
- package/dist/commonjs/default_config.js +77 -77
- package/dist/commonjs/errors/encrypted_media_error.d.ts +19 -2
- package/dist/commonjs/errors/encrypted_media_error.js +15 -0
- package/dist/commonjs/errors/error_codes.d.ts +4 -3
- package/dist/commonjs/errors/error_codes.js +3 -8
- package/dist/commonjs/errors/format_error.d.ts +2 -2
- package/dist/commonjs/errors/format_error.js +1 -2
- package/dist/commonjs/errors/index.d.ts +7 -8
- package/dist/commonjs/errors/index.js +3 -5
- package/dist/commonjs/errors/is_known_error.d.ts +1 -1
- package/dist/commonjs/errors/is_known_error.js +2 -2
- package/dist/commonjs/errors/media_error.d.ts +22 -19
- package/dist/commonjs/errors/media_error.js +17 -19
- package/dist/commonjs/errors/network_error.d.ts +16 -2
- package/dist/commonjs/errors/network_error.js +16 -2
- package/dist/commonjs/errors/other_error.d.ts +15 -1
- package/dist/commonjs/errors/other_error.js +10 -0
- package/dist/commonjs/errors/source_buffer_error.d.ts +40 -0
- package/dist/commonjs/errors/source_buffer_error.js +64 -0
- package/dist/commonjs/errors/worker_initialization_error.d.ts +19 -0
- package/dist/commonjs/errors/worker_initialization_error.js +43 -0
- package/dist/commonjs/experimental/features/index.d.ts +1 -2
- package/dist/commonjs/experimental/features/index.js +3 -5
- package/dist/commonjs/experimental/features/local.d.ts +1 -1
- package/dist/commonjs/experimental/features/local.js +4 -3
- package/dist/commonjs/experimental/features/metaplaylist.d.ts +1 -1
- package/dist/commonjs/experimental/features/metaplaylist.js +4 -3
- package/dist/commonjs/experimental/features/multi_thread.d.ts +8 -0
- package/dist/commonjs/experimental/features/multi_thread.js +13 -0
- package/dist/commonjs/experimental/index.d.ts +1 -1
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +1 -1
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +1 -1
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/index.d.ts +1 -1
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +5 -5
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +13 -14
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +4 -4
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +29 -22
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +3 -5
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +6 -7
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/types.d.ts +6 -6
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +3 -3
- package/dist/commonjs/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +25 -27
- package/dist/commonjs/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +13 -23
- package/dist/commonjs/experimental/tools/createMetaplaylist/index.d.ts +1 -1
- package/dist/commonjs/experimental/tools/createMetaplaylist/index.js +8 -7
- package/dist/commonjs/experimental/tools/index.d.ts +1 -2
- package/dist/commonjs/experimental/tools/index.js +1 -3
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/index.d.ts +1 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/index.js +9 -15
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.d.ts +4 -3
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.js +6 -3
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/capabilities.d.ts +1 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/capabilities.js +9 -46
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/index.d.ts +2 -0
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.d.ts +2 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.js +8 -5
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +2 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +21 -13
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +2 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +25 -21
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +12 -12
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/index.d.ts +1 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +2 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +7 -8
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.d.ts +1 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.js +6 -11
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.d.ts +2 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.js +2 -3
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +2 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +4 -4
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/types.d.ts +2 -2
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.d.ts +1 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/utils.js +8 -7
- package/dist/commonjs/features/add_features.d.ts +1 -1
- package/dist/commonjs/features/features_object.d.ts +1 -1
- package/dist/commonjs/features/features_object.js +9 -6
- package/dist/commonjs/features/index.d.ts +1 -1
- package/dist/commonjs/features/list/dash.d.ts +1 -1
- package/dist/commonjs/features/list/dash.js +6 -5
- package/dist/commonjs/features/list/dash_wasm.d.ts +23 -0
- package/dist/commonjs/features/list/dash_wasm.js +38 -0
- package/dist/commonjs/features/list/debug_element.d.ts +8 -0
- package/dist/commonjs/features/list/debug_element.js +13 -0
- package/dist/commonjs/features/list/directfile.d.ts +1 -1
- package/dist/commonjs/features/list/directfile.js +2 -3
- package/dist/commonjs/features/list/eme.d.ts +1 -1
- package/dist/commonjs/features/list/eme.js +1 -1
- package/dist/commonjs/features/list/html_sami_parser.d.ts +1 -1
- package/dist/commonjs/features/list/html_sami_parser.js +2 -2
- package/dist/commonjs/features/list/html_srt_parser.d.ts +1 -1
- package/dist/commonjs/features/list/html_srt_parser.js +2 -2
- package/dist/commonjs/features/list/html_text_buffer.d.ts +1 -1
- package/dist/commonjs/features/list/html_text_buffer.js +2 -2
- package/dist/commonjs/features/list/html_ttml_parser.d.ts +1 -1
- package/dist/commonjs/features/list/html_ttml_parser.js +2 -2
- package/dist/commonjs/features/list/html_vtt_parser.d.ts +1 -1
- package/dist/commonjs/features/list/html_vtt_parser.js +2 -2
- package/dist/commonjs/features/list/index.d.ts +3 -0
- package/dist/commonjs/features/list/index.js +7 -1
- package/dist/commonjs/features/list/media_source_main.d.ts +8 -0
- package/dist/commonjs/features/list/media_source_main.js +13 -0
- package/dist/commonjs/features/list/native_sami_parser.d.ts +1 -1
- package/dist/commonjs/features/list/native_sami_parser.js +2 -3
- package/dist/commonjs/features/list/native_srt_parser.d.ts +1 -1
- package/dist/commonjs/features/list/native_srt_parser.js +2 -3
- package/dist/commonjs/features/list/native_text_buffer.d.ts +1 -1
- package/dist/commonjs/features/list/native_text_buffer.js +2 -3
- package/dist/commonjs/features/list/native_ttml_parser.d.ts +1 -1
- package/dist/commonjs/features/list/native_ttml_parser.js +2 -3
- package/dist/commonjs/features/list/native_vtt_parser.d.ts +1 -1
- package/dist/commonjs/features/list/native_vtt_parser.js +2 -3
- package/dist/commonjs/features/list/smooth.d.ts +2 -2
- package/dist/commonjs/features/list/smooth.js +8 -5
- package/dist/commonjs/features/types.d.ts +52 -24
- package/dist/commonjs/index.d.ts +1 -1
- package/dist/commonjs/index.js +3 -1
- package/dist/commonjs/main_thread/api/debug/buffer_graph.d.ts +28 -0
- package/dist/commonjs/main_thread/api/debug/buffer_graph.js +168 -0
- package/dist/commonjs/main_thread/api/debug/buffer_size_graph.js +131 -0
- package/dist/commonjs/main_thread/api/debug/modules/general_info.d.ts +3 -0
- package/dist/commonjs/main_thread/api/debug/modules/general_info.js +236 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.d.ts +4 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_content.js +127 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.d.ts +3 -0
- package/dist/commonjs/main_thread/api/debug/modules/segment_buffer_size.js +38 -0
- package/dist/commonjs/main_thread/api/debug/render.d.ts +3 -0
- package/dist/commonjs/main_thread/api/index.d.ts +17 -0
- package/dist/commonjs/main_thread/api/index.js +19 -0
- package/dist/commonjs/main_thread/api/option_utils.d.ts +124 -0
- package/dist/commonjs/main_thread/api/option_utils.js +335 -0
- package/dist/commonjs/main_thread/api/public_api.d.ts +751 -0
- package/dist/commonjs/main_thread/api/public_api.js +2518 -0
- package/dist/commonjs/main_thread/api/utils.d.ts +66 -0
- package/dist/commonjs/main_thread/api/utils.js +178 -0
- package/dist/commonjs/main_thread/decrypt/__tests__/__global__/utils.d.ts +184 -0
- package/dist/commonjs/main_thread/decrypt/__tests__/__global__/utils.js +439 -0
- package/dist/commonjs/main_thread/decrypt/attach_media_keys.d.ts +53 -0
- package/dist/commonjs/main_thread/decrypt/attach_media_keys.js +128 -0
- package/dist/commonjs/main_thread/decrypt/clear_on_stop.js +43 -0
- package/dist/commonjs/main_thread/decrypt/content_decryptor.d.ts +185 -0
- package/dist/commonjs/main_thread/decrypt/content_decryptor.js +1053 -0
- package/dist/commonjs/main_thread/decrypt/create_or_load_session.d.ts +64 -0
- package/dist/commonjs/main_thread/decrypt/create_or_load_session.js +135 -0
- package/dist/commonjs/main_thread/decrypt/create_session.d.ts +54 -0
- package/dist/commonjs/main_thread/decrypt/create_session.js +215 -0
- package/dist/commonjs/main_thread/decrypt/dispose_decryption_resources.js +90 -0
- package/dist/commonjs/main_thread/decrypt/find_key_system.d.ts +48 -0
- package/dist/commonjs/main_thread/decrypt/find_key_system.js +375 -0
- package/dist/commonjs/main_thread/decrypt/get_media_keys.d.ts +44 -0
- package/dist/commonjs/main_thread/decrypt/get_media_keys.js +165 -0
- package/dist/commonjs/main_thread/decrypt/index.d.ts +26 -0
- package/dist/commonjs/main_thread/decrypt/init_media_keys.d.ts +26 -0
- package/dist/commonjs/main_thread/decrypt/init_media_keys.js +93 -0
- package/dist/commonjs/main_thread/decrypt/session_events_listener.d.ts +75 -0
- package/dist/commonjs/main_thread/decrypt/session_events_listener.js +325 -0
- package/dist/commonjs/main_thread/decrypt/set_server_certificate.d.ts +51 -0
- package/dist/commonjs/main_thread/decrypt/set_server_certificate.js +145 -0
- package/dist/commonjs/main_thread/decrypt/types.d.ts +374 -0
- package/dist/commonjs/main_thread/decrypt/utils/are_init_values_compatible.js +144 -0
- package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.d.ts +52 -0
- package/dist/commonjs/main_thread/decrypt/utils/check_key_statuses.js +211 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +26 -0
- package/dist/commonjs/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +32 -0
- package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.d.ts +69 -0
- package/dist/commonjs/main_thread/decrypt/utils/init_data_values_container.js +137 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.d.ts +24 -0
- package/dist/commonjs/main_thread/decrypt/utils/is_session_usable.js +51 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_session_record.d.ts +104 -0
- package/dist/commonjs/main_thread/decrypt/utils/key_session_record.js +189 -0
- package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.d.ts +213 -0
- package/dist/commonjs/main_thread/decrypt/utils/loaded_sessions_store.js +518 -0
- package/dist/commonjs/main_thread/decrypt/utils/media_keys_infos_store.d.ts +56 -0
- package/dist/commonjs/main_thread/decrypt/utils/media_keys_infos_store.js +45 -0
- package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.d.ts +94 -0
- package/dist/commonjs/main_thread/decrypt/utils/persistent_sessions_store.js +356 -0
- package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.d.ts +44 -0
- package/dist/commonjs/main_thread/decrypt/utils/serializable_bytes.js +50 -0
- package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.d.ts +64 -0
- package/dist/commonjs/main_thread/decrypt/utils/server_certificate_store.js +123 -0
- package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts +97 -0
- package/dist/commonjs/main_thread/init/directfile_content_initializer.js +264 -0
- package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts +166 -0
- package/dist/commonjs/main_thread/init/media_source_content_initializer.js +897 -0
- package/dist/commonjs/main_thread/init/multi_thread_content_initializer.d.ts +167 -0
- package/dist/commonjs/main_thread/init/multi_thread_content_initializer.js +1452 -0
- package/dist/commonjs/main_thread/init/send_message.d.ts +2 -0
- package/dist/commonjs/main_thread/init/send_message.js +13 -0
- package/dist/commonjs/main_thread/init/types.d.ts +221 -0
- package/dist/commonjs/main_thread/init/types.js +53 -0
- package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.d.ts +83 -0
- package/dist/commonjs/main_thread/init/utils/create_core_playback_observer.js +105 -0
- package/dist/commonjs/main_thread/init/utils/create_media_source.d.ts +37 -0
- package/dist/commonjs/main_thread/init/utils/create_media_source.js +106 -0
- package/dist/commonjs/main_thread/init/utils/get_initial_time.d.ts +76 -0
- package/dist/commonjs/main_thread/init/utils/get_initial_time.js +109 -0
- package/dist/commonjs/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
- package/dist/commonjs/main_thread/init/utils/get_loaded_reference.js +62 -0
- package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.d.ts +61 -0
- package/dist/commonjs/main_thread/init/utils/initial_seek_and_play.js +207 -0
- package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.d.ts +87 -0
- package/dist/commonjs/main_thread/init/utils/initialize_content_decryption.js +119 -0
- package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +35 -0
- package/dist/commonjs/main_thread/init/utils/main_thread_text_displayer_interface.js +54 -0
- package/dist/commonjs/main_thread/init/utils/rebuffering_controller.d.ts +114 -0
- package/dist/commonjs/main_thread/init/utils/rebuffering_controller.js +450 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +35 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/index.d.ts +18 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +25 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +98 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +53 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +230 -0
- package/dist/commonjs/main_thread/init/utils/stream_events_emitter/types.d.ts +41 -0
- package/dist/commonjs/main_thread/init/utils/throw_on_media_error.d.ts +23 -0
- package/dist/commonjs/main_thread/init/utils/throw_on_media_error.js +66 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_parsers.d.ts +15 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_parsers.js +25 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.d.ts +100 -0
- package/dist/commonjs/main_thread/text_displayer/html/html_text_displayer.js +318 -0
- package/dist/commonjs/main_thread/text_displayer/html/index.d.ts +2 -0
- package/dist/commonjs/main_thread/text_displayer/html/index.js +4 -0
- package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.d.ts +65 -0
- package/dist/commonjs/main_thread/text_displayer/html/text_track_cues_store.js +378 -0
- package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.d.ts +15 -0
- package/dist/commonjs/main_thread/text_displayer/html/update_proportional_elements.js +64 -0
- package/dist/commonjs/main_thread/text_displayer/html/utils.d.ts +39 -0
- package/dist/commonjs/main_thread/text_displayer/html/utils.js +119 -0
- package/dist/commonjs/main_thread/text_displayer/index.d.ts +2 -0
- package/dist/commonjs/main_thread/text_displayer/index.js +2 -0
- package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.d.ts +14 -0
- package/dist/commonjs/main_thread/text_displayer/manual_time_ranges.js +52 -0
- package/dist/commonjs/main_thread/text_displayer/native/index.d.ts +2 -0
- package/dist/commonjs/main_thread/text_displayer/native/index.js +4 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_parsers.d.ts +11 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_parsers.js +25 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.d.ts +56 -0
- package/dist/commonjs/main_thread/text_displayer/native/native_text_displayer.js +207 -0
- package/dist/commonjs/main_thread/text_displayer/types.d.ts +71 -0
- package/dist/commonjs/main_thread/text_displayer/types.js +2 -0
- package/dist/commonjs/main_thread/tracks_store/index.d.ts +20 -0
- package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.d.ts +197 -0
- package/dist/commonjs/main_thread/tracks_store/media_element_tracks_store.js +691 -0
- package/dist/commonjs/main_thread/tracks_store/track_dispatcher.d.ts +101 -0
- package/dist/commonjs/main_thread/tracks_store/track_dispatcher.js +198 -0
- package/dist/commonjs/main_thread/tracks_store/tracks_store.d.ts +448 -0
- package/dist/commonjs/main_thread/tracks_store/tracks_store.js +1096 -0
- package/dist/commonjs/main_thread/types.d.ts +5 -0
- package/dist/commonjs/main_thread/types.js +2 -0
- package/dist/commonjs/manifest/classes/adaptation.d.ts +134 -0
- package/dist/commonjs/manifest/classes/adaptation.js +237 -0
- package/dist/commonjs/manifest/classes/index.d.ts +25 -0
- package/dist/commonjs/manifest/classes/index.js +46 -0
- package/dist/commonjs/manifest/classes/manifest.d.ts +391 -0
- package/dist/commonjs/manifest/classes/manifest.js +494 -0
- package/dist/commonjs/manifest/classes/period.d.ts +106 -0
- package/dist/commonjs/manifest/classes/period.js +235 -0
- package/dist/commonjs/manifest/classes/representation.d.ts +238 -0
- package/dist/commonjs/manifest/classes/representation.js +382 -0
- package/dist/commonjs/manifest/classes/representation_index/index.d.ts +18 -0
- package/dist/commonjs/manifest/classes/representation_index/static.d.ts +101 -0
- package/dist/commonjs/manifest/classes/representation_index/static.js +147 -0
- package/dist/commonjs/manifest/classes/representation_index/types.d.ts +420 -0
- package/dist/commonjs/manifest/classes/types.js +33 -0
- package/dist/commonjs/manifest/classes/update_period_in_place.d.ts +53 -0
- package/dist/commonjs/manifest/classes/update_period_in_place.js +172 -0
- package/dist/commonjs/manifest/classes/update_periods.d.ts +50 -0
- package/dist/commonjs/manifest/classes/update_periods.js +229 -0
- package/dist/commonjs/manifest/classes/utils.d.ts +39 -0
- package/dist/commonjs/manifest/classes/utils.js +54 -0
- package/dist/commonjs/manifest/index.d.ts +15 -24
- package/dist/commonjs/manifest/index.js +5 -31
- package/dist/commonjs/manifest/types.d.ts +372 -19
- package/dist/commonjs/manifest/types.js +0 -31
- package/dist/commonjs/manifest/utils.d.ts +149 -31
- package/dist/commonjs/manifest/utils.js +698 -34
- package/dist/commonjs/minimal.d.ts +4 -1
- package/dist/commonjs/minimal.js +12 -1
- package/dist/commonjs/mse/index.d.ts +1 -0
- package/dist/commonjs/mse/index.js +2 -0
- package/dist/commonjs/mse/main_codec_support_prober.d.ts +26 -0
- package/dist/commonjs/mse/main_codec_support_prober.js +44 -0
- package/dist/commonjs/mse/main_media_source_interface.d.ts +112 -0
- package/dist/commonjs/mse/main_media_source_interface.js +529 -0
- package/dist/commonjs/mse/types.d.ts +301 -0
- package/dist/commonjs/mse/types.js +2 -0
- package/dist/commonjs/mse/utils/end_of_stream.d.ts +33 -0
- package/dist/commonjs/mse/utils/end_of_stream.js +114 -0
- package/dist/commonjs/mse/utils/media_source_duration_updater.js +272 -0
- package/dist/commonjs/mse/worker_codec_support_prober.d.ts +42 -0
- package/dist/commonjs/mse/worker_codec_support_prober.js +61 -0
- package/dist/commonjs/mse/worker_media_source_interface.d.ts +105 -0
- package/dist/commonjs/mse/worker_media_source_interface.js +370 -0
- package/dist/commonjs/multithread_types.d.ts +815 -0
- package/dist/commonjs/multithread_types.js +7 -0
- package/dist/commonjs/parsers/containers/isobmff/create_box.d.ts +1 -1
- package/dist/commonjs/parsers/containers/isobmff/create_box.js +4 -3
- package/dist/commonjs/parsers/containers/isobmff/drm/playready.js +1 -2
- package/dist/commonjs/parsers/containers/isobmff/get_box.js +2 -4
- package/dist/commonjs/parsers/containers/isobmff/index.d.ts +3 -3
- package/dist/commonjs/parsers/containers/isobmff/read.d.ts +1 -1
- package/dist/commonjs/parsers/containers/isobmff/read.js +7 -7
- package/dist/commonjs/parsers/containers/isobmff/take_pssh_out.js +3 -4
- package/dist/commonjs/parsers/containers/isobmff/utils.js +64 -40
- package/dist/commonjs/parsers/containers/matroska/index.d.ts +1 -1
- package/dist/commonjs/parsers/containers/matroska/utils.js +42 -29
- package/dist/commonjs/parsers/images/bif.js +17 -4
- package/dist/commonjs/parsers/manifest/dash/common/attach_trickmode_track.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/convert_supplemental_codecs.js +1 -3
- package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/flatten_overlapping_periods.js +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.js +4 -12
- package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/get_http_utc-timing_url.js +4 -5
- package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +5 -2
- package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/get_periods_time_infos.js +14 -10
- package/dist/commonjs/parsers/manifest/dash/common/index.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts +5 -5
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.js +39 -29
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_init_segment.js +8 -4
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +4 -4
- package/dist/commonjs/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +14 -10
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.js +33 -20
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts +3 -3
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.js +58 -57
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +5 -4
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +13 -10
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +23 -18
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +16 -9
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +4 -3
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +47 -26
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +11 -2
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +74 -3
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +9 -8
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +85 -66
- package/dist/commonjs/parsers/manifest/dash/common/indexes/tokens.js +2 -4
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.js +2 -2
- package/dist/commonjs/parsers/manifest/dash/common/manifest_bounds_calculator.js +9 -10
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +5 -5
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.js +63 -56
- package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/common/parse_availability_start_time.js +5 -3
- package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.d.ts +6 -6
- package/dist/commonjs/parsers/manifest/dash/common/parse_mpd.js +67 -41
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts +5 -5
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.js +56 -41
- package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.d.ts +5 -5
- package/dist/commonjs/parsers/manifest/dash/common/parse_representation_index.js +4 -6
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts +5 -5
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.js +66 -64
- package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/resolve_base_urls.js +4 -2
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/index.d.ts +17 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/index.js +19 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.js +400 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.js +33 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.js +70 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.js +118 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.js +154 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.js +70 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.js +221 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Period.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Period.js +179 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.js +256 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.js +152 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.js +60 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.js +125 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.js +36 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.js +82 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/utils.d.ts +176 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/utils.js +382 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.js +142 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.js +374 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/BaseURL.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/BaseURL.js +32 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/ContentComponent.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/ContentProtection.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/EventStream.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/EventStream.js +119 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Initialization.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Initialization.js +44 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/MPD.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/MPD.js +181 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Period.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Period.js +138 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Representation.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Representation.js +230 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.d.ts +22 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.js +126 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentList.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.js +102 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentTimeline.d.ts +21 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.d.ts +23 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.js +56 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/utils.d.ts +169 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/utils.js +346 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/parse_from_document.d.ts +24 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/parse_from_document.js +136 -0
- package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts +5 -3
- package/dist/commonjs/parsers/manifest/dash/parsers_types.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +52 -23
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +21 -25
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +3 -3
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +3 -3
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +4 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +2 -4
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +4 -4
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +9 -6
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +13 -15
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +3 -3
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +5 -10
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +11 -18
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +2 -4
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +4 -4
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/root.js +7 -3
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +5 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts +55 -55
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/utils.js +7 -3
- package/dist/commonjs/parsers/manifest/local/parse_local_manifest.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/local/parse_local_manifest.js +25 -16
- package/dist/commonjs/parsers/manifest/local/representation_index.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/local/representation_index.js +8 -10
- package/dist/commonjs/parsers/manifest/metaplaylist/index.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +4 -4
- package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.js +59 -42
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts +3 -3
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.js +10 -7
- package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/smooth/create_parser.js +130 -108
- package/dist/commonjs/parsers/manifest/smooth/get_codecs.js +3 -3
- package/dist/commonjs/parsers/manifest/smooth/index.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/smooth/parse_C_nodes.js +9 -9
- package/dist/commonjs/parsers/manifest/smooth/parse_protection_node.js +12 -8
- package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts +3 -3
- package/dist/commonjs/parsers/manifest/smooth/representation_index.js +37 -37
- package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/smooth/shared_smooth_segment_timeline.js +8 -9
- package/dist/commonjs/parsers/manifest/smooth/utils/add_segment_infos.js +10 -7
- package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/smooth/utils/parseBoolean.js +1 -1
- package/dist/commonjs/parsers/manifest/smooth/utils/tokens.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/smooth/utils/tokens.js +1 -2
- package/dist/commonjs/parsers/manifest/types.d.ts +10 -3
- package/dist/commonjs/parsers/manifest/utils/check_manifest_ids.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.d.ts +3 -2
- package/dist/commonjs/parsers/manifest/utils/clear_timeline_from_position.js +11 -7
- package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/utils/get_first_time_from_adaptation.js +5 -4
- package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/utils/get_last_time_from_adaptation.js +5 -4
- package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/utils/get_maximum_positions.js +11 -17
- package/dist/commonjs/parsers/manifest/utils/get_minimum_position.d.ts +2 -2
- package/dist/commonjs/parsers/manifest/utils/get_minimum_position.js +5 -11
- package/dist/commonjs/parsers/manifest/utils/index_helpers.js +4 -5
- package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.d.ts +1 -1
- package/dist/commonjs/parsers/manifest/utils/update_segment_timeline.js +17 -17
- package/dist/commonjs/parsers/texttracks/index.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/sami/html.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/sami/html.js +17 -16
- package/dist/commonjs/parsers/texttracks/sami/native.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/sami/native.js +12 -18
- package/dist/commonjs/parsers/texttracks/srt/html.js +12 -10
- package/dist/commonjs/parsers/texttracks/srt/native.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/srt/native.js +2 -8
- package/dist/commonjs/parsers/texttracks/srt/parse_cue.js +4 -8
- package/dist/commonjs/parsers/texttracks/ttml/get_parameters.js +7 -8
- package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/ttml/get_time_delimiters.js +9 -10
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +2 -2
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_extent.js +5 -9
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_font_size.js +6 -7
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_line_height.js +4 -3
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_origin.js +5 -9
- package/dist/commonjs/parsers/texttracks/ttml/html/apply_padding.js +7 -11
- package/dist/commonjs/parsers/texttracks/ttml/html/create_element.d.ts +2 -2
- package/dist/commonjs/parsers/texttracks/ttml/html/create_element.js +29 -22
- package/dist/commonjs/parsers/texttracks/ttml/html/generate_css_test_outline.js +2 -2
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_cue.js +5 -3
- package/dist/commonjs/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +39 -23
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.d.ts +2 -2
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_cue.js +14 -13
- package/dist/commonjs/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.d.ts +3 -3
- package/dist/commonjs/parsers/texttracks/ttml/parse_ttml.js +27 -15
- package/dist/commonjs/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/ttml/time_parsing.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/ttml/time_parsing.js +2 -2
- package/dist/commonjs/parsers/texttracks/ttml/xml_utils.js +2 -1
- package/dist/commonjs/parsers/texttracks/types.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/get_style_blocks.js +2 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_default_style_elements.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_style_attribute.js +6 -12
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/create_styled_element.js +7 -8
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_style_block.js +4 -4
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_to_div.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/parse_webvtt_to_div.js +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/html/to_html.js +4 -10
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_to_cues.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/native/parse_vtt_to_cues.js +5 -9
- package/dist/commonjs/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +1 -1
- package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.d.ts +2 -2
- package/dist/commonjs/parsers/texttracks/webvtt/native/to_native_cue.js +3 -3
- package/dist/commonjs/parsers/texttracks/webvtt/parse_cue_block.js +9 -5
- package/dist/commonjs/parsers/texttracks/webvtt/parse_timestamp.js +1 -2
- package/dist/commonjs/parsers/texttracks/webvtt/utils.js +6 -6
- package/dist/commonjs/playback_observer/index.d.ts +6 -0
- package/dist/commonjs/playback_observer/index.js +5 -0
- package/dist/commonjs/playback_observer/media_element_playback_observer.d.ts +203 -0
- package/dist/commonjs/playback_observer/media_element_playback_observer.js +685 -0
- package/dist/commonjs/playback_observer/types.d.ts +223 -0
- package/dist/commonjs/playback_observer/types.js +2 -0
- package/dist/commonjs/playback_observer/utils/generate_read_only_observer.d.ts +11 -0
- package/dist/commonjs/playback_observer/utils/generate_read_only_observer.js +44 -0
- package/dist/commonjs/playback_observer/utils/observation_position.d.ts +87 -0
- package/dist/commonjs/playback_observer/utils/observation_position.js +88 -0
- package/dist/commonjs/playback_observer/worker_playback_observer.d.ts +72 -0
- package/dist/commonjs/playback_observer/worker_playback_observer.js +49 -0
- package/dist/commonjs/public_types.d.ts +104 -35
- package/dist/commonjs/public_types.js +2 -13
- package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.d.ts +3 -3
- package/dist/commonjs/tools/TextTrackRenderer/text_track_renderer.js +17 -18
- package/dist/commonjs/tools/index.d.ts +2 -1
- package/dist/commonjs/tools/index.js +3 -1
- package/dist/commonjs/tools/parseBIFThumbnails/index.js +33 -0
- package/dist/commonjs/transports/dash/add_segment_integrity_checks_to_loader.d.ts +1 -1
- package/dist/commonjs/transports/dash/add_segment_integrity_checks_to_loader.js +2 -3
- package/dist/commonjs/transports/dash/construct_segment_url.d.ts +2 -2
- package/dist/commonjs/transports/dash/construct_segment_url.js +7 -3
- package/dist/commonjs/transports/dash/extract_complete_chunks.d.ts +1 -1
- package/dist/commonjs/transports/dash/extract_complete_chunks.js +37 -8
- package/dist/commonjs/transports/dash/get_events_out_of_emsgs.d.ts +2 -2
- package/dist/commonjs/transports/dash/get_events_out_of_emsgs.js +12 -11
- package/dist/commonjs/transports/dash/init_segment_loader.d.ts +3 -3
- package/dist/commonjs/transports/dash/init_segment_loader.js +46 -22
- package/dist/commonjs/transports/dash/low_latency_segment_loader.d.ts +2 -2
- package/dist/commonjs/transports/dash/low_latency_segment_loader.js +18 -11
- package/dist/commonjs/transports/dash/manifest_parser.d.ts +2 -2
- package/dist/commonjs/transports/dash/manifest_parser.js +69 -28
- package/dist/commonjs/transports/dash/pipelines.d.ts +1 -1
- package/dist/commonjs/transports/dash/pipelines.js +15 -12
- package/dist/commonjs/transports/dash/segment_loader.d.ts +4 -4
- package/dist/commonjs/transports/dash/segment_loader.js +35 -21
- package/dist/commonjs/transports/dash/segment_parser.d.ts +2 -2
- package/dist/commonjs/transports/dash/segment_parser.js +54 -22
- package/dist/commonjs/transports/dash/text_loader.d.ts +2 -2
- package/dist/commonjs/transports/dash/text_loader.js +21 -18
- package/dist/commonjs/transports/dash/text_parser.d.ts +2 -2
- package/dist/commonjs/transports/dash/text_parser.js +49 -23
- package/dist/commonjs/transports/index.d.ts +1 -1
- package/dist/commonjs/transports/index.js +0 -15
- package/dist/commonjs/transports/local/pipelines.d.ts +1 -1
- package/dist/commonjs/transports/local/pipelines.js +15 -10
- package/dist/commonjs/transports/local/segment_loader.d.ts +3 -3
- package/dist/commonjs/transports/local/segment_loader.js +14 -6
- package/dist/commonjs/transports/local/segment_parser.d.ts +1 -1
- package/dist/commonjs/transports/local/segment_parser.js +30 -12
- package/dist/commonjs/transports/local/text_parser.d.ts +1 -1
- package/dist/commonjs/transports/local/text_parser.js +48 -18
- package/dist/commonjs/transports/metaplaylist/manifest_loader.d.ts +4 -4
- package/dist/commonjs/transports/metaplaylist/manifest_loader.js +9 -5
- package/dist/commonjs/transports/metaplaylist/pipelines.d.ts +1 -1
- package/dist/commonjs/transports/metaplaylist/pipelines.js +38 -22
- package/dist/commonjs/transports/smooth/extract_timings_infos.d.ts +2 -2
- package/dist/commonjs/transports/smooth/extract_timings_infos.js +14 -13
- package/dist/commonjs/transports/smooth/is_mp4_embedded_track.d.ts +1 -1
- package/dist/commonjs/transports/smooth/is_mp4_embedded_track.js +1 -1
- package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.d.ts +0 -1
- package/dist/commonjs/transports/smooth/isobmff/create_audio_init_segment.js +3 -4
- package/dist/commonjs/transports/smooth/isobmff/create_boxes.js +22 -31
- package/dist/commonjs/transports/smooth/isobmff/create_init_segment.js +1 -1
- package/dist/commonjs/transports/smooth/isobmff/get_aaces_header.js +4 -16
- package/dist/commonjs/transports/smooth/isobmff/parse_tfrf.js +1 -1
- package/dist/commonjs/transports/smooth/isobmff/parse_tfxd.js +1 -1
- package/dist/commonjs/transports/smooth/isobmff/patch_segment.js +12 -11
- package/dist/commonjs/transports/smooth/pipelines.d.ts +1 -1
- package/dist/commonjs/transports/smooth/pipelines.js +101 -60
- package/dist/commonjs/transports/smooth/segment_loader.d.ts +3 -3
- package/dist/commonjs/transports/smooth/segment_loader.js +50 -27
- package/dist/commonjs/transports/smooth/utils.d.ts +4 -4
- package/dist/commonjs/transports/smooth/utils.js +9 -5
- package/dist/commonjs/transports/types.d.ts +22 -27
- package/dist/commonjs/transports/utils/byte_range.js +1 -2
- package/dist/commonjs/transports/utils/call_custom_manifest_loader.d.ts +3 -3
- package/dist/commonjs/transports/utils/call_custom_manifest_loader.js +10 -6
- package/dist/commonjs/transports/utils/check_isobmff_integrity.js +3 -3
- package/dist/commonjs/transports/utils/find_complete_box.js +2 -1
- package/dist/commonjs/transports/utils/generate_manifest_loader.d.ts +3 -3
- package/dist/commonjs/transports/utils/generate_manifest_loader.js +20 -8
- package/dist/commonjs/transports/utils/get_isobmff_timing_infos.d.ts +2 -2
- package/dist/commonjs/transports/utils/get_isobmff_timing_infos.js +12 -11
- package/dist/commonjs/transports/utils/infer_segment_container.d.ts +1 -1
- package/dist/commonjs/transports/utils/infer_segment_container.js +1 -3
- package/dist/commonjs/transports/utils/parse_text_track.d.ts +4 -4
- package/dist/commonjs/transports/utils/parse_text_track.js +4 -7
- package/dist/commonjs/utils/array_includes.js +2 -6
- package/dist/commonjs/utils/assert.d.ts +41 -0
- package/dist/commonjs/utils/assert.js +71 -8
- package/dist/commonjs/utils/base64.js +87 -29
- package/dist/commonjs/utils/byte_parsing.js +64 -56
- package/dist/commonjs/utils/cancellable_sleep.d.ts +1 -1
- package/dist/commonjs/utils/create_cancellable_promise.d.ts +1 -1
- package/dist/commonjs/utils/deep_merge.js +4 -4
- package/dist/commonjs/utils/event_emitter.d.ts +1 -1
- package/dist/commonjs/utils/event_emitter.js +7 -2
- package/dist/commonjs/utils/get_fuzzed_delay.js +1 -1
- package/dist/commonjs/utils/global_scope.d.ts +9 -0
- package/dist/commonjs/utils/global_scope.js +22 -0
- package/dist/commonjs/utils/hash_buffer.js +1 -1
- package/dist/commonjs/utils/languages/ISO_639-1_to_ISO_639-3.js +182 -182
- package/dist/commonjs/utils/languages/ISO_639-2_to_ISO_639-3.js +19 -19
- package/dist/commonjs/utils/languages/normalize.js +4 -2
- package/dist/commonjs/utils/logger.d.ts +13 -3
- package/dist/commonjs/utils/logger.js +73 -26
- package/dist/commonjs/utils/monotonic_timestamp.d.ts +20 -4
- package/dist/commonjs/utils/monotonic_timestamp.js +22 -5
- package/dist/commonjs/utils/object_assign.d.ts +29 -5
- package/dist/commonjs/utils/object_assign.js +17 -8
- package/dist/commonjs/utils/object_values.d.ts +1 -1
- package/dist/commonjs/utils/object_values.js +2 -3
- package/dist/commonjs/utils/queue_microtask.js +3 -3
- package/dist/commonjs/utils/ranges.js +22 -29
- package/dist/commonjs/utils/reference.d.ts +1 -1
- package/dist/commonjs/utils/reference.js +1 -3
- package/dist/commonjs/utils/request/fetch.d.ts +1 -1
- package/dist/commonjs/utils/request/fetch.js +41 -30
- package/dist/commonjs/utils/request/index.d.ts +2 -1
- package/dist/commonjs/utils/request/index.js +4 -1
- package/dist/commonjs/utils/request/request_error.d.ts +47 -0
- package/dist/commonjs/utils/request/request_error.js +87 -0
- package/dist/commonjs/utils/request/xhr.d.ts +5 -5
- package/dist/commonjs/utils/request/xhr.js +35 -24
- package/dist/commonjs/utils/retry_promise_with_backoff.d.ts +11 -3
- package/dist/commonjs/utils/retry_promise_with_backoff.js +18 -4
- package/dist/commonjs/utils/slice_uint8array.js +3 -3
- package/dist/commonjs/utils/starts_with.js +3 -3
- package/dist/commonjs/utils/string_parsing.js +17 -19
- package/dist/commonjs/utils/sync_or_async.d.ts +70 -0
- package/dist/commonjs/utils/sync_or_async.js +51 -0
- package/dist/commonjs/utils/task_canceller.js +1 -2
- package/dist/commonjs/utils/wrapInPromise.d.ts +1 -1
- package/dist/commonjs/utils/xml-parser.d.ts +70 -0
- package/dist/commonjs/utils/xml-parser.js +357 -0
- package/dist/commonjs/worker_entry_point.d.ts +5 -0
- package/dist/commonjs/worker_entry_point.js +8 -0
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts +3 -0
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.js +3 -0
- package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts +3 -0
- package/dist/es2017/__GENERATED_CODE/embedded_worker.js +3 -0
- package/dist/es2017/__GENERATED_CODE/index.d.ts +2 -0
- package/dist/es2017/__GENERATED_CODE/index.js +2 -0
- package/dist/es2017/compat/add_class_name.js +4 -3
- package/dist/es2017/compat/add_text_track.d.ts +1 -1
- package/dist/es2017/compat/add_text_track.js +3 -2
- package/dist/es2017/compat/browser_compatibility_types.js +14 -8
- package/dist/es2017/compat/browser_detection.d.ts +3 -1
- package/dist/es2017/compat/browser_detection.js +28 -10
- package/dist/es2017/compat/can_reuse_media_keys.js +1 -1
- package/dist/es2017/compat/change_source_buffer_type.d.ts +1 -1
- package/dist/es2017/compat/eme/close_session.d.ts +1 -1
- package/dist/es2017/compat/eme/close_session.js +17 -13
- package/dist/es2017/compat/eme/custom_key_system_access.d.ts +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.d.ts +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/ie11_media_keys.js +14 -7
- package/dist/es2017/compat/eme/custom_media_keys/index.js +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/moz_media_keys_constructor.js +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/ms_media_keys_constructor.js +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +2 -2
- package/dist/es2017/compat/eme/custom_media_keys/old_webkit_media_keys.js +10 -11
- package/dist/es2017/compat/eme/custom_media_keys/types.d.ts +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.d.ts +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys.js +5 -9
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +1 -1
- package/dist/es2017/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +4 -4
- package/dist/es2017/compat/eme/eme-api-implementation.d.ts +3 -3
- package/dist/es2017/compat/eme/eme-api-implementation.js +17 -15
- package/dist/es2017/compat/eme/generate_key_request.d.ts +1 -1
- package/dist/es2017/compat/eme/generate_key_request.js +17 -20
- package/dist/es2017/compat/eme/get_init_data.js +5 -7
- package/dist/es2017/compat/eme/get_uuid_kid_from_keystatus_kid.js +2 -3
- package/dist/es2017/compat/eme/get_webkit_fairplay_initdata.js +12 -13
- package/dist/es2017/compat/eme/load_session.d.ts +1 -1
- package/dist/es2017/compat/enable_audio_track.d.ts +1 -1
- package/dist/es2017/compat/event_listeners.d.ts +4 -4
- package/dist/es2017/compat/event_listeners.js +40 -37
- package/dist/es2017/compat/has_mse_in_worker.d.ts +2 -0
- package/dist/es2017/compat/has_mse_in_worker.js +4 -0
- package/dist/es2017/compat/has_webassembly.d.ts +6 -0
- package/dist/es2017/compat/has_webassembly.js +6 -0
- package/dist/es2017/compat/is_codec_supported.js +7 -1
- package/dist/es2017/compat/is_vtt_cue.d.ts +1 -1
- package/dist/es2017/compat/is_vtt_cue.js +1 -1
- package/dist/es2017/compat/make_vtt_cue.d.ts +1 -1
- package/dist/es2017/compat/make_vtt_cue.js +1 -1
- package/dist/es2017/compat/on_height_width_change.d.ts +2 -2
- package/dist/es2017/compat/on_height_width_change.js +2 -2
- package/dist/es2017/compat/patch_webkit_source_buffer.js +30 -30
- package/dist/es2017/compat/should_favour_custom_safari_EME.js +2 -2
- package/dist/es2017/compat/should_reload_media_source_on_decipherability_update.js +1 -2
- package/dist/es2017/config.d.ts +8 -19
- package/dist/es2017/config.js +4 -12
- package/dist/es2017/core/adaptive/adaptive_representation_selector.d.ts +26 -39
- package/dist/es2017/core/adaptive/adaptive_representation_selector.js +43 -31
- package/dist/es2017/core/adaptive/buffer_based_chooser.d.ts +1 -1
- package/dist/es2017/core/adaptive/buffer_based_chooser.js +14 -12
- package/dist/es2017/core/adaptive/guess_based_chooser.d.ts +6 -6
- package/dist/es2017/core/adaptive/guess_based_chooser.js +8 -7
- package/dist/es2017/core/adaptive/index.d.ts +2 -2
- package/dist/es2017/core/adaptive/network_analyzer.d.ts +6 -6
- package/dist/es2017/core/adaptive/network_analyzer.js +48 -44
- package/dist/es2017/core/adaptive/utils/bandwidth_estimator.js +1 -1
- package/dist/es2017/core/adaptive/utils/ewma.js +1 -2
- package/dist/es2017/core/adaptive/utils/filter_by_bitrate.d.ts +2 -2
- package/dist/es2017/core/adaptive/utils/filter_by_resolution.d.ts +2 -2
- package/dist/es2017/core/adaptive/utils/filter_by_resolution.js +2 -4
- package/dist/es2017/core/adaptive/utils/get_buffer_levels.js +8 -5
- package/dist/es2017/core/adaptive/utils/last_estimate_storage.d.ts +3 -3
- package/dist/es2017/core/adaptive/utils/pending_requests_store.d.ts +5 -5
- package/dist/es2017/core/adaptive/utils/pending_requests_store.js +5 -6
- package/dist/es2017/core/adaptive/utils/representation_score_calculator.d.ts +7 -7
- package/dist/es2017/core/adaptive/utils/representation_score_calculator.js +10 -8
- package/dist/es2017/core/adaptive/utils/select_optimal_representation.d.ts +4 -4
- package/dist/es2017/core/adaptive/utils/select_optimal_representation.js +2 -2
- package/dist/es2017/core/fetchers/cdn_prioritizer.d.ts +2 -2
- package/dist/es2017/core/fetchers/cdn_prioritizer.js +5 -6
- package/dist/es2017/core/fetchers/manifest/index.d.ts +1 -1
- package/dist/es2017/core/fetchers/manifest/manifest_fetcher.d.ts +3 -3
- package/dist/es2017/core/fetchers/manifest/manifest_fetcher.js +76 -76
- package/dist/es2017/core/fetchers/segment/index.d.ts +1 -1
- package/dist/es2017/core/fetchers/segment/initialization_segment_cache.d.ts +42 -0
- package/dist/es2017/core/fetchers/segment/initialization_segment_cache.js +48 -0
- package/dist/es2017/core/fetchers/segment/prioritized_segment_fetcher.d.ts +4 -3
- package/dist/es2017/core/fetchers/segment/segment_fetcher.d.ts +12 -12
- package/dist/es2017/core/fetchers/segment/segment_fetcher.js +54 -39
- package/dist/es2017/core/fetchers/segment/segment_fetcher_creator.d.ts +5 -5
- package/dist/es2017/core/fetchers/segment/segment_fetcher_creator.js +5 -3
- package/dist/es2017/core/fetchers/segment/task_prioritizer.d.ts +1 -1
- package/dist/es2017/core/fetchers/segment/task_prioritizer.js +22 -21
- package/dist/es2017/core/fetchers/utils/error_selector.d.ts +1 -2
- package/dist/es2017/core/fetchers/utils/error_selector.js +2 -2
- package/dist/es2017/core/fetchers/utils/schedule_request.d.ts +3 -3
- package/dist/es2017/core/fetchers/utils/schedule_request.js +23 -23
- package/dist/es2017/core/main/common/DecipherabilityFreezeDetector.d.ts +79 -0
- package/dist/es2017/core/main/common/DecipherabilityFreezeDetector.js +91 -0
- package/dist/es2017/core/main/common/content_time_boundaries_observer.d.ts +191 -0
- package/dist/es2017/core/main/common/content_time_boundaries_observer.js +467 -0
- package/dist/es2017/core/main/common/create_content_time_boundaries_observer.d.ts +27 -0
- package/dist/es2017/core/main/common/create_content_time_boundaries_observer.js +41 -0
- package/dist/es2017/core/main/common/get_buffered_data_per_media_buffer.d.ts +14 -0
- package/dist/es2017/core/main/common/get_buffered_data_per_media_buffer.js +34 -0
- package/dist/es2017/core/main/worker/content_preparer.d.ts +93 -0
- package/dist/es2017/core/main/worker/content_preparer.js +239 -0
- package/dist/es2017/core/main/worker/globals.d.ts +13 -0
- package/dist/es2017/core/main/worker/globals.js +18 -0
- package/dist/es2017/core/main/worker/index.d.ts +2 -0
- package/dist/es2017/core/main/worker/index.js +2 -0
- package/dist/es2017/core/main/worker/send_message.d.ts +3 -0
- package/dist/es2017/core/main/worker/send_message.js +20 -0
- package/dist/es2017/core/main/worker/track_choice_setter.d.ts +19 -0
- package/dist/es2017/core/main/worker/track_choice_setter.js +114 -0
- package/dist/es2017/core/main/worker/worker_main.d.ts +1 -0
- package/dist/es2017/core/main/worker/worker_main.js +702 -0
- package/dist/es2017/core/main/worker/worker_text_displayer_interface.d.ts +64 -0
- package/dist/es2017/core/main/worker/worker_text_displayer_interface.js +120 -0
- package/dist/es2017/core/segment_sinks/garbage_collector.d.ts +43 -0
- package/dist/es2017/core/segment_sinks/garbage_collector.js +143 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.d.ts +135 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/audio_video_segment_buffer.js +265 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/index.d.ts +17 -0
- package/dist/es2017/core/segment_sinks/implementations/audio_video/index.js +17 -0
- package/dist/es2017/core/segment_sinks/implementations/index.d.ts +19 -0
- package/dist/es2017/core/segment_sinks/implementations/index.js +18 -0
- package/dist/es2017/core/segment_sinks/implementations/text/index.d.ts +3 -0
- package/dist/es2017/core/segment_sinks/implementations/text/index.js +2 -0
- package/dist/es2017/core/segment_sinks/implementations/text/text_segment_buffer.d.ts +90 -0
- package/dist/es2017/core/segment_sinks/implementations/text/text_segment_buffer.js +156 -0
- package/dist/es2017/core/segment_sinks/implementations/types.d.ts +307 -0
- package/dist/es2017/core/segment_sinks/implementations/types.js +112 -0
- package/dist/es2017/core/segment_sinks/implementations/utils/manual_time_ranges.js +63 -0
- package/dist/es2017/core/segment_sinks/index.d.ts +21 -0
- package/dist/es2017/core/segment_sinks/index.js +21 -0
- package/dist/es2017/core/segment_sinks/inventory/buffered_history.d.ts +89 -0
- package/dist/es2017/core/segment_sinks/inventory/buffered_history.js +88 -0
- package/dist/es2017/core/segment_sinks/inventory/index.d.ts +21 -0
- package/dist/es2017/core/segment_sinks/inventory/index.js +18 -0
- package/dist/es2017/core/segment_sinks/inventory/segment_inventory.d.ts +238 -0
- package/dist/es2017/core/segment_sinks/inventory/segment_inventory.js +868 -0
- package/dist/es2017/core/segment_sinks/inventory/types.d.ts +27 -0
- package/dist/es2017/core/segment_sinks/inventory/utils.d.ts +33 -0
- package/dist/es2017/core/segment_sinks/inventory/utils.js +48 -0
- package/dist/es2017/core/segment_sinks/segment_buffers_store.d.ts +171 -0
- package/dist/es2017/core/segment_sinks/segment_buffers_store.js +281 -0
- package/dist/es2017/core/stream/adaptation/adaptation_stream.d.ts +4 -4
- package/dist/es2017/core/stream/adaptation/adaptation_stream.js +53 -35
- package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.d.ts +23 -9
- package/dist/es2017/core/stream/adaptation/get_representations_switch_strategy.js +53 -74
- package/dist/es2017/core/stream/adaptation/types.d.ts +34 -45
- package/dist/es2017/core/stream/index.d.ts +3 -2
- package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.d.ts +8 -8
- package/dist/es2017/core/stream/orchestrator/get_time_ranges_for_content.js +6 -7
- package/dist/es2017/core/stream/orchestrator/stream_orchestrator.d.ts +20 -19
- package/dist/es2017/core/stream/orchestrator/stream_orchestrator.js +92 -74
- package/dist/es2017/core/stream/period/period_stream.d.ts +5 -5
- package/dist/es2017/core/stream/period/period_stream.js +121 -70
- package/dist/es2017/core/stream/period/types.d.ts +29 -21
- package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +14 -15
- package/dist/es2017/core/stream/period/utils/get_adaptation_switch_strategy.js +63 -92
- package/dist/es2017/core/stream/representation/representation_stream.d.ts +5 -5
- package/dist/es2017/core/stream/representation/representation_stream.js +53 -39
- package/dist/es2017/core/stream/representation/types.d.ts +52 -25
- package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.d.ts +12 -9
- package/dist/es2017/core/stream/representation/utils/append_segment_to_buffer.js +36 -21
- package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.d.ts +7 -7
- package/dist/es2017/core/stream/representation/utils/check_for_discontinuity.js +16 -18
- package/dist/es2017/core/stream/representation/utils/downloading_queue.d.ts +10 -10
- package/dist/es2017/core/stream/representation/utils/downloading_queue.js +11 -11
- package/dist/es2017/core/stream/representation/utils/get_buffer_status.d.ts +11 -11
- package/dist/es2017/core/stream/representation/utils/get_buffer_status.js +58 -39
- package/dist/es2017/core/stream/representation/utils/get_needed_segments.d.ts +7 -8
- package/dist/es2017/core/stream/representation/utils/get_needed_segments.js +28 -37
- package/dist/es2017/core/stream/representation/utils/push_init_segment.d.ts +14 -12
- package/dist/es2017/core/stream/representation/utils/push_init_segment.js +8 -10
- package/dist/es2017/core/stream/representation/utils/push_media_segment.d.ts +15 -13
- package/dist/es2017/core/stream/representation/utils/push_media_segment.js +14 -16
- package/dist/es2017/core/types.d.ts +8 -0
- package/dist/es2017/default_config.d.ts +38 -50
- package/dist/es2017/default_config.js +77 -77
- package/dist/es2017/errors/encrypted_media_error.d.ts +19 -2
- package/dist/es2017/errors/encrypted_media_error.js +16 -1
- package/dist/es2017/errors/error_codes.d.ts +4 -3
- package/dist/es2017/errors/error_codes.js +3 -7
- package/dist/es2017/errors/format_error.d.ts +2 -2
- package/dist/es2017/errors/format_error.js +2 -3
- package/dist/es2017/errors/index.d.ts +7 -8
- package/dist/es2017/errors/index.js +2 -3
- package/dist/es2017/errors/is_known_error.d.ts +1 -1
- package/dist/es2017/errors/is_known_error.js +2 -2
- package/dist/es2017/errors/media_error.d.ts +22 -19
- package/dist/es2017/errors/media_error.js +18 -20
- package/dist/es2017/errors/network_error.d.ts +16 -2
- package/dist/es2017/errors/network_error.js +17 -3
- package/dist/es2017/errors/other_error.d.ts +15 -1
- package/dist/es2017/errors/other_error.js +11 -1
- package/dist/es2017/errors/source_buffer_error.d.ts +40 -0
- package/dist/es2017/errors/source_buffer_error.js +43 -0
- package/dist/es2017/errors/worker_initialization_error.d.ts +19 -0
- package/dist/es2017/errors/worker_initialization_error.js +22 -0
- package/dist/es2017/experimental/features/index.d.ts +1 -2
- package/dist/es2017/experimental/features/index.js +1 -2
- package/dist/es2017/experimental/features/local.d.ts +1 -1
- package/dist/es2017/experimental/features/local.js +4 -3
- package/dist/es2017/experimental/features/metaplaylist.d.ts +1 -1
- package/dist/es2017/experimental/features/metaplaylist.js +4 -3
- package/dist/es2017/experimental/features/multi_thread.d.ts +8 -0
- package/dist/es2017/experimental/features/multi_thread.js +10 -0
- package/dist/es2017/experimental/index.d.ts +1 -1
- package/dist/es2017/experimental/index.js +1 -1
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +1 -1
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +1 -1
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.d.ts +1 -1
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/index.js +2 -2
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +5 -5
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +11 -15
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +4 -4
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +29 -22
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +3 -5
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +6 -7
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/types.d.ts +6 -6
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +3 -3
- package/dist/es2017/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +29 -32
- package/dist/es2017/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +13 -23
- package/dist/es2017/experimental/tools/createMetaplaylist/index.d.ts +1 -1
- package/dist/es2017/experimental/tools/createMetaplaylist/index.js +8 -14
- package/dist/es2017/experimental/tools/index.d.ts +1 -2
- package/dist/es2017/experimental/tools/index.js +1 -2
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/index.d.ts +1 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/index.js +9 -13
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.d.ts +4 -3
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.js +7 -4
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/capabilities.d.ts +1 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/capabilities.js +10 -47
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/index.d.ts +2 -0
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.d.ts +2 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.js +9 -6
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +2 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +22 -14
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +2 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +26 -22
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +10 -10
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/index.d.ts +1 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +2 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +6 -7
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.d.ts +1 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.js +6 -11
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.d.ts +2 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.js +3 -4
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +2 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +5 -5
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/types.d.ts +2 -2
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.d.ts +1 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/utils.js +8 -7
- package/dist/es2017/features/add_features.d.ts +1 -1
- package/dist/es2017/features/features_object.d.ts +1 -1
- package/dist/es2017/features/features_object.js +9 -6
- package/dist/es2017/features/index.d.ts +1 -1
- package/dist/es2017/features/index.js +1 -1
- package/dist/es2017/features/list/dash.d.ts +1 -1
- package/dist/es2017/features/list/dash.js +6 -5
- package/dist/es2017/features/list/dash_wasm.d.ts +23 -0
- package/dist/es2017/features/list/dash_wasm.js +35 -0
- package/dist/es2017/features/list/debug_element.d.ts +8 -0
- package/dist/es2017/features/list/debug_element.js +10 -0
- package/dist/es2017/features/list/directfile.d.ts +1 -1
- package/dist/es2017/features/list/directfile.js +3 -5
- package/dist/es2017/features/list/eme.d.ts +1 -1
- package/dist/es2017/features/list/eme.js +1 -1
- package/dist/es2017/features/list/html_sami_parser.d.ts +1 -1
- package/dist/es2017/features/list/html_sami_parser.js +2 -2
- package/dist/es2017/features/list/html_srt_parser.d.ts +1 -1
- package/dist/es2017/features/list/html_srt_parser.js +2 -2
- package/dist/es2017/features/list/html_text_buffer.d.ts +1 -1
- package/dist/es2017/features/list/html_text_buffer.js +2 -2
- package/dist/es2017/features/list/html_ttml_parser.d.ts +1 -1
- package/dist/es2017/features/list/html_ttml_parser.js +2 -2
- package/dist/es2017/features/list/html_vtt_parser.d.ts +1 -1
- package/dist/es2017/features/list/html_vtt_parser.js +2 -2
- package/dist/es2017/features/list/index.d.ts +3 -0
- package/dist/es2017/features/list/index.js +3 -0
- package/dist/es2017/features/list/media_source_main.d.ts +8 -0
- package/dist/es2017/features/list/media_source_main.js +10 -0
- package/dist/es2017/features/list/native_sami_parser.d.ts +1 -1
- package/dist/es2017/features/list/native_sami_parser.js +2 -3
- package/dist/es2017/features/list/native_srt_parser.d.ts +1 -1
- package/dist/es2017/features/list/native_srt_parser.js +2 -3
- package/dist/es2017/features/list/native_text_buffer.d.ts +1 -1
- package/dist/es2017/features/list/native_text_buffer.js +2 -3
- package/dist/es2017/features/list/native_ttml_parser.d.ts +1 -1
- package/dist/es2017/features/list/native_ttml_parser.js +2 -3
- package/dist/es2017/features/list/native_vtt_parser.d.ts +1 -1
- package/dist/es2017/features/list/native_vtt_parser.js +2 -3
- package/dist/es2017/features/list/smooth.d.ts +2 -2
- package/dist/es2017/features/list/smooth.js +8 -5
- package/dist/es2017/features/types.d.ts +52 -24
- package/dist/es2017/index.d.ts +1 -1
- package/dist/es2017/index.js +3 -1
- package/dist/es2017/main_thread/api/debug/buffer_graph.d.ts +28 -0
- package/dist/es2017/main_thread/api/debug/buffer_graph.js +164 -0
- package/dist/es2017/main_thread/api/debug/buffer_size_graph.js +102 -0
- package/dist/es2017/main_thread/api/debug/modules/general_info.d.ts +3 -0
- package/dist/es2017/main_thread/api/debug/modules/general_info.js +192 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.d.ts +4 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_content.js +124 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.d.ts +3 -0
- package/dist/es2017/main_thread/api/debug/modules/segment_buffer_size.js +35 -0
- package/dist/es2017/main_thread/api/debug/render.d.ts +3 -0
- package/dist/es2017/main_thread/api/debug/render.js +32 -0
- package/dist/es2017/main_thread/api/debug/utils.js +54 -0
- package/dist/es2017/main_thread/api/index.d.ts +17 -0
- package/dist/es2017/main_thread/api/index.js +17 -0
- package/dist/es2017/main_thread/api/option_utils.d.ts +124 -0
- package/dist/es2017/main_thread/api/option_utils.js +308 -0
- package/dist/es2017/main_thread/api/public_api.d.ts +751 -0
- package/dist/es2017/main_thread/api/public_api.js +2347 -0
- package/dist/es2017/main_thread/api/utils.d.ts +66 -0
- package/dist/es2017/main_thread/api/utils.js +170 -0
- package/dist/es2017/main_thread/decrypt/__tests__/__global__/utils.d.ts +184 -0
- package/dist/es2017/main_thread/decrypt/__tests__/__global__/utils.js +378 -0
- package/dist/es2017/main_thread/decrypt/attach_media_keys.d.ts +53 -0
- package/dist/es2017/main_thread/decrypt/attach_media_keys.js +75 -0
- package/dist/es2017/main_thread/decrypt/clear_on_stop.js +40 -0
- package/dist/es2017/main_thread/decrypt/content_decryptor.d.ts +185 -0
- package/dist/es2017/main_thread/decrypt/content_decryptor.js +799 -0
- package/dist/es2017/main_thread/decrypt/create_or_load_session.d.ts +64 -0
- package/dist/es2017/main_thread/decrypt/create_or_load_session.js +83 -0
- package/dist/es2017/main_thread/decrypt/create_session.d.ts +54 -0
- package/dist/es2017/main_thread/decrypt/create_session.js +150 -0
- package/dist/es2017/main_thread/decrypt/dispose_decryption_resources.js +41 -0
- package/dist/es2017/main_thread/decrypt/find_key_system.d.ts +48 -0
- package/dist/es2017/main_thread/decrypt/find_key_system.js +287 -0
- package/dist/es2017/main_thread/decrypt/get_media_keys.d.ts +44 -0
- package/dist/es2017/main_thread/decrypt/get_media_keys.js +103 -0
- package/dist/es2017/main_thread/decrypt/index.d.ts +26 -0
- package/dist/es2017/main_thread/decrypt/index.js +26 -0
- package/dist/es2017/main_thread/decrypt/init_media_keys.d.ts +26 -0
- package/dist/es2017/main_thread/decrypt/init_media_keys.js +47 -0
- package/dist/es2017/main_thread/decrypt/session_events_listener.d.ts +75 -0
- package/dist/es2017/main_thread/decrypt/session_events_listener.js +246 -0
- package/dist/es2017/main_thread/decrypt/set_server_certificate.d.ts +51 -0
- package/dist/es2017/main_thread/decrypt/set_server_certificate.js +82 -0
- package/dist/es2017/main_thread/decrypt/types.d.ts +374 -0
- package/dist/es2017/main_thread/decrypt/utils/are_init_values_compatible.js +141 -0
- package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.d.ts +52 -0
- package/dist/es2017/main_thread/decrypt/utils/check_key_statuses.js +163 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_loaded_sessions.d.ts +26 -0
- package/dist/es2017/main_thread/decrypt/utils/clean_old_stored_persistent_info.d.ts +32 -0
- package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.d.ts +69 -0
- package/dist/es2017/main_thread/decrypt/utils/init_data_values_container.js +105 -0
- package/dist/es2017/main_thread/decrypt/utils/is_session_usable.d.ts +24 -0
- package/dist/es2017/main_thread/decrypt/utils/is_session_usable.js +48 -0
- package/dist/es2017/main_thread/decrypt/utils/key_id_comparison.js +48 -0
- package/dist/es2017/main_thread/decrypt/utils/key_session_record.d.ts +104 -0
- package/dist/es2017/main_thread/decrypt/utils/key_session_record.js +152 -0
- package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.d.ts +213 -0
- package/dist/es2017/main_thread/decrypt/utils/loaded_sessions_store.js +365 -0
- package/dist/es2017/main_thread/decrypt/utils/media_keys_infos_store.d.ts +56 -0
- package/dist/es2017/main_thread/decrypt/utils/media_keys_infos_store.js +43 -0
- package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.d.ts +94 -0
- package/dist/es2017/main_thread/decrypt/utils/persistent_sessions_store.js +325 -0
- package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.d.ts +44 -0
- package/dist/es2017/main_thread/decrypt/utils/serializable_bytes.js +46 -0
- package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.d.ts +64 -0
- package/dist/es2017/main_thread/decrypt/utils/server_certificate_store.js +121 -0
- package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts +97 -0
- package/dist/es2017/main_thread/init/directfile_content_initializer.js +233 -0
- package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts +166 -0
- package/dist/es2017/main_thread/init/media_source_content_initializer.js +691 -0
- package/dist/es2017/main_thread/init/multi_thread_content_initializer.d.ts +167 -0
- package/dist/es2017/main_thread/init/multi_thread_content_initializer.js +1369 -0
- package/dist/es2017/main_thread/init/send_message.d.ts +2 -0
- package/dist/es2017/main_thread/init/send_message.js +10 -0
- package/dist/es2017/main_thread/init/types.d.ts +221 -0
- package/dist/es2017/main_thread/init/types.js +29 -0
- package/dist/es2017/main_thread/init/utils/create_core_playback_observer.d.ts +83 -0
- package/dist/es2017/main_thread/init/utils/create_core_playback_observer.js +98 -0
- package/dist/es2017/main_thread/init/utils/create_media_source.d.ts +37 -0
- package/dist/es2017/main_thread/init/utils/create_media_source.js +101 -0
- package/dist/es2017/main_thread/init/utils/get_initial_time.d.ts +76 -0
- package/dist/es2017/main_thread/init/utils/get_initial_time.js +106 -0
- package/dist/es2017/main_thread/init/utils/get_loaded_reference.d.ts +28 -0
- package/dist/es2017/main_thread/init/utils/get_loaded_reference.js +59 -0
- package/dist/es2017/main_thread/init/utils/initial_seek_and_play.d.ts +61 -0
- package/dist/es2017/main_thread/init/utils/initial_seek_and_play.js +203 -0
- package/dist/es2017/main_thread/init/utils/initialize_content_decryption.d.ts +87 -0
- package/dist/es2017/main_thread/init/utils/initialize_content_decryption.js +116 -0
- package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.d.ts +35 -0
- package/dist/es2017/main_thread/init/utils/main_thread_text_displayer_interface.js +50 -0
- package/dist/es2017/main_thread/init/utils/rebuffering_controller.d.ts +114 -0
- package/dist/es2017/main_thread/init/utils/rebuffering_controller.js +426 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/are_same_stream_events.js +33 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/index.d.ts +18 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +25 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +84 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.d.ts +53 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/stream_events_emitter.js +175 -0
- package/dist/es2017/main_thread/init/utils/stream_events_emitter/types.d.ts +41 -0
- package/dist/es2017/main_thread/init/utils/throw_on_media_error.d.ts +23 -0
- package/dist/es2017/main_thread/init/utils/throw_on_media_error.js +63 -0
- package/dist/es2017/main_thread/text_displayer/html/html_parsers.d.ts +15 -0
- package/dist/es2017/main_thread/text_displayer/html/html_parsers.js +22 -0
- package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.d.ts +100 -0
- package/dist/es2017/main_thread/text_displayer/html/html_text_displayer.js +312 -0
- package/dist/es2017/main_thread/text_displayer/html/index.d.ts +2 -0
- package/dist/es2017/main_thread/text_displayer/html/index.js +2 -0
- package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.d.ts +65 -0
- package/dist/es2017/main_thread/text_displayer/html/text_track_cues_store.js +358 -0
- package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.d.ts +15 -0
- package/dist/es2017/main_thread/text_displayer/html/update_proportional_elements.js +61 -0
- package/dist/es2017/main_thread/text_displayer/html/utils.d.ts +39 -0
- package/dist/es2017/main_thread/text_displayer/html/utils.js +111 -0
- package/dist/es2017/main_thread/text_displayer/index.d.ts +2 -0
- package/dist/es2017/main_thread/text_displayer/manual_time_ranges.d.ts +14 -0
- package/dist/es2017/main_thread/text_displayer/manual_time_ranges.js +48 -0
- package/dist/es2017/main_thread/text_displayer/native/index.d.ts +2 -0
- package/dist/es2017/main_thread/text_displayer/native/index.js +2 -0
- package/dist/es2017/main_thread/text_displayer/native/native_parsers.d.ts +11 -0
- package/dist/es2017/main_thread/text_displayer/native/native_parsers.js +22 -0
- package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.d.ts +56 -0
- package/dist/es2017/main_thread/text_displayer/native/native_text_displayer.js +203 -0
- package/dist/es2017/main_thread/text_displayer/types.d.ts +71 -0
- package/dist/es2017/main_thread/tracks_store/index.d.ts +20 -0
- package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.d.ts +197 -0
- package/dist/es2017/main_thread/tracks_store/media_element_tracks_store.js +663 -0
- package/dist/es2017/main_thread/tracks_store/track_dispatcher.d.ts +101 -0
- package/dist/es2017/main_thread/tracks_store/track_dispatcher.js +175 -0
- package/dist/es2017/main_thread/tracks_store/tracks_store.d.ts +448 -0
- package/dist/es2017/main_thread/tracks_store/tracks_store.js +998 -0
- package/dist/es2017/main_thread/types.d.ts +5 -0
- package/dist/es2017/main_thread/types.js +1 -0
- package/dist/es2017/manifest/classes/adaptation.d.ts +134 -0
- package/dist/es2017/manifest/classes/adaptation.js +193 -0
- package/dist/es2017/manifest/classes/index.d.ts +25 -0
- package/dist/es2017/manifest/classes/index.js +28 -0
- package/dist/es2017/manifest/classes/manifest.d.ts +391 -0
- package/dist/es2017/manifest/classes/manifest.js +381 -0
- package/dist/es2017/manifest/classes/period.d.ts +106 -0
- package/dist/es2017/manifest/classes/period.js +194 -0
- package/dist/es2017/manifest/classes/representation.d.ts +238 -0
- package/dist/es2017/manifest/classes/representation.js +346 -0
- package/dist/es2017/manifest/classes/representation_index/index.d.ts +18 -0
- package/dist/es2017/manifest/classes/representation_index/static.d.ts +101 -0
- package/dist/es2017/manifest/classes/representation_index/static.js +143 -0
- package/dist/es2017/manifest/classes/representation_index/types.d.ts +420 -0
- package/dist/es2017/manifest/classes/types.d.ts +29 -0
- package/dist/es2017/manifest/classes/update_period_in_place.d.ts +53 -0
- package/dist/es2017/manifest/classes/update_period_in_place.js +109 -0
- package/dist/es2017/manifest/classes/update_periods.d.ts +50 -0
- package/dist/es2017/manifest/classes/update_periods.js +193 -0
- package/dist/es2017/manifest/classes/utils.d.ts +39 -0
- package/dist/es2017/manifest/classes/utils.js +49 -0
- package/dist/es2017/manifest/index.d.ts +15 -24
- package/dist/es2017/manifest/index.js +3 -28
- package/dist/es2017/manifest/types.d.ts +372 -19
- package/dist/es2017/manifest/types.js +1 -30
- package/dist/es2017/manifest/utils.d.ts +149 -31
- package/dist/es2017/manifest/utils.js +458 -30
- package/dist/es2017/minimal.d.ts +4 -1
- package/dist/es2017/minimal.js +12 -1
- package/dist/es2017/mse/index.d.ts +1 -0
- package/dist/es2017/mse/index.js +1 -0
- package/dist/es2017/mse/main_codec_support_prober.d.ts +26 -0
- package/dist/es2017/mse/main_codec_support_prober.js +41 -0
- package/dist/es2017/mse/main_media_source_interface.d.ts +112 -0
- package/dist/es2017/mse/main_media_source_interface.js +431 -0
- package/dist/es2017/mse/types.d.ts +301 -0
- package/dist/es2017/mse/types.js +1 -0
- package/dist/es2017/mse/utils/end_of_stream.d.ts +33 -0
- package/dist/es2017/mse/utils/end_of_stream.js +87 -0
- package/dist/es2017/mse/utils/media_source_duration_updater.js +265 -0
- package/dist/es2017/mse/worker_codec_support_prober.d.ts +42 -0
- package/dist/es2017/mse/worker_codec_support_prober.js +58 -0
- package/dist/es2017/mse/worker_media_source_interface.d.ts +105 -0
- package/dist/es2017/mse/worker_media_source_interface.js +305 -0
- package/dist/es2017/multithread_types.d.ts +815 -0
- package/dist/es2017/multithread_types.js +6 -0
- package/dist/es2017/parsers/containers/isobmff/create_box.d.ts +1 -1
- package/dist/es2017/parsers/containers/isobmff/create_box.js +6 -5
- package/dist/es2017/parsers/containers/isobmff/drm/playready.js +2 -3
- package/dist/es2017/parsers/containers/isobmff/get_box.js +3 -5
- package/dist/es2017/parsers/containers/isobmff/index.d.ts +3 -3
- package/dist/es2017/parsers/containers/isobmff/index.js +4 -4
- package/dist/es2017/parsers/containers/isobmff/read.d.ts +1 -1
- package/dist/es2017/parsers/containers/isobmff/read.js +9 -9
- package/dist/es2017/parsers/containers/isobmff/take_pssh_out.js +4 -5
- package/dist/es2017/parsers/containers/isobmff/utils.js +60 -45
- package/dist/es2017/parsers/containers/matroska/index.d.ts +1 -1
- package/dist/es2017/parsers/containers/matroska/index.js +1 -1
- package/dist/es2017/parsers/containers/matroska/utils.js +42 -29
- package/dist/es2017/parsers/images/bif.js +10 -6
- package/dist/es2017/parsers/manifest/dash/common/attach_trickmode_track.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/convert_supplemental_codecs.js +1 -3
- package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/flatten_overlapping_periods.js +1 -1
- package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.js +4 -12
- package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/get_http_utc-timing_url.js +4 -5
- package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +4 -2
- package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/get_periods_time_infos.js +15 -13
- package/dist/es2017/parsers/manifest/dash/common/index.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts +5 -5
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.js +36 -31
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_init_segment.js +6 -4
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +4 -4
- package/dist/es2017/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +10 -10
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.js +23 -20
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts +3 -3
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.js +54 -59
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +5 -4
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +14 -11
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +25 -20
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +15 -10
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +4 -3
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +43 -27
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +11 -2
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +49 -2
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +9 -8
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +77 -69
- package/dist/es2017/parsers/manifest/dash/common/indexes/tokens.js +2 -4
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.js +2 -2
- package/dist/es2017/parsers/manifest/dash/common/manifest_bounds_calculator.js +9 -10
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +5 -5
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.js +61 -66
- package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/common/parse_availability_start_time.js +5 -3
- package/dist/es2017/parsers/manifest/dash/common/parse_mpd.d.ts +6 -6
- package/dist/es2017/parsers/manifest/dash/common/parse_mpd.js +54 -42
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts +5 -5
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.js +43 -45
- package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.d.ts +5 -5
- package/dist/es2017/parsers/manifest/dash/common/parse_representation_index.js +5 -7
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts +5 -5
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.js +63 -68
- package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/common/resolve_base_urls.js +5 -3
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/index.d.ts +17 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/index.js +17 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/AdaptationSet.js +358 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/BaseURL.js +30 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentComponent.js +45 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/ContentProtection.js +77 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/EventStream.js +101 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Initialization.js +45 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/MPD.js +179 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Period.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Period.js +137 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.js +214 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentBase.js +111 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentList.js +41 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTemplate.js +84 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentTimeline.js +33 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/SegmentURL.js +57 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/utils.d.ts +176 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/utils.js +310 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/parse_from_xml_string.js +114 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/AdaptationSet.js +354 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/BaseURL.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/BaseURL.js +29 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/ContentComponent.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/ContentProtection.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/EventStream.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/EventStream.js +100 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Initialization.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Initialization.js +41 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/MPD.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/MPD.js +161 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Period.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Period.js +118 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Representation.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Representation.js +210 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.d.ts +22 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentBase.js +107 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentList.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentTemplate.js +83 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentTimeline.d.ts +21 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.d.ts +23 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/SegmentURL.js +53 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/utils.d.ts +169 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/utils.js +297 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/parse_from_document.d.ts +24 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/parse_from_document.js +108 -0
- package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts +5 -3
- package/dist/es2017/parsers/manifest/dash/parsers_types.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +49 -22
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +22 -26
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +3 -3
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +3 -3
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +4 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +2 -4
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +5 -5
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +9 -6
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +13 -15
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +3 -3
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +5 -10
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +11 -18
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +2 -4
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +3 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +5 -5
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/root.js +8 -4
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +4 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts +55 -55
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/utils.js +8 -4
- package/dist/es2017/parsers/manifest/local/parse_local_manifest.d.ts +2 -2
- package/dist/es2017/parsers/manifest/local/parse_local_manifest.js +21 -16
- package/dist/es2017/parsers/manifest/local/representation_index.d.ts +2 -2
- package/dist/es2017/parsers/manifest/local/representation_index.js +7 -7
- package/dist/es2017/parsers/manifest/metaplaylist/index.d.ts +1 -1
- package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +4 -4
- package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.js +52 -42
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts +3 -3
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.js +10 -7
- package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts +2 -2
- package/dist/es2017/parsers/manifest/smooth/create_parser.js +120 -121
- package/dist/es2017/parsers/manifest/smooth/get_codecs.js +3 -3
- package/dist/es2017/parsers/manifest/smooth/index.d.ts +1 -1
- package/dist/es2017/parsers/manifest/smooth/index.js +1 -1
- package/dist/es2017/parsers/manifest/smooth/parse_C_nodes.js +9 -9
- package/dist/es2017/parsers/manifest/smooth/parse_protection_node.js +12 -8
- package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts +3 -3
- package/dist/es2017/parsers/manifest/smooth/representation_index.js +35 -38
- package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +1 -1
- package/dist/es2017/parsers/manifest/smooth/shared_smooth_segment_timeline.js +8 -9
- package/dist/es2017/parsers/manifest/smooth/utils/add_segment_infos.js +10 -7
- package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.d.ts +1 -1
- package/dist/es2017/parsers/manifest/smooth/utils/parseBoolean.js +1 -1
- package/dist/es2017/parsers/manifest/smooth/utils/tokens.d.ts +1 -1
- package/dist/es2017/parsers/manifest/smooth/utils/tokens.js +2 -3
- package/dist/es2017/parsers/manifest/types.d.ts +10 -3
- package/dist/es2017/parsers/manifest/utils/check_manifest_ids.d.ts +1 -1
- package/dist/es2017/parsers/manifest/utils/check_manifest_ids.js +2 -2
- package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.d.ts +3 -2
- package/dist/es2017/parsers/manifest/utils/clear_timeline_from_position.js +11 -7
- package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +1 -1
- package/dist/es2017/parsers/manifest/utils/get_first_time_from_adaptation.js +5 -4
- package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +1 -1
- package/dist/es2017/parsers/manifest/utils/get_last_time_from_adaptation.js +5 -4
- package/dist/es2017/parsers/manifest/utils/get_maximum_positions.d.ts +2 -2
- package/dist/es2017/parsers/manifest/utils/get_maximum_positions.js +11 -17
- package/dist/es2017/parsers/manifest/utils/get_minimum_position.d.ts +2 -2
- package/dist/es2017/parsers/manifest/utils/get_minimum_position.js +5 -11
- package/dist/es2017/parsers/manifest/utils/index_helpers.js +4 -5
- package/dist/es2017/parsers/manifest/utils/update_segment_timeline.d.ts +1 -1
- package/dist/es2017/parsers/manifest/utils/update_segment_timeline.js +17 -16
- package/dist/es2017/parsers/texttracks/index.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/sami/html.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/sami/html.js +17 -16
- package/dist/es2017/parsers/texttracks/sami/native.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/sami/native.js +11 -17
- package/dist/es2017/parsers/texttracks/srt/html.js +12 -10
- package/dist/es2017/parsers/texttracks/srt/native.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/srt/native.js +1 -7
- package/dist/es2017/parsers/texttracks/srt/parse_cue.js +4 -9
- package/dist/es2017/parsers/texttracks/ttml/get_parameters.js +8 -13
- package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/ttml/get_time_delimiters.js +9 -10
- package/dist/es2017/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +2 -2
- package/dist/es2017/parsers/texttracks/ttml/html/apply_extent.js +3 -7
- package/dist/es2017/parsers/texttracks/ttml/html/apply_font_size.js +4 -5
- package/dist/es2017/parsers/texttracks/ttml/html/apply_line_height.js +3 -2
- package/dist/es2017/parsers/texttracks/ttml/html/apply_origin.js +3 -7
- package/dist/es2017/parsers/texttracks/ttml/html/apply_padding.js +3 -7
- package/dist/es2017/parsers/texttracks/ttml/html/create_element.d.ts +2 -2
- package/dist/es2017/parsers/texttracks/ttml/html/create_element.js +30 -23
- package/dist/es2017/parsers/texttracks/ttml/html/generate_css_test_outline.js +2 -2
- package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/ttml/html/parse_cue.js +5 -4
- package/dist/es2017/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +39 -23
- package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.d.ts +2 -2
- package/dist/es2017/parsers/texttracks/ttml/native/parse_cue.js +14 -13
- package/dist/es2017/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/ttml/parse_ttml.d.ts +3 -3
- package/dist/es2017/parsers/texttracks/ttml/parse_ttml.js +22 -19
- package/dist/es2017/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/ttml/time_parsing.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/ttml/time_parsing.js +2 -2
- package/dist/es2017/parsers/texttracks/ttml/xml_utils.js +2 -1
- package/dist/es2017/parsers/texttracks/types.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/get_cue_blocks.js +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/get_style_blocks.js +2 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/create_default_style_elements.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/create_style_attribute.js +6 -12
- package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/create_styled_element.js +8 -9
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_style_block.js +4 -4
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_to_div.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/parse_webvtt_to_div.js +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/to_html.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/html/to_html.js +5 -13
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_to_cues.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/native/parse_vtt_to_cues.js +4 -8
- package/dist/es2017/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +1 -1
- package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.d.ts +2 -2
- package/dist/es2017/parsers/texttracks/webvtt/native/to_native_cue.js +2 -2
- package/dist/es2017/parsers/texttracks/webvtt/parse_cue_block.js +7 -8
- package/dist/es2017/parsers/texttracks/webvtt/parse_timestamp.js +1 -2
- package/dist/es2017/parsers/texttracks/webvtt/utils.js +6 -6
- package/dist/es2017/playback_observer/index.d.ts +6 -0
- package/dist/es2017/playback_observer/index.js +2 -0
- package/dist/es2017/playback_observer/media_element_playback_observer.d.ts +203 -0
- package/dist/es2017/playback_observer/media_element_playback_observer.js +678 -0
- package/dist/es2017/playback_observer/types.d.ts +223 -0
- package/dist/es2017/playback_observer/types.js +1 -0
- package/dist/es2017/playback_observer/utils/generate_read_only_observer.d.ts +11 -0
- package/dist/es2017/playback_observer/utils/generate_read_only_observer.js +41 -0
- package/dist/es2017/playback_observer/utils/observation_position.d.ts +87 -0
- package/dist/es2017/playback_observer/utils/observation_position.js +84 -0
- package/dist/es2017/playback_observer/worker_playback_observer.d.ts +72 -0
- package/dist/es2017/playback_observer/worker_playback_observer.js +45 -0
- package/dist/es2017/public_types.d.ts +104 -35
- package/dist/es2017/public_types.js +2 -13
- package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.d.ts +3 -3
- package/dist/es2017/tools/TextTrackRenderer/text_track_renderer.js +19 -22
- package/dist/es2017/tools/index.d.ts +2 -1
- package/dist/es2017/tools/index.js +4 -2
- package/dist/es2017/tools/parseBIFThumbnails/index.js +30 -0
- package/dist/es2017/transports/dash/add_segment_integrity_checks_to_loader.d.ts +1 -1
- package/dist/es2017/transports/dash/add_segment_integrity_checks_to_loader.js +2 -3
- package/dist/es2017/transports/dash/construct_segment_url.d.ts +2 -2
- package/dist/es2017/transports/dash/construct_segment_url.js +7 -3
- package/dist/es2017/transports/dash/extract_complete_chunks.d.ts +1 -1
- package/dist/es2017/transports/dash/extract_complete_chunks.js +13 -9
- package/dist/es2017/transports/dash/get_events_out_of_emsgs.d.ts +2 -2
- package/dist/es2017/transports/dash/get_events_out_of_emsgs.js +12 -11
- package/dist/es2017/transports/dash/init_segment_loader.d.ts +3 -3
- package/dist/es2017/transports/dash/init_segment_loader.js +29 -23
- package/dist/es2017/transports/dash/low_latency_segment_loader.d.ts +2 -2
- package/dist/es2017/transports/dash/low_latency_segment_loader.js +15 -12
- package/dist/es2017/transports/dash/manifest_parser.d.ts +2 -2
- package/dist/es2017/transports/dash/manifest_parser.js +68 -32
- package/dist/es2017/transports/dash/pipelines.d.ts +1 -1
- package/dist/es2017/transports/dash/pipelines.js +15 -12
- package/dist/es2017/transports/dash/segment_loader.d.ts +4 -4
- package/dist/es2017/transports/dash/segment_loader.js +31 -23
- package/dist/es2017/transports/dash/segment_parser.d.ts +2 -2
- package/dist/es2017/transports/dash/segment_parser.js +40 -25
- package/dist/es2017/transports/dash/text_loader.d.ts +2 -2
- package/dist/es2017/transports/dash/text_loader.js +19 -20
- package/dist/es2017/transports/dash/text_parser.d.ts +2 -2
- package/dist/es2017/transports/dash/text_parser.js +44 -26
- package/dist/es2017/transports/index.d.ts +1 -1
- package/dist/es2017/transports/index.js +1 -1
- package/dist/es2017/transports/local/pipelines.d.ts +1 -1
- package/dist/es2017/transports/local/pipelines.js +14 -9
- package/dist/es2017/transports/local/segment_loader.d.ts +3 -3
- package/dist/es2017/transports/local/segment_loader.js +14 -6
- package/dist/es2017/transports/local/segment_parser.d.ts +1 -1
- package/dist/es2017/transports/local/segment_parser.js +24 -14
- package/dist/es2017/transports/local/text_parser.d.ts +1 -1
- package/dist/es2017/transports/local/text_parser.js +36 -18
- package/dist/es2017/transports/metaplaylist/manifest_loader.d.ts +4 -4
- package/dist/es2017/transports/metaplaylist/manifest_loader.js +8 -6
- package/dist/es2017/transports/metaplaylist/pipelines.d.ts +1 -1
- package/dist/es2017/transports/metaplaylist/pipelines.js +35 -24
- package/dist/es2017/transports/smooth/extract_timings_infos.d.ts +2 -2
- package/dist/es2017/transports/smooth/extract_timings_infos.js +17 -19
- package/dist/es2017/transports/smooth/is_mp4_embedded_track.d.ts +1 -1
- package/dist/es2017/transports/smooth/is_mp4_embedded_track.js +1 -1
- package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.d.ts +0 -1
- package/dist/es2017/transports/smooth/isobmff/create_audio_init_segment.js +3 -4
- package/dist/es2017/transports/smooth/isobmff/create_boxes.js +23 -32
- package/dist/es2017/transports/smooth/isobmff/create_init_segment.js +2 -2
- package/dist/es2017/transports/smooth/isobmff/create_traf_box.js +2 -2
- package/dist/es2017/transports/smooth/isobmff/get_aaces_header.js +4 -16
- package/dist/es2017/transports/smooth/isobmff/parse_tfrf.js +2 -2
- package/dist/es2017/transports/smooth/isobmff/parse_tfxd.js +1 -1
- package/dist/es2017/transports/smooth/isobmff/patch_segment.js +12 -11
- package/dist/es2017/transports/smooth/pipelines.d.ts +1 -1
- package/dist/es2017/transports/smooth/pipelines.js +84 -61
- package/dist/es2017/transports/smooth/segment_loader.d.ts +3 -3
- package/dist/es2017/transports/smooth/segment_loader.js +44 -29
- package/dist/es2017/transports/smooth/utils.d.ts +4 -4
- package/dist/es2017/transports/smooth/utils.js +10 -6
- package/dist/es2017/transports/types.d.ts +22 -27
- package/dist/es2017/transports/utils/byte_range.js +1 -2
- package/dist/es2017/transports/utils/call_custom_manifest_loader.d.ts +3 -3
- package/dist/es2017/transports/utils/call_custom_manifest_loader.js +10 -8
- package/dist/es2017/transports/utils/check_isobmff_integrity.js +3 -3
- package/dist/es2017/transports/utils/find_complete_box.js +3 -2
- package/dist/es2017/transports/utils/generate_manifest_loader.d.ts +3 -3
- package/dist/es2017/transports/utils/generate_manifest_loader.js +13 -7
- package/dist/es2017/transports/utils/get_isobmff_timing_infos.d.ts +2 -2
- package/dist/es2017/transports/utils/get_isobmff_timing_infos.js +12 -11
- package/dist/es2017/transports/utils/infer_segment_container.d.ts +1 -1
- package/dist/es2017/transports/utils/infer_segment_container.js +1 -3
- package/dist/es2017/transports/utils/parse_text_track.d.ts +4 -4
- package/dist/es2017/transports/utils/parse_text_track.js +6 -16
- package/dist/es2017/utils/array_includes.js +2 -6
- package/dist/es2017/utils/assert.d.ts +41 -0
- package/dist/es2017/utils/assert.js +50 -7
- package/dist/es2017/utils/base64.js +87 -29
- package/dist/es2017/utils/byte_parsing.js +64 -56
- package/dist/es2017/utils/cancellable_sleep.d.ts +1 -1
- package/dist/es2017/utils/create_cancellable_promise.d.ts +1 -1
- package/dist/es2017/utils/deep_merge.js +4 -4
- package/dist/es2017/utils/event_emitter.d.ts +1 -1
- package/dist/es2017/utils/event_emitter.js +7 -2
- package/dist/es2017/utils/get_fuzzed_delay.js +1 -1
- package/dist/es2017/utils/global_scope.d.ts +9 -0
- package/dist/es2017/utils/global_scope.js +20 -0
- package/dist/es2017/utils/hash_buffer.js +1 -1
- package/dist/es2017/utils/languages/ISO_639-1_to_ISO_639-3.js +182 -182
- package/dist/es2017/utils/languages/ISO_639-2_to_ISO_639-3.js +19 -19
- package/dist/es2017/utils/languages/normalize.js +5 -5
- package/dist/es2017/utils/logger.d.ts +13 -3
- package/dist/es2017/utils/logger.js +26 -20
- package/dist/es2017/utils/monotonic_timestamp.d.ts +20 -4
- package/dist/es2017/utils/monotonic_timestamp.js +21 -5
- package/dist/es2017/utils/object_assign.d.ts +29 -5
- package/dist/es2017/utils/object_assign.js +17 -8
- package/dist/es2017/utils/object_values.d.ts +1 -1
- package/dist/es2017/utils/object_values.js +4 -4
- package/dist/es2017/utils/queue_microtask.js +3 -3
- package/dist/es2017/utils/ranges.js +22 -29
- package/dist/es2017/utils/reference.d.ts +1 -1
- package/dist/es2017/utils/reference.js +1 -3
- package/dist/es2017/utils/request/fetch.d.ts +1 -1
- package/dist/es2017/utils/request/fetch.js +30 -29
- package/dist/es2017/utils/request/index.d.ts +2 -1
- package/dist/es2017/utils/request/index.js +2 -1
- package/dist/es2017/utils/request/request_error.d.ts +47 -0
- package/dist/es2017/utils/request/request_error.js +65 -0
- package/dist/es2017/utils/request/xhr.d.ts +5 -5
- package/dist/es2017/utils/request/xhr.js +25 -23
- package/dist/es2017/utils/retry_promise_with_backoff.d.ts +11 -3
- package/dist/es2017/utils/retry_promise_with_backoff.js +15 -3
- package/dist/es2017/utils/slice_uint8array.js +3 -3
- package/dist/es2017/utils/starts_with.js +3 -3
- package/dist/es2017/utils/string_parsing.js +17 -19
- package/dist/es2017/utils/sync_or_async.d.ts +70 -0
- package/dist/es2017/utils/sync_or_async.js +49 -0
- package/dist/es2017/utils/task_canceller.js +1 -2
- package/dist/es2017/utils/wrapInPromise.d.ts +1 -1
- package/dist/es2017/utils/xml-parser.d.ts +70 -0
- package/dist/es2017/utils/xml-parser.js +322 -0
- package/dist/es2017/worker_entry_point.d.ts +5 -0
- package/dist/es2017/worker_entry_point.js +6 -0
- package/dist/mpd-parser.wasm +0 -0
- package/dist/rx-player.js +46054 -43510
- package/dist/rx-player.min.js +1 -1
- package/dist/worker.js +8 -0
- package/package.json +122 -91
- package/.editorconfig +0 -22
- package/.eslintrc.js +0 -415
- package/.github/workflows/checks.yml +0 -101
- package/.github/workflows/perfs.yml +0 -22
- package/.github/workflows/sonarcloud_analysis.yml +0 -20
- package/CONTRIBUTING.md +0 -272
- package/FILES.md +0 -277
- package/dist/_esm5.processed/compat/add_class_name.d.ts +0 -22
- package/dist/_esm5.processed/compat/add_class_name.js +0 -39
- package/dist/_esm5.processed/compat/add_text_track.d.ts +0 -31
- package/dist/_esm5.processed/compat/add_text_track.js +0 -47
- package/dist/_esm5.processed/compat/browser_compatibility_types.d.ts +0 -165
- package/dist/_esm5.processed/compat/browser_compatibility_types.js +0 -32
- package/dist/_esm5.processed/compat/browser_detection.d.ts +0 -42
- package/dist/_esm5.processed/compat/browser_detection.js +0 -103
- package/dist/_esm5.processed/compat/browser_version.d.ts +0 -24
- package/dist/_esm5.processed/compat/browser_version.js +0 -41
- package/dist/_esm5.processed/compat/can_patch_isobmff.d.ts +0 -25
- package/dist/_esm5.processed/compat/can_patch_isobmff.js +0 -28
- package/dist/_esm5.processed/compat/can_rely_on_video_visibility_and_size.d.ts +0 -37
- package/dist/_esm5.processed/compat/can_rely_on_video_visibility_and_size.js +0 -49
- package/dist/_esm5.processed/compat/can_reuse_media_keys.d.ts +0 -13
- package/dist/_esm5.processed/compat/can_reuse_media_keys.js +0 -16
- package/dist/_esm5.processed/compat/change_source_buffer_type.d.ts +0 -48
- package/dist/_esm5.processed/compat/change_source_buffer_type.js +0 -37
- package/dist/_esm5.processed/compat/clear_element_src.d.ts +0 -20
- package/dist/_esm5.processed/compat/clear_element_src.js +0 -53
- package/dist/_esm5.processed/compat/eme/close_session.d.ts +0 -30
- package/dist/_esm5.processed/compat/eme/close_session.js +0 -162
- package/dist/_esm5.processed/compat/eme/constants.d.ts +0 -16
- package/dist/_esm5.processed/compat/eme/constants.js +0 -19
- package/dist/_esm5.processed/compat/eme/custom_key_system_access.d.ts +0 -54
- package/dist/_esm5.processed/compat/eme/custom_key_system_access.js +0 -47
- package/dist/_esm5.processed/compat/eme/custom_media_keys/ie11_media_keys.d.ts +0 -31
- package/dist/_esm5.processed/compat/eme/custom_media_keys/ie11_media_keys.js +0 -170
- package/dist/_esm5.processed/compat/eme/custom_media_keys/index.d.ts +0 -7
- package/dist/_esm5.processed/compat/eme/custom_media_keys/index.js +0 -6
- package/dist/_esm5.processed/compat/eme/custom_media_keys/moz_media_keys_constructor.d.ts +0 -27
- package/dist/_esm5.processed/compat/eme/custom_media_keys/moz_media_keys_constructor.js +0 -63
- package/dist/_esm5.processed/compat/eme/custom_media_keys/ms_media_keys_constructor.d.ts +0 -43
- package/dist/_esm5.processed/compat/eme/custom_media_keys/ms_media_keys_constructor.js +0 -30
- package/dist/_esm5.processed/compat/eme/custom_media_keys/old_webkit_media_keys.d.ts +0 -41
- package/dist/_esm5.processed/compat/eme/custom_media_keys/old_webkit_media_keys.js +0 -192
- package/dist/_esm5.processed/compat/eme/custom_media_keys/types.d.ts +0 -43
- package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys.d.ts +0 -37
- package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys.js +0 -260
- package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys_constructor.d.ts +0 -22
- package/dist/_esm5.processed/compat/eme/custom_media_keys/webkit_media_keys_constructor.js +0 -32
- package/dist/_esm5.processed/compat/eme/eme-api-implementation.d.ts +0 -78
- package/dist/_esm5.processed/compat/eme/eme-api-implementation.js +0 -198
- package/dist/_esm5.processed/compat/eme/generate_key_request.d.ts +0 -54
- package/dist/_esm5.processed/compat/eme/generate_key_request.js +0 -147
- package/dist/_esm5.processed/compat/eme/get_init_data.d.ts +0 -57
- package/dist/_esm5.processed/compat/eme/get_init_data.js +0 -112
- package/dist/_esm5.processed/compat/eme/get_uuid_kid_from_keystatus_kid.d.ts +0 -23
- package/dist/_esm5.processed/compat/eme/get_uuid_kid_from_keystatus_kid.js +0 -31
- package/dist/_esm5.processed/compat/eme/get_webkit_fairplay_initdata.d.ts +0 -25
- package/dist/_esm5.processed/compat/eme/get_webkit_fairplay_initdata.js +0 -57
- package/dist/_esm5.processed/compat/eme/index.d.ts +0 -24
- package/dist/_esm5.processed/compat/eme/index.js +0 -22
- package/dist/_esm5.processed/compat/eme/load_session.d.ts +0 -30
- package/dist/_esm5.processed/compat/eme/load_session.js +0 -99
- package/dist/_esm5.processed/compat/enable_audio_track.d.ts +0 -11
- package/dist/_esm5.processed/compat/enable_audio_track.js +0 -26
- package/dist/_esm5.processed/compat/event_listeners.d.ts +0 -153
- package/dist/_esm5.processed/compat/event_listeners.js +0 -387
- package/dist/_esm5.processed/compat/get_start_date.d.ts +0 -30
- package/dist/_esm5.processed/compat/get_start_date.js +0 -44
- package/dist/_esm5.processed/compat/has_issues_with_high_media_source_duration.d.ts +0 -21
- package/dist/_esm5.processed/compat/has_issues_with_high_media_source_duration.js +0 -26
- package/dist/_esm5.processed/compat/index.d.ts +0 -37
- package/dist/_esm5.processed/compat/index.js +0 -43
- package/dist/_esm5.processed/compat/is_codec_supported.d.ts +0 -25
- package/dist/_esm5.processed/compat/is_codec_supported.js +0 -36
- package/dist/_esm5.processed/compat/is_debug_mode_enabled.d.ts +0 -7
- package/dist/_esm5.processed/compat/is_debug_mode_enabled.js +0 -9
- package/dist/_esm5.processed/compat/is_node.d.ts +0 -17
- package/dist/_esm5.processed/compat/is_node.js +0 -17
- package/dist/_esm5.processed/compat/is_seeking_approximate.d.ts +0 -28
- package/dist/_esm5.processed/compat/is_seeking_approximate.js +0 -29
- package/dist/_esm5.processed/compat/is_vtt_cue.d.ts +0 -22
- package/dist/_esm5.processed/compat/is_vtt_cue.js +0 -25
- package/dist/_esm5.processed/compat/make_vtt_cue.d.ts +0 -26
- package/dist/_esm5.processed/compat/make_vtt_cue.js +0 -43
- package/dist/_esm5.processed/compat/on_height_width_change.d.ts +0 -33
- package/dist/_esm5.processed/compat/on_height_width_change.js +0 -77
- package/dist/_esm5.processed/compat/patch_webkit_source_buffer.d.ts +0 -16
- package/dist/_esm5.processed/compat/patch_webkit_source_buffer.js +0 -74
- package/dist/_esm5.processed/compat/remove_cue.d.ts +0 -21
- package/dist/_esm5.processed/compat/remove_cue.js +0 -63
- package/dist/_esm5.processed/compat/should_favour_custom_safari_EME.d.ts +0 -23
- package/dist/_esm5.processed/compat/should_favour_custom_safari_EME.js +0 -27
- package/dist/_esm5.processed/compat/should_reload_media_source_on_decipherability_update.d.ts +0 -26
- package/dist/_esm5.processed/compat/should_reload_media_source_on_decipherability_update.js +0 -29
- package/dist/_esm5.processed/compat/should_renew_media_key_system_access.d.ts +0 -21
- package/dist/_esm5.processed/compat/should_renew_media_key_system_access.js +0 -24
- package/dist/_esm5.processed/compat/should_unset_media_keys.d.ts +0 -22
- package/dist/_esm5.processed/compat/should_unset_media_keys.js +0 -25
- package/dist/_esm5.processed/compat/should_validate_metadata.d.ts +0 -22
- package/dist/_esm5.processed/compat/should_validate_metadata.js +0 -25
- package/dist/_esm5.processed/compat/should_wait_for_data_before_loaded.d.ts +0 -24
- package/dist/_esm5.processed/compat/should_wait_for_data_before_loaded.js +0 -30
- package/dist/_esm5.processed/compat/should_wait_for_have_enough_data.d.ts +0 -13
- package/dist/_esm5.processed/compat/should_wait_for_have_enough_data.js +0 -16
- package/dist/_esm5.processed/config.d.ts +0 -179
- package/dist/_esm5.processed/config.js +0 -32
- package/dist/_esm5.processed/core/adaptive/adaptive_representation_selector.d.ts +0 -305
- package/dist/_esm5.processed/core/adaptive/adaptive_representation_selector.js +0 -359
- package/dist/_esm5.processed/core/adaptive/buffer_based_chooser.d.ts +0 -89
- package/dist/_esm5.processed/core/adaptive/buffer_based_chooser.js +0 -192
- package/dist/_esm5.processed/core/adaptive/guess_based_chooser.d.ts +0 -95
- package/dist/_esm5.processed/core/adaptive/guess_based_chooser.js +0 -242
- package/dist/_esm5.processed/core/adaptive/index.d.ts +0 -18
- package/dist/_esm5.processed/core/adaptive/index.js +0 -17
- package/dist/_esm5.processed/core/adaptive/network_analyzer.d.ts +0 -73
- package/dist/_esm5.processed/core/adaptive/network_analyzer.js +0 -336
- package/dist/_esm5.processed/core/adaptive/utils/bandwidth_estimator.d.ts +0 -47
- package/dist/_esm5.processed/core/adaptive/utils/bandwidth_estimator.js +0 -70
- package/dist/_esm5.processed/core/adaptive/utils/ewma.d.ts +0 -39
- package/dist/_esm5.processed/core/adaptive/utils/ewma.js +0 -52
- package/dist/_esm5.processed/core/adaptive/utils/filter_by_bitrate.d.ts +0 -25
- package/dist/_esm5.processed/core/adaptive/utils/filter_by_bitrate.js +0 -37
- package/dist/_esm5.processed/core/adaptive/utils/filter_by_width.d.ts +0 -25
- package/dist/_esm5.processed/core/adaptive/utils/filter_by_width.js +0 -42
- package/dist/_esm5.processed/core/adaptive/utils/get_buffer_levels.d.ts +0 -24
- package/dist/_esm5.processed/core/adaptive/utils/get_buffer_levels.js +0 -47
- package/dist/_esm5.processed/core/adaptive/utils/last_estimate_storage.d.ts +0 -61
- package/dist/_esm5.processed/core/adaptive/utils/last_estimate_storage.js +0 -37
- package/dist/_esm5.processed/core/adaptive/utils/pending_requests_store.d.ts +0 -100
- package/dist/_esm5.processed/core/adaptive/utils/pending_requests_store.js +0 -76
- package/dist/_esm5.processed/core/adaptive/utils/representation_score_calculator.d.ts +0 -104
- package/dist/_esm5.processed/core/adaptive/utils/representation_score_calculator.js +0 -114
- package/dist/_esm5.processed/core/adaptive/utils/select_optimal_representation.d.ts +0 -27
- package/dist/_esm5.processed/core/adaptive/utils/select_optimal_representation.js +0 -36
- package/dist/_esm5.processed/core/api/debug/buffer_graph.d.ts +0 -28
- package/dist/_esm5.processed/core/api/debug/buffer_graph.js +0 -171
- package/dist/_esm5.processed/core/api/debug/buffer_size_graph.js +0 -104
- package/dist/_esm5.processed/core/api/debug/constants.js +0 -2
- package/dist/_esm5.processed/core/api/debug/modules/general_info.d.ts +0 -3
- package/dist/_esm5.processed/core/api/debug/modules/general_info.js +0 -180
- package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_content.d.ts +0 -4
- package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_content.js +0 -121
- package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_size.d.ts +0 -3
- package/dist/_esm5.processed/core/api/debug/modules/segment_buffer_size.js +0 -35
- package/dist/_esm5.processed/core/api/debug/render.d.ts +0 -3
- package/dist/_esm5.processed/core/api/debug/render.js +0 -32
- package/dist/_esm5.processed/core/api/debug/utils.js +0 -57
- package/dist/_esm5.processed/core/api/index.d.ts +0 -20
- package/dist/_esm5.processed/core/api/index.js +0 -19
- package/dist/_esm5.processed/core/api/option_utils.d.ts +0 -121
- package/dist/_esm5.processed/core/api/option_utils.js +0 -293
- package/dist/_esm5.processed/core/api/playback_observer.d.ts +0 -364
- package/dist/_esm5.processed/core/api/playback_observer.js +0 -582
- package/dist/_esm5.processed/core/api/public_api.d.ts +0 -705
- package/dist/_esm5.processed/core/api/public_api.js +0 -2087
- package/dist/_esm5.processed/core/api/track_management/index.d.ts +0 -18
- package/dist/_esm5.processed/core/api/track_management/media_element_tracks_store.d.ts +0 -197
- package/dist/_esm5.processed/core/api/track_management/media_element_tracks_store.js +0 -686
- package/dist/_esm5.processed/core/api/track_management/track_dispatcher.d.ts +0 -84
- package/dist/_esm5.processed/core/api/track_management/track_dispatcher.js +0 -158
- package/dist/_esm5.processed/core/api/track_management/tracks_store.d.ts +0 -406
- package/dist/_esm5.processed/core/api/track_management/tracks_store.js +0 -932
- package/dist/_esm5.processed/core/api/utils.d.ts +0 -66
- package/dist/_esm5.processed/core/api/utils.js +0 -173
- package/dist/_esm5.processed/core/decrypt/__tests__/__global__/utils.d.ts +0 -178
- package/dist/_esm5.processed/core/decrypt/__tests__/__global__/utils.js +0 -405
- package/dist/_esm5.processed/core/decrypt/attach_media_keys.d.ts +0 -52
- package/dist/_esm5.processed/core/decrypt/attach_media_keys.js +0 -115
- package/dist/_esm5.processed/core/decrypt/clear_on_stop.js +0 -40
- package/dist/_esm5.processed/core/decrypt/content_decryptor.d.ts +0 -184
- package/dist/_esm5.processed/core/decrypt/content_decryptor.js +0 -967
- package/dist/_esm5.processed/core/decrypt/create_or_load_session.d.ts +0 -63
- package/dist/_esm5.processed/core/decrypt/create_or_load_session.js +0 -124
- package/dist/_esm5.processed/core/decrypt/create_session.d.ts +0 -53
- package/dist/_esm5.processed/core/decrypt/create_session.js +0 -212
- package/dist/_esm5.processed/core/decrypt/dispose_decryption_resources.js +0 -88
- package/dist/_esm5.processed/core/decrypt/find_key_system.d.ts +0 -48
- package/dist/_esm5.processed/core/decrypt/find_key_system.js +0 -345
- package/dist/_esm5.processed/core/decrypt/get_key_system_configuration.d.ts +0 -30
- package/dist/_esm5.processed/core/decrypt/get_key_system_configuration.js +0 -44
- package/dist/_esm5.processed/core/decrypt/get_media_keys.d.ts +0 -44
- package/dist/_esm5.processed/core/decrypt/get_media_keys.js +0 -157
- package/dist/_esm5.processed/core/decrypt/index.d.ts +0 -26
- package/dist/_esm5.processed/core/decrypt/index.js +0 -26
- package/dist/_esm5.processed/core/decrypt/init_media_keys.d.ts +0 -26
- package/dist/_esm5.processed/core/decrypt/init_media_keys.js +0 -82
- package/dist/_esm5.processed/core/decrypt/session_events_listener.d.ts +0 -75
- package/dist/_esm5.processed/core/decrypt/session_events_listener.js +0 -326
- package/dist/_esm5.processed/core/decrypt/set_server_certificate.d.ts +0 -51
- package/dist/_esm5.processed/core/decrypt/set_server_certificate.js +0 -141
- package/dist/_esm5.processed/core/decrypt/types.d.ts +0 -368
- package/dist/_esm5.processed/core/decrypt/utils/are_init_values_compatible.js +0 -113
- package/dist/_esm5.processed/core/decrypt/utils/check_key_statuses.d.ts +0 -52
- package/dist/_esm5.processed/core/decrypt/utils/check_key_statuses.js +0 -156
- package/dist/_esm5.processed/core/decrypt/utils/clean_old_loaded_sessions.d.ts +0 -26
- package/dist/_esm5.processed/core/decrypt/utils/clean_old_loaded_sessions.js +0 -86
- package/dist/_esm5.processed/core/decrypt/utils/clean_old_stored_persistent_info.d.ts +0 -32
- package/dist/_esm5.processed/core/decrypt/utils/clean_old_stored_persistent_info.js +0 -40
- package/dist/_esm5.processed/core/decrypt/utils/init_data_values_container.d.ts +0 -69
- package/dist/_esm5.processed/core/decrypt/utils/init_data_values_container.js +0 -99
- package/dist/_esm5.processed/core/decrypt/utils/is_session_usable.d.ts +0 -24
- package/dist/_esm5.processed/core/decrypt/utils/is_session_usable.js +0 -49
- package/dist/_esm5.processed/core/decrypt/utils/key_id_comparison.js +0 -60
- package/dist/_esm5.processed/core/decrypt/utils/key_session_record.d.ts +0 -104
- package/dist/_esm5.processed/core/decrypt/utils/key_session_record.js +0 -157
- package/dist/_esm5.processed/core/decrypt/utils/loaded_sessions_store.d.ts +0 -215
- package/dist/_esm5.processed/core/decrypt/utils/loaded_sessions_store.js +0 -472
- package/dist/_esm5.processed/core/decrypt/utils/media_keys_infos_store.d.ts +0 -56
- package/dist/_esm5.processed/core/decrypt/utils/media_keys_infos_store.js +0 -44
- package/dist/_esm5.processed/core/decrypt/utils/persistent_sessions_store.d.ts +0 -94
- package/dist/_esm5.processed/core/decrypt/utils/persistent_sessions_store.js +0 -323
- package/dist/_esm5.processed/core/decrypt/utils/serializable_bytes.d.ts +0 -44
- package/dist/_esm5.processed/core/decrypt/utils/serializable_bytes.js +0 -48
- package/dist/_esm5.processed/core/decrypt/utils/server_certificate_store.d.ts +0 -64
- package/dist/_esm5.processed/core/decrypt/utils/server_certificate_store.js +0 -112
- package/dist/_esm5.processed/core/fetchers/cdn_prioritizer.d.ts +0 -107
- package/dist/_esm5.processed/core/fetchers/cdn_prioritizer.js +0 -177
- package/dist/_esm5.processed/core/fetchers/index.d.ts +0 -18
- package/dist/_esm5.processed/core/fetchers/index.js +0 -18
- package/dist/_esm5.processed/core/fetchers/manifest/index.d.ts +0 -18
- package/dist/_esm5.processed/core/fetchers/manifest/index.js +0 -17
- package/dist/_esm5.processed/core/fetchers/manifest/manifest_fetcher.d.ts +0 -221
- package/dist/_esm5.processed/core/fetchers/manifest/manifest_fetcher.js +0 -605
- package/dist/_esm5.processed/core/fetchers/segment/index.d.ts +0 -19
- package/dist/_esm5.processed/core/fetchers/segment/index.js +0 -17
- package/dist/_esm5.processed/core/fetchers/segment/prioritized_segment_fetcher.d.ts +0 -38
- package/dist/_esm5.processed/core/fetchers/segment/prioritized_segment_fetcher.js +0 -67
- package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher.d.ts +0 -148
- package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher.js +0 -315
- package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher_creator.d.ts +0 -77
- package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher_creator.js +0 -58
- package/dist/_esm5.processed/core/fetchers/segment/task_prioritizer.d.ts +0 -145
- package/dist/_esm5.processed/core/fetchers/segment/task_prioritizer.js +0 -323
- package/dist/_esm5.processed/core/fetchers/utils/error_selector.d.ts +0 -23
- package/dist/_esm5.processed/core/fetchers/utils/error_selector.js +0 -31
- package/dist/_esm5.processed/core/fetchers/utils/schedule_request.d.ts +0 -98
- package/dist/_esm5.processed/core/fetchers/utils/schedule_request.js +0 -387
- package/dist/_esm5.processed/core/init/directfile_content_initializer.d.ts +0 -97
- package/dist/_esm5.processed/core/init/directfile_content_initializer.js +0 -239
- package/dist/_esm5.processed/core/init/media_source_content_initializer.d.ts +0 -174
- package/dist/_esm5.processed/core/init/media_source_content_initializer.js +0 -622
- package/dist/_esm5.processed/core/init/types.d.ts +0 -231
- package/dist/_esm5.processed/core/init/types.js +0 -51
- package/dist/_esm5.processed/core/init/utils/content_time_boundaries_observer.d.ts +0 -191
- package/dist/_esm5.processed/core/init/utils/content_time_boundaries_observer.js +0 -497
- package/dist/_esm5.processed/core/init/utils/create_media_source.d.ts +0 -37
- package/dist/_esm5.processed/core/init/utils/create_media_source.js +0 -112
- package/dist/_esm5.processed/core/init/utils/create_stream_playback_observer.d.ts +0 -45
- package/dist/_esm5.processed/core/init/utils/create_stream_playback_observer.js +0 -86
- package/dist/_esm5.processed/core/init/utils/end_of_stream.d.ts +0 -33
- package/dist/_esm5.processed/core/init/utils/end_of_stream.js +0 -89
- package/dist/_esm5.processed/core/init/utils/get_initial_time.d.ts +0 -62
- package/dist/_esm5.processed/core/init/utils/get_initial_time.js +0 -109
- package/dist/_esm5.processed/core/init/utils/get_loaded_reference.d.ts +0 -28
- package/dist/_esm5.processed/core/init/utils/get_loaded_reference.js +0 -56
- package/dist/_esm5.processed/core/init/utils/initial_seek_and_play.d.ts +0 -63
- package/dist/_esm5.processed/core/init/utils/initial_seek_and_play.js +0 -128
- package/dist/_esm5.processed/core/init/utils/initialize_content_decryption.d.ts +0 -80
- package/dist/_esm5.processed/core/init/utils/initialize_content_decryption.js +0 -104
- package/dist/_esm5.processed/core/init/utils/media_source_duration_updater.js +0 -268
- package/dist/_esm5.processed/core/init/utils/rebuffering_controller.d.ts +0 -113
- package/dist/_esm5.processed/core/init/utils/rebuffering_controller.js +0 -483
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/are_same_stream_events.js +0 -35
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/index.d.ts +0 -18
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +0 -25
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +0 -66
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/stream_events_emitter.d.ts +0 -52
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/stream_events_emitter.js +0 -200
- package/dist/_esm5.processed/core/init/utils/stream_events_emitter/types.d.ts +0 -41
- package/dist/_esm5.processed/core/init/utils/throw_on_media_error.d.ts +0 -23
- package/dist/_esm5.processed/core/init/utils/throw_on_media_error.js +0 -58
- package/dist/_esm5.processed/core/segment_buffers/garbage_collector.d.ts +0 -41
- package/dist/_esm5.processed/core/segment_buffers/garbage_collector.js +0 -183
- package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.d.ts +0 -182
- package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +0 -455
- package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/index.d.ts +0 -17
- package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/index.js +0 -17
- package/dist/_esm5.processed/core/segment_buffers/implementations/index.d.ts +0 -18
- package/dist/_esm5.processed/core/segment_buffers/implementations/index.js +0 -18
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/html_text_segment_buffer.d.ts +0 -141
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +0 -405
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/index.d.ts +0 -21
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/index.js +0 -21
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/parsers.d.ts +0 -30
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/parsers.js +0 -37
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/text_track_cues_store.d.ts +0 -79
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/text_track_cues_store.js +0 -372
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/types.d.ts +0 -25
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/update_proportional_elements.d.ts +0 -30
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/update_proportional_elements.js +0 -77
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/utils.d.ts +0 -45
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/utils.js +0 -124
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/index.d.ts +0 -17
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/index.js +0 -17
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/native_text_segment_buffer.d.ts +0 -83
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +0 -271
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/parsers.d.ts +0 -26
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/parsers.js +0 -37
- package/dist/_esm5.processed/core/segment_buffers/implementations/types.d.ts +0 -320
- package/dist/_esm5.processed/core/segment_buffers/implementations/types.js +0 -121
- package/dist/_esm5.processed/core/segment_buffers/implementations/utils/manual_time_ranges.js +0 -65
- package/dist/_esm5.processed/core/segment_buffers/index.d.ts +0 -21
- package/dist/_esm5.processed/core/segment_buffers/index.js +0 -21
- package/dist/_esm5.processed/core/segment_buffers/inventory/buffered_history.d.ts +0 -89
- package/dist/_esm5.processed/core/segment_buffers/inventory/buffered_history.js +0 -90
- package/dist/_esm5.processed/core/segment_buffers/inventory/index.d.ts +0 -21
- package/dist/_esm5.processed/core/segment_buffers/inventory/index.js +0 -18
- package/dist/_esm5.processed/core/segment_buffers/inventory/segment_inventory.d.ts +0 -207
- package/dist/_esm5.processed/core/segment_buffers/inventory/segment_inventory.js +0 -824
- package/dist/_esm5.processed/core/segment_buffers/inventory/types.d.ts +0 -27
- package/dist/_esm5.processed/core/segment_buffers/inventory/types.js +0 -16
- package/dist/_esm5.processed/core/segment_buffers/inventory/utils.d.ts +0 -33
- package/dist/_esm5.processed/core/segment_buffers/inventory/utils.js +0 -49
- package/dist/_esm5.processed/core/segment_buffers/segment_buffers_store.d.ts +0 -180
- package/dist/_esm5.processed/core/segment_buffers/segment_buffers_store.js +0 -300
- package/dist/_esm5.processed/core/stream/adaptation/adaptation_stream.d.ts +0 -33
- package/dist/_esm5.processed/core/stream/adaptation/adaptation_stream.js +0 -382
- package/dist/_esm5.processed/core/stream/adaptation/get_representations_switch_strategy.d.ts +0 -39
- package/dist/_esm5.processed/core/stream/adaptation/get_representations_switch_strategy.js +0 -133
- package/dist/_esm5.processed/core/stream/adaptation/index.d.ts +0 -18
- package/dist/_esm5.processed/core/stream/adaptation/index.js +0 -18
- package/dist/_esm5.processed/core/stream/adaptation/types.d.ts +0 -192
- package/dist/_esm5.processed/core/stream/adaptation/utils/create_representation_estimator.d.ts +0 -47
- package/dist/_esm5.processed/core/stream/adaptation/utils/create_representation_estimator.js +0 -70
- package/dist/_esm5.processed/core/stream/index.d.ts +0 -20
- package/dist/_esm5.processed/core/stream/index.js +0 -17
- package/dist/_esm5.processed/core/stream/orchestrator/get_time_ranges_for_content.d.ts +0 -30
- package/dist/_esm5.processed/core/stream/orchestrator/get_time_ranges_for_content.js +0 -60
- package/dist/_esm5.processed/core/stream/orchestrator/index.d.ts +0 -18
- package/dist/_esm5.processed/core/stream/orchestrator/index.js +0 -17
- package/dist/_esm5.processed/core/stream/orchestrator/stream_orchestrator.d.ts +0 -174
- package/dist/_esm5.processed/core/stream/orchestrator/stream_orchestrator.js +0 -479
- package/dist/_esm5.processed/core/stream/period/index.d.ts +0 -18
- package/dist/_esm5.processed/core/stream/period/index.js +0 -18
- package/dist/_esm5.processed/core/stream/period/period_stream.d.ts +0 -49
- package/dist/_esm5.processed/core/stream/period/period_stream.js +0 -385
- package/dist/_esm5.processed/core/stream/period/types.d.ts +0 -101
- package/dist/_esm5.processed/core/stream/period/utils/get_adaptation_switch_strategy.d.ts +0 -68
- package/dist/_esm5.processed/core/stream/period/utils/get_adaptation_switch_strategy.js +0 -162
- package/dist/_esm5.processed/core/stream/representation/index.d.ts +0 -18
- package/dist/_esm5.processed/core/stream/representation/index.js +0 -18
- package/dist/_esm5.processed/core/stream/representation/representation_stream.d.ts +0 -53
- package/dist/_esm5.processed/core/stream/representation/representation_stream.js +0 -375
- package/dist/_esm5.processed/core/stream/representation/types.d.ts +0 -277
- package/dist/_esm5.processed/core/stream/representation/utils/append_segment_to_buffer.d.ts +0 -32
- package/dist/_esm5.processed/core/stream/representation/utils/append_segment_to_buffer.js +0 -114
- package/dist/_esm5.processed/core/stream/representation/utils/check_for_discontinuity.d.ts +0 -53
- package/dist/_esm5.processed/core/stream/representation/utils/check_for_discontinuity.js +0 -235
- package/dist/_esm5.processed/core/stream/representation/utils/downloading_queue.d.ts +0 -231
- package/dist/_esm5.processed/core/stream/representation/utils/downloading_queue.js +0 -388
- package/dist/_esm5.processed/core/stream/representation/utils/force_garbage_collection.d.ts +0 -29
- package/dist/_esm5.processed/core/stream/representation/utils/force_garbage_collection.js +0 -150
- package/dist/_esm5.processed/core/stream/representation/utils/get_buffer_status.d.ts +0 -72
- package/dist/_esm5.processed/core/stream/representation/utils/get_buffer_status.js +0 -203
- package/dist/_esm5.processed/core/stream/representation/utils/get_needed_segments.d.ts +0 -92
- package/dist/_esm5.processed/core/stream/representation/utils/get_needed_segments.js +0 -426
- package/dist/_esm5.processed/core/stream/representation/utils/get_segment_priority.d.ts +0 -28
- package/dist/_esm5.processed/core/stream/representation/utils/get_segment_priority.js +0 -38
- package/dist/_esm5.processed/core/stream/representation/utils/push_init_segment.d.ts +0 -39
- package/dist/_esm5.processed/core/stream/representation/utils/push_init_segment.js +0 -85
- package/dist/_esm5.processed/core/stream/representation/utils/push_media_segment.d.ts +0 -40
- package/dist/_esm5.processed/core/stream/representation/utils/push_media_segment.js +0 -108
- package/dist/_esm5.processed/default_config.d.ts +0 -1080
- package/dist/_esm5.processed/default_config.js +0 -1101
- package/dist/_esm5.processed/errors/assertion_error.d.ts +0 -31
- package/dist/_esm5.processed/errors/assertion_error.js +0 -54
- package/dist/_esm5.processed/errors/custom_loader_error.d.ts +0 -36
- package/dist/_esm5.processed/errors/custom_loader_error.js +0 -59
- package/dist/_esm5.processed/errors/encrypted_media_error.d.ts +0 -39
- package/dist/_esm5.processed/errors/encrypted_media_error.js +0 -57
- package/dist/_esm5.processed/errors/error_codes.d.ts +0 -31
- package/dist/_esm5.processed/errors/error_codes.js +0 -70
- package/dist/_esm5.processed/errors/error_message.d.ts +0 -23
- package/dist/_esm5.processed/errors/error_message.js +0 -25
- package/dist/_esm5.processed/errors/format_error.d.ts +0 -20
- package/dist/_esm5.processed/errors/format_error.js +0 -31
- package/dist/_esm5.processed/errors/index.d.ts +0 -26
- package/dist/_esm5.processed/errors/index.js +0 -26
- package/dist/_esm5.processed/errors/is_known_error.d.ts +0 -22
- package/dist/_esm5.processed/errors/is_known_error.js +0 -32
- package/dist/_esm5.processed/errors/media_error.d.ts +0 -56
- package/dist/_esm5.processed/errors/media_error.js +0 -71
- package/dist/_esm5.processed/errors/network_error.d.ts +0 -44
- package/dist/_esm5.processed/errors/network_error.js +0 -70
- package/dist/_esm5.processed/errors/other_error.d.ts +0 -32
- package/dist/_esm5.processed/errors/other_error.js +0 -56
- package/dist/_esm5.processed/errors/request_error.d.ts +0 -38
- package/dist/_esm5.processed/errors/request_error.js +0 -74
- package/dist/_esm5.processed/experimental/features/dash_wasm.d.ts +0 -23
- package/dist/_esm5.processed/experimental/features/dash_wasm.js +0 -34
- package/dist/_esm5.processed/experimental/features/debug_element.d.ts +0 -8
- package/dist/_esm5.processed/experimental/features/debug_element.js +0 -10
- package/dist/_esm5.processed/experimental/features/index.d.ts +0 -19
- package/dist/_esm5.processed/experimental/features/index.js +0 -19
- package/dist/_esm5.processed/experimental/features/local.d.ts +0 -19
- package/dist/_esm5.processed/experimental/features/local.js +0 -24
- package/dist/_esm5.processed/experimental/features/metaplaylist.d.ts +0 -19
- package/dist/_esm5.processed/experimental/features/metaplaylist.js +0 -24
- package/dist/_esm5.processed/experimental/index.d.ts +0 -2
- package/dist/_esm5.processed/experimental/index.js +0 -2
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/dash.d.ts +0 -17
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/dash.js +0 -20
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/metaplaylist.d.ts +0 -17
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/features/metaplaylist.js +0 -20
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/index.d.ts +0 -18
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/index.js +0 -18
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/load_and_push_segment.d.ts +0 -26
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/load_and_push_segment.js +0 -61
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.d.ts +0 -25
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.js +0 -63
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.d.ts +0 -30
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.js +0 -41
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/types.d.ts +0 -25
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/types.js +0 -16
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.d.ts +0 -54
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.js +0 -343
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +0 -25
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +0 -48
- package/dist/_esm5.processed/experimental/tools/createMetaplaylist/get_duration_from_manifest.d.ts +0 -23
- package/dist/_esm5.processed/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +0 -169
- package/dist/_esm5.processed/experimental/tools/createMetaplaylist/index.d.ts +0 -30
- package/dist/_esm5.processed/experimental/tools/createMetaplaylist/index.js +0 -50
- package/dist/_esm5.processed/experimental/tools/index.d.ts +0 -20
- package/dist/_esm5.processed/experimental/tools/index.js +0 -20
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/index.d.ts +0 -60
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/index.js +0 -158
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.d.ts +0 -45
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.js +0 -102
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/capabilities.d.ts +0 -24
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/capabilities.js +0 -142
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/index.d.ts +0 -17
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/index.js +0 -17
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/log.d.ts +0 -18
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/log.js +0 -18
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.d.ts +0 -25
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.js +0 -50
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.d.ts +0 -22
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.js +0 -69
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.d.ts +0 -26
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +0 -79
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.d.ts +0 -29
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +0 -65
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/index.d.ts +0 -21
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/index.js +0 -30
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.d.ts +0 -21
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.js +0 -57
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.d.ts +0 -21
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.js +0 -89
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.d.ts +0 -26
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.js +0 -83
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.d.ts +0 -21
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.js +0 -45
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/types.d.ts +0 -69
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/types.js +0 -21
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/utils.d.ts +0 -31
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/utils.js +0 -83
- package/dist/_esm5.processed/experimental/tools/parseBIFThumbnails.d.ts +0 -29
- package/dist/_esm5.processed/experimental/tools/parseBIFThumbnails.js +0 -29
- package/dist/_esm5.processed/features/add_features.d.ts +0 -20
- package/dist/_esm5.processed/features/add_features.js +0 -35
- package/dist/_esm5.processed/features/features_object.d.ts +0 -22
- package/dist/_esm5.processed/features/features_object.js +0 -31
- package/dist/_esm5.processed/features/index.d.ts +0 -34
- package/dist/_esm5.processed/features/index.js +0 -33
- package/dist/_esm5.processed/features/list/dash.d.ts +0 -23
- package/dist/_esm5.processed/features/list/dash.js +0 -32
- package/dist/_esm5.processed/features/list/directfile.d.ts +0 -24
- package/dist/_esm5.processed/features/list/directfile.js +0 -28
- package/dist/_esm5.processed/features/list/eme.d.ts +0 -23
- package/dist/_esm5.processed/features/list/eme.js +0 -25
- package/dist/_esm5.processed/features/list/html_sami_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/html_sami_parser.js +0 -27
- package/dist/_esm5.processed/features/list/html_srt_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/html_srt_parser.js +0 -27
- package/dist/_esm5.processed/features/list/html_text_buffer.d.ts +0 -23
- package/dist/_esm5.processed/features/list/html_text_buffer.js +0 -25
- package/dist/_esm5.processed/features/list/html_ttml_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/html_ttml_parser.js +0 -27
- package/dist/_esm5.processed/features/list/html_vtt_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/html_vtt_parser.js +0 -27
- package/dist/_esm5.processed/features/list/index.d.ts +0 -29
- package/dist/_esm5.processed/features/list/index.js +0 -29
- package/dist/_esm5.processed/features/list/native_sami_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/native_sami_parser.js +0 -28
- package/dist/_esm5.processed/features/list/native_srt_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/native_srt_parser.js +0 -28
- package/dist/_esm5.processed/features/list/native_text_buffer.d.ts +0 -23
- package/dist/_esm5.processed/features/list/native_text_buffer.js +0 -26
- package/dist/_esm5.processed/features/list/native_ttml_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/native_ttml_parser.js +0 -28
- package/dist/_esm5.processed/features/list/native_vtt_parser.d.ts +0 -23
- package/dist/_esm5.processed/features/list/native_vtt_parser.js +0 -28
- package/dist/_esm5.processed/features/list/smooth.d.ts +0 -23
- package/dist/_esm5.processed/features/list/smooth.js +0 -28
- package/dist/_esm5.processed/features/types.d.ts +0 -130
- package/dist/_esm5.processed/features/types.js +0 -16
- package/dist/_esm5.processed/log.d.ts +0 -18
- package/dist/_esm5.processed/log.js +0 -19
- package/dist/_esm5.processed/manifest/adaptation.d.ts +0 -113
- package/dist/_esm5.processed/manifest/adaptation.js +0 -219
- package/dist/_esm5.processed/manifest/index.d.ts +0 -24
- package/dist/_esm5.processed/manifest/index.js +0 -28
- package/dist/_esm5.processed/manifest/manifest.d.ts +0 -268
- package/dist/_esm5.processed/manifest/manifest.js +0 -382
- package/dist/_esm5.processed/manifest/period.d.ts +0 -73
- package/dist/_esm5.processed/manifest/period.js +0 -141
- package/dist/_esm5.processed/manifest/representation.d.ts +0 -251
- package/dist/_esm5.processed/manifest/representation.js +0 -275
- package/dist/_esm5.processed/manifest/representation_index/index.d.ts +0 -18
- package/dist/_esm5.processed/manifest/representation_index/static.d.ts +0 -101
- package/dist/_esm5.processed/manifest/representation_index/static.js +0 -141
- package/dist/_esm5.processed/manifest/representation_index/types.d.ts +0 -420
- package/dist/_esm5.processed/manifest/representation_index/types.js +0 -16
- package/dist/_esm5.processed/manifest/update_period_in_place.d.ts +0 -49
- package/dist/_esm5.processed/manifest/update_period_in_place.js +0 -119
- package/dist/_esm5.processed/manifest/update_periods.d.ts +0 -47
- package/dist/_esm5.processed/manifest/update_periods.js +0 -168
- package/dist/_esm5.processed/manifest/utils.d.ts +0 -39
- package/dist/_esm5.processed/manifest/utils.js +0 -42
- package/dist/_esm5.processed/minimal.d.ts +0 -17
- package/dist/_esm5.processed/minimal.js +0 -31
- package/dist/_esm5.processed/parsers/containers/isobmff/constants.d.ts +0 -23
- package/dist/_esm5.processed/parsers/containers/isobmff/constants.js +0 -23
- package/dist/_esm5.processed/parsers/containers/isobmff/create_box.d.ts +0 -30
- package/dist/_esm5.processed/parsers/containers/isobmff/create_box.js +0 -64
- package/dist/_esm5.processed/parsers/containers/isobmff/drm/index.d.ts +0 -16
- package/dist/_esm5.processed/parsers/containers/isobmff/drm/index.js +0 -16
- package/dist/_esm5.processed/parsers/containers/isobmff/drm/playready.d.ts +0 -21
- package/dist/_esm5.processed/parsers/containers/isobmff/drm/playready.js +0 -36
- package/dist/_esm5.processed/parsers/containers/isobmff/get_box.d.ts +0 -107
- package/dist/_esm5.processed/parsers/containers/isobmff/get_box.js +0 -228
- package/dist/_esm5.processed/parsers/containers/isobmff/index.d.ts +0 -21
- package/dist/_esm5.processed/parsers/containers/isobmff/index.js +0 -21
- package/dist/_esm5.processed/parsers/containers/isobmff/read.d.ts +0 -57
- package/dist/_esm5.processed/parsers/containers/isobmff/read.js +0 -88
- package/dist/_esm5.processed/parsers/containers/isobmff/take_pssh_out.d.ts +0 -41
- package/dist/_esm5.processed/parsers/containers/isobmff/take_pssh_out.js +0 -83
- package/dist/_esm5.processed/parsers/containers/isobmff/utils.d.ts +0 -123
- package/dist/_esm5.processed/parsers/containers/isobmff/utils.js +0 -434
- package/dist/_esm5.processed/parsers/containers/matroska/index.d.ts +0 -16
- package/dist/_esm5.processed/parsers/containers/matroska/index.js +0 -16
- package/dist/_esm5.processed/parsers/containers/matroska/utils.d.ts +0 -34
- package/dist/_esm5.processed/parsers/containers/matroska/utils.js +0 -236
- package/dist/_esm5.processed/parsers/images/bif.d.ts +0 -39
- package/dist/_esm5.processed/parsers/images/bif.js +0 -88
- package/dist/_esm5.processed/parsers/manifest/dash/common/attach_trickmode_track.d.ts +0 -28
- package/dist/_esm5.processed/parsers/manifest/dash/common/attach_trickmode_track.js +0 -48
- package/dist/_esm5.processed/parsers/manifest/dash/common/convert_supplemental_codecs.d.ts +0 -17
- package/dist/_esm5.processed/parsers/manifest/dash/common/convert_supplemental_codecs.js +0 -26
- package/dist/_esm5.processed/parsers/manifest/dash/common/flatten_overlapping_periods.d.ts +0 -43
- package/dist/_esm5.processed/parsers/manifest/dash/common/flatten_overlapping_periods.js +0 -79
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_clock_offset.d.ts +0 -29
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_clock_offset.js +0 -37
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_hdr_information.d.ts +0 -50
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_hdr_information.js +0 -58
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_http_utc-timing_url.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_http_utc-timing_url.js +0 -28
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_minimum_and_maximum_positions.d.ts +0 -25
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_minimum_and_maximum_positions.js +0 -30
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_periods_time_infos.d.ts +0 -43
- package/dist/_esm5.processed/parsers/manifest/dash/common/get_periods_time_infos.js +0 -64
- package/dist/_esm5.processed/parsers/manifest/dash/common/index.d.ts +0 -20
- package/dist/_esm5.processed/parsers/manifest/dash/common/index.js +0 -19
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/base.d.ts +0 -246
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/base.js +0 -254
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_init_segment.d.ts +0 -32
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_init_segment.js +0 -40
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_segments_from_timeline.d.ts +0 -36
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/get_segments_from_timeline.js +0 -94
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/index.d.ts +0 -20
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/index.js +0 -20
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/list.d.ts +0 -193
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/list.js +0 -198
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/template.d.ts +0 -254
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/template.js +0 -425
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.d.ts +0 -26
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.js +0 -47
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.d.ts +0 -17
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.js +0 -83
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.d.ts +0 -37
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.js +0 -56
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.d.ts +0 -41
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.js +0 -127
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/index.d.ts +0 -17
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/index.js +0 -17
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/parse_s_element.d.ts +0 -34
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/parse_s_element.js +0 -57
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +0 -336
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +0 -464
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/tokens.d.ts +0 -40
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/tokens.js +0 -109
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/utils.d.ts +0 -25
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/utils.js +0 -28
- package/dist/_esm5.processed/parsers/manifest/dash/common/infer_adaptation_type.d.ts +0 -42
- package/dist/_esm5.processed/parsers/manifest/dash/common/infer_adaptation_type.js +0 -109
- package/dist/_esm5.processed/parsers/manifest/dash/common/manifest_bounds_calculator.d.ts +0 -88
- package/dist/_esm5.processed/parsers/manifest/dash/common/manifest_bounds_calculator.js +0 -111
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +0 -49
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_adaptation_sets.js +0 -371
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_availability_start_time.d.ts +0 -22
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_availability_start_time.js +0 -29
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_mpd.d.ts +0 -95
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_mpd.js +0 -247
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_periods.d.ts +0 -63
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_periods.js +0 -259
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representation_index.d.ts +0 -73
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representation_index.js +0 -96
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representations.d.ts +0 -46
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representations.js +0 -268
- package/dist/_esm5.processed/parsers/manifest/dash/common/resolve_base_urls.d.ts +0 -26
- package/dist/_esm5.processed/parsers/manifest/dash/common/resolve_base_urls.js +0 -44
- package/dist/_esm5.processed/parsers/manifest/dash/index.d.ts +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/index.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +0 -311
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +0 -30
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +0 -22
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.js +0 -41
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.js +0 -75
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +0 -94
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +0 -39
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/MPD.js +0 -144
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Period.js +0 -112
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/Representation.js +0 -189
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +0 -22
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +0 -89
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentList.js +0 -40
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +0 -73
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.js +0 -30
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +0 -49
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -187
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/utils.js +0 -324
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/parse_from_document.d.ts +0 -24
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/parse_from_document.js +0 -103
- package/dist/_esm5.processed/parsers/manifest/dash/node_parser_types.d.ts +0 -395
- package/dist/_esm5.processed/parsers/manifest/dash/node_parser_types.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/parsers_types.d.ts +0 -83
- package/dist/_esm5.processed/parsers/manifest/dash/parsers_types.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/index.d.ts +0 -18
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/index.js +0 -17
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.d.ts +0 -111
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.js +0 -377
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts +0 -31
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +0 -274
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.d.ts +0 -24
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.js +0 -30
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +0 -24
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +0 -41
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +0 -49
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.d.ts +0 -32
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.js +0 -112
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/MPD.d.ts +0 -27
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/MPD.js +0 -145
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Period.d.ts +0 -32
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Period.js +0 -130
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts +0 -31
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +0 -171
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +0 -24
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +0 -35
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.d.ts +0 -18
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.js +0 -93
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.d.ts +0 -25
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.js +0 -45
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.d.ts +0 -18
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.js +0 -108
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.d.ts +0 -25
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.js +0 -54
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/XLink.d.ts +0 -28
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/XLink.js +0 -47
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/index.d.ts +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/index.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/root.d.ts +0 -27
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/root.js +0 -45
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +0 -38
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/parsers_stack.js +0 -57
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/types.d.ts +0 -145
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/types.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/utils.d.ts +0 -29
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/utils.js +0 -36
- package/dist/_esm5.processed/parsers/manifest/index.d.ts +0 -16
- package/dist/_esm5.processed/parsers/manifest/index.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/local/index.d.ts +0 -18
- package/dist/_esm5.processed/parsers/manifest/local/index.js +0 -17
- package/dist/_esm5.processed/parsers/manifest/local/parse_local_manifest.d.ts +0 -22
- package/dist/_esm5.processed/parsers/manifest/local/parse_local_manifest.js +0 -125
- package/dist/_esm5.processed/parsers/manifest/local/representation_index.d.ts +0 -83
- package/dist/_esm5.processed/parsers/manifest/local/representation_index.js +0 -240
- package/dist/_esm5.processed/parsers/manifest/local/types.d.ts +0 -285
- package/dist/_esm5.processed/parsers/manifest/local/types.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/metaplaylist/index.d.ts +0 -18
- package/dist/_esm5.processed/parsers/manifest/metaplaylist/index.js +0 -17
- package/dist/_esm5.processed/parsers/manifest/metaplaylist/metaplaylist_parser.d.ts +0 -64
- package/dist/_esm5.processed/parsers/manifest/metaplaylist/metaplaylist_parser.js +0 -254
- package/dist/_esm5.processed/parsers/manifest/metaplaylist/representation_index.d.ts +0 -154
- package/dist/_esm5.processed/parsers/manifest/metaplaylist/representation_index.js +0 -225
- package/dist/_esm5.processed/parsers/manifest/smooth/create_parser.d.ts +0 -33
- package/dist/_esm5.processed/parsers/manifest/smooth/create_parser.js +0 -493
- package/dist/_esm5.processed/parsers/manifest/smooth/get_codecs.d.ts +0 -26
- package/dist/_esm5.processed/parsers/manifest/smooth/get_codecs.js +0 -50
- package/dist/_esm5.processed/parsers/manifest/smooth/index.d.ts +0 -19
- package/dist/_esm5.processed/parsers/manifest/smooth/index.js +0 -19
- package/dist/_esm5.processed/parsers/manifest/smooth/parse_C_nodes.d.ts +0 -26
- package/dist/_esm5.processed/parsers/manifest/smooth/parse_C_nodes.js +0 -60
- package/dist/_esm5.processed/parsers/manifest/smooth/parse_protection_node.d.ts +0 -29
- package/dist/_esm5.processed/parsers/manifest/smooth/parse_protection_node.js +0 -58
- package/dist/_esm5.processed/parsers/manifest/smooth/representation_index.d.ts +0 -226
- package/dist/_esm5.processed/parsers/manifest/smooth/representation_index.js +0 -382
- package/dist/_esm5.processed/parsers/manifest/smooth/shared_smooth_segment_timeline.d.ts +0 -119
- package/dist/_esm5.processed/parsers/manifest/smooth/shared_smooth_segment_timeline.js +0 -159
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/add_segment_infos.d.ts +0 -38
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/add_segment_infos.js +0 -60
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/parseBoolean.d.ts +0 -20
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/parseBoolean.js +0 -30
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/reduceChildren.d.ts +0 -23
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/reduceChildren.js +0 -31
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/tokens.d.ts +0 -28
- package/dist/_esm5.processed/parsers/manifest/smooth/utils/tokens.js +0 -35
- package/dist/_esm5.processed/parsers/manifest/types.d.ts +0 -379
- package/dist/_esm5.processed/parsers/manifest/types.js +0 -16
- package/dist/_esm5.processed/parsers/manifest/utils/check_manifest_ids.d.ts +0 -25
- package/dist/_esm5.processed/parsers/manifest/utils/check_manifest_ids.js +0 -76
- package/dist/_esm5.processed/parsers/manifest/utils/clear_timeline_from_position.d.ts +0 -24
- package/dist/_esm5.processed/parsers/manifest/utils/clear_timeline_from_position.js +0 -69
- package/dist/_esm5.processed/parsers/manifest/utils/get_first_time_from_adaptation.d.ts +0 -27
- package/dist/_esm5.processed/parsers/manifest/utils/get_first_time_from_adaptation.js +0 -43
- package/dist/_esm5.processed/parsers/manifest/utils/get_last_time_from_adaptation.d.ts +0 -29
- package/dist/_esm5.processed/parsers/manifest/utils/get_last_time_from_adaptation.js +0 -45
- package/dist/_esm5.processed/parsers/manifest/utils/get_maximum_positions.d.ts +0 -24
- package/dist/_esm5.processed/parsers/manifest/utils/get_maximum_positions.js +0 -72
- package/dist/_esm5.processed/parsers/manifest/utils/get_minimum_position.d.ts +0 -21
- package/dist/_esm5.processed/parsers/manifest/utils/get_minimum_position.js +0 -68
- package/dist/_esm5.processed/parsers/manifest/utils/index_helpers.d.ts +0 -88
- package/dist/_esm5.processed/parsers/manifest/utils/index_helpers.js +0 -147
- package/dist/_esm5.processed/parsers/manifest/utils/is_segment_still_available.d.ts +0 -29
- package/dist/_esm5.processed/parsers/manifest/utils/is_segment_still_available.js +0 -51
- package/dist/_esm5.processed/parsers/manifest/utils/update_segment_timeline.d.ts +0 -33
- package/dist/_esm5.processed/parsers/manifest/utils/update_segment_timeline.js +0 -138
- package/dist/_esm5.processed/parsers/texttracks/index.d.ts +0 -16
- package/dist/_esm5.processed/parsers/texttracks/index.js +0 -16
- package/dist/_esm5.processed/parsers/texttracks/sami/html.d.ts +0 -29
- package/dist/_esm5.processed/parsers/texttracks/sami/html.js +0 -189
- package/dist/_esm5.processed/parsers/texttracks/sami/native.d.ts +0 -34
- package/dist/_esm5.processed/parsers/texttracks/sami/native.js +0 -160
- package/dist/_esm5.processed/parsers/texttracks/srt/find_end_of_cue_block.d.ts +0 -29
- package/dist/_esm5.processed/parsers/texttracks/srt/find_end_of_cue_block.js +0 -39
- package/dist/_esm5.processed/parsers/texttracks/srt/get_cue_blocks.d.ts +0 -22
- package/dist/_esm5.processed/parsers/texttracks/srt/get_cue_blocks.js +0 -47
- package/dist/_esm5.processed/parsers/texttracks/srt/html.d.ts +0 -26
- package/dist/_esm5.processed/parsers/texttracks/srt/html.js +0 -153
- package/dist/_esm5.processed/parsers/texttracks/srt/native.d.ts +0 -28
- package/dist/_esm5.processed/parsers/texttracks/srt/native.js +0 -57
- package/dist/_esm5.processed/parsers/texttracks/srt/parse_cue.d.ts +0 -30
- package/dist/_esm5.processed/parsers/texttracks/srt/parse_cue.js +0 -60
- package/dist/_esm5.processed/parsers/texttracks/srt/parse_timestamp.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/srt/parse_timestamp.js +0 -33
- package/dist/_esm5.processed/parsers/texttracks/ttml/get_parameters.d.ts +0 -32
- package/dist/_esm5.processed/parsers/texttracks/ttml/get_parameters.js +0 -84
- package/dist/_esm5.processed/parsers/texttracks/ttml/get_styling.d.ts +0 -41
- package/dist/_esm5.processed/parsers/texttracks/ttml/get_styling.js +0 -132
- package/dist/_esm5.processed/parsers/texttracks/ttml/get_time_delimiters.d.ts +0 -26
- package/dist/_esm5.processed/parsers/texttracks/ttml/get_time_delimiters.js +0 -41
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.d.ts +0 -48
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.js +0 -61
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_extent.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_extent.js +0 -61
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_font_size.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_font_size.js +0 -59
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_line_height.d.ts +0 -20
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_line_height.js +0 -44
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_origin.d.ts +0 -20
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_origin.js +0 -60
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_padding.d.ts +0 -20
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/apply_padding.js +0 -139
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/create_element.d.ts +0 -32
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/create_element.js +0 -451
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/generate_css_test_outline.d.ts +0 -26
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/generate_css_test_outline.js +0 -41
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/index.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/index.js +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_cue.d.ts +0 -26
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_cue.js +0 -38
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_ttml_to_div.d.ts +0 -34
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/parse_ttml_to_div.js +0 -50
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/ttml_color_to_css_color.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/html/ttml_color_to_css_color.js +0 -57
- package/dist/_esm5.processed/parsers/texttracks/ttml/native/index.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/native/index.js +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_cue.d.ts +0 -30
- package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_cue.js +0 -202
- package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_ttml_to_vtt.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/ttml/native/parse_ttml_to_vtt.js +0 -33
- package/dist/_esm5.processed/parsers/texttracks/ttml/parse_ttml.d.ts +0 -43
- package/dist/_esm5.processed/parsers/texttracks/ttml/parse_ttml.js +0 -156
- package/dist/_esm5.processed/parsers/texttracks/ttml/regexps.d.ts +0 -28
- package/dist/_esm5.processed/parsers/texttracks/ttml/regexps.js +0 -35
- package/dist/_esm5.processed/parsers/texttracks/ttml/resolve_styles_inheritance.d.ts +0 -49
- package/dist/_esm5.processed/parsers/texttracks/ttml/resolve_styles_inheritance.js +0 -83
- package/dist/_esm5.processed/parsers/texttracks/ttml/time_parsing.d.ts +0 -30
- package/dist/_esm5.processed/parsers/texttracks/ttml/time_parsing.js +0 -124
- package/dist/_esm5.processed/parsers/texttracks/ttml/xml_utils.d.ts +0 -70
- package/dist/_esm5.processed/parsers/texttracks/ttml/xml_utils.js +0 -149
- package/dist/_esm5.processed/parsers/texttracks/types.d.ts +0 -23
- package/dist/_esm5.processed/parsers/texttracks/types.js +0 -16
- package/dist/_esm5.processed/parsers/texttracks/webvtt/get_cue_blocks.d.ts +0 -24
- package/dist/_esm5.processed/parsers/texttracks/webvtt/get_cue_blocks.js +0 -44
- package/dist/_esm5.processed/parsers/texttracks/webvtt/get_style_blocks.d.ts +0 -24
- package/dist/_esm5.processed/parsers/texttracks/webvtt/get_style_blocks.js +0 -51
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/convert_payload_to_html.d.ts +0 -22
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/convert_payload_to_html.js +0 -35
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_default_style_elements.d.ts +0 -2
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_default_style_elements.js +0 -22
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_style_attribute.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_style_attribute.js +0 -175
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_styled_element.d.ts +0 -25
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/create_styled_element.js +0 -83
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/index.d.ts +0 -22
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/index.js +0 -21
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_style_block.d.ts +0 -27
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_style_block.js +0 -72
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_webvtt_to_div.d.ts +0 -31
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/parse_webvtt_to_div.js +0 -55
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/to_html.d.ts +0 -43
- package/dist/_esm5.processed/parsers/texttracks/webvtt/html/to_html.js +0 -70
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/index.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/index.js +0 -21
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/parse_vtt_to_cues.d.ts +0 -28
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/parse_vtt_to_cues.js +0 -58
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/set_settings_on_cue.d.ts +0 -23
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/set_settings_on_cue.js +0 -80
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/to_native_cue.d.ts +0 -25
- package/dist/_esm5.processed/parsers/texttracks/webvtt/native/to_native_cue.js +0 -25
- package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_cue_block.d.ts +0 -33
- package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_cue_block.js +0 -96
- package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_timestamp.d.ts +0 -21
- package/dist/_esm5.processed/parsers/texttracks/webvtt/parse_timestamp.js +0 -34
- package/dist/_esm5.processed/parsers/texttracks/webvtt/utils.d.ts +0 -56
- package/dist/_esm5.processed/parsers/texttracks/webvtt/utils.js +0 -113
- package/dist/_esm5.processed/public_types.d.ts +0 -823
- package/dist/_esm5.processed/public_types.js +0 -16
- package/dist/_esm5.processed/tools/TextTrackRenderer/index.d.ts +0 -22
- package/dist/_esm5.processed/tools/TextTrackRenderer/index.js +0 -22
- package/dist/_esm5.processed/tools/TextTrackRenderer/text_track_renderer.d.ts +0 -70
- package/dist/_esm5.processed/tools/TextTrackRenderer/text_track_renderer.js +0 -79
- package/dist/_esm5.processed/tools/index.d.ts +0 -18
- package/dist/_esm5.processed/tools/index.js +0 -19
- package/dist/_esm5.processed/tools/string_utils.d.ts +0 -16
- package/dist/_esm5.processed/tools/string_utils.js +0 -16
- package/dist/_esm5.processed/transports/dash/add_segment_integrity_checks_to_loader.d.ts +0 -24
- package/dist/_esm5.processed/transports/dash/add_segment_integrity_checks_to_loader.js +0 -93
- package/dist/_esm5.processed/transports/dash/construct_segment_url.d.ts +0 -18
- package/dist/_esm5.processed/transports/dash/construct_segment_url.js +0 -21
- package/dist/_esm5.processed/transports/dash/extract_complete_chunks.d.ts +0 -24
- package/dist/_esm5.processed/transports/dash/extract_complete_chunks.js +0 -59
- package/dist/_esm5.processed/transports/dash/get_events_out_of_emsgs.d.ts +0 -28
- package/dist/_esm5.processed/transports/dash/get_events_out_of_emsgs.js +0 -92
- package/dist/_esm5.processed/transports/dash/index.d.ts +0 -21
- package/dist/_esm5.processed/transports/dash/index.js +0 -21
- package/dist/_esm5.processed/transports/dash/init_segment_loader.d.ts +0 -28
- package/dist/_esm5.processed/transports/dash/init_segment_loader.js +0 -68
- package/dist/_esm5.processed/transports/dash/low_latency_segment_loader.d.ts +0 -30
- package/dist/_esm5.processed/transports/dash/low_latency_segment_loader.js +0 -64
- package/dist/_esm5.processed/transports/dash/manifest_parser.d.ts +0 -18
- package/dist/_esm5.processed/transports/dash/manifest_parser.js +0 -276
- package/dist/_esm5.processed/transports/dash/pipelines.d.ts +0 -23
- package/dist/_esm5.processed/transports/dash/pipelines.js +0 -55
- package/dist/_esm5.processed/transports/dash/segment_loader.d.ts +0 -38
- package/dist/_esm5.processed/transports/dash/segment_loader.js +0 -168
- package/dist/_esm5.processed/transports/dash/segment_parser.d.ts +0 -23
- package/dist/_esm5.processed/transports/dash/segment_parser.js +0 -124
- package/dist/_esm5.processed/transports/dash/text_loader.d.ts +0 -25
- package/dist/_esm5.processed/transports/dash/text_loader.js +0 -82
- package/dist/_esm5.processed/transports/dash/text_parser.d.ts +0 -25
- package/dist/_esm5.processed/transports/dash/text_parser.js +0 -164
- package/dist/_esm5.processed/transports/index.d.ts +0 -16
- package/dist/_esm5.processed/transports/index.js +0 -16
- package/dist/_esm5.processed/transports/local/index.d.ts +0 -17
- package/dist/_esm5.processed/transports/local/index.js +0 -17
- package/dist/_esm5.processed/transports/local/pipelines.d.ts +0 -22
- package/dist/_esm5.processed/transports/local/pipelines.js +0 -64
- package/dist/_esm5.processed/transports/local/segment_loader.d.ts +0 -28
- package/dist/_esm5.processed/transports/local/segment_loader.js +0 -144
- package/dist/_esm5.processed/transports/local/segment_parser.d.ts +0 -20
- package/dist/_esm5.processed/transports/local/segment_parser.js +0 -69
- package/dist/_esm5.processed/transports/local/text_parser.d.ts +0 -27
- package/dist/_esm5.processed/transports/local/text_parser.js +0 -131
- package/dist/_esm5.processed/transports/metaplaylist/index.d.ts +0 -21
- package/dist/_esm5.processed/transports/metaplaylist/index.js +0 -21
- package/dist/_esm5.processed/transports/metaplaylist/manifest_loader.d.ts +0 -26
- package/dist/_esm5.processed/transports/metaplaylist/manifest_loader.js +0 -41
- package/dist/_esm5.processed/transports/metaplaylist/pipelines.d.ts +0 -17
- package/dist/_esm5.processed/transports/metaplaylist/pipelines.js +0 -236
- package/dist/_esm5.processed/transports/smooth/extract_timings_infos.d.ts +0 -62
- package/dist/_esm5.processed/transports/smooth/extract_timings_infos.js +0 -78
- package/dist/_esm5.processed/transports/smooth/index.d.ts +0 -21
- package/dist/_esm5.processed/transports/smooth/index.js +0 -21
- package/dist/_esm5.processed/transports/smooth/is_mp4_embedded_track.d.ts +0 -22
- package/dist/_esm5.processed/transports/smooth/is_mp4_embedded_track.js +0 -24
- package/dist/_esm5.processed/transports/smooth/isobmff/create_audio_init_segment.d.ts +0 -29
- package/dist/_esm5.processed/transports/smooth/isobmff/create_audio_init_segment.js +0 -52
- package/dist/_esm5.processed/transports/smooth/isobmff/create_boxes.d.ts +0 -171
- package/dist/_esm5.processed/transports/smooth/isobmff/create_boxes.js +0 -328
- package/dist/_esm5.processed/transports/smooth/isobmff/create_init_segment.d.ts +0 -33
- package/dist/_esm5.processed/transports/smooth/isobmff/create_init_segment.js +0 -65
- package/dist/_esm5.processed/transports/smooth/isobmff/create_traf_box.d.ts +0 -16
- package/dist/_esm5.processed/transports/smooth/isobmff/create_traf_box.js +0 -24
- package/dist/_esm5.processed/transports/smooth/isobmff/create_video_init_segment.d.ts +0 -29
- package/dist/_esm5.processed/transports/smooth/isobmff/create_video_init_segment.js +0 -57
- package/dist/_esm5.processed/transports/smooth/isobmff/get_aaces_header.d.ts +0 -27
- package/dist/_esm5.processed/transports/smooth/isobmff/get_aaces_header.js +0 -55
- package/dist/_esm5.processed/transports/smooth/isobmff/index.d.ts +0 -21
- package/dist/_esm5.processed/transports/smooth/isobmff/index.js +0 -21
- package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfrf.d.ts +0 -24
- package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfrf.js +0 -47
- package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfxd.d.ts +0 -24
- package/dist/_esm5.processed/transports/smooth/isobmff/parse_tfxd.js +0 -31
- package/dist/_esm5.processed/transports/smooth/isobmff/patch_segment.d.ts +0 -23
- package/dist/_esm5.processed/transports/smooth/isobmff/patch_segment.js +0 -127
- package/dist/_esm5.processed/transports/smooth/pipelines.d.ts +0 -17
- package/dist/_esm5.processed/transports/smooth/pipelines.js +0 -283
- package/dist/_esm5.processed/transports/smooth/segment_loader.d.ts +0 -27
- package/dist/_esm5.processed/transports/smooth/segment_loader.js +0 -204
- package/dist/_esm5.processed/transports/smooth/utils.d.ts +0 -26
- package/dist/_esm5.processed/transports/smooth/utils.js +0 -32
- package/dist/_esm5.processed/transports/types.d.ts +0 -692
- package/dist/_esm5.processed/transports/types.js +0 -16
- package/dist/_esm5.processed/transports/utils/byte_range.d.ts +0 -21
- package/dist/_esm5.processed/transports/utils/byte_range.js +0 -25
- package/dist/_esm5.processed/transports/utils/call_custom_manifest_loader.d.ts +0 -19
- package/dist/_esm5.processed/transports/utils/call_custom_manifest_loader.js +0 -91
- package/dist/_esm5.processed/transports/utils/check_isobmff_integrity.d.ts +0 -23
- package/dist/_esm5.processed/transports/utils/check_isobmff_integrity.js +0 -46
- package/dist/_esm5.processed/transports/utils/find_complete_box.d.ts +0 -25
- package/dist/_esm5.processed/transports/utils/find_complete_box.js +0 -53
- package/dist/_esm5.processed/transports/utils/generate_manifest_loader.d.ts +0 -26
- package/dist/_esm5.processed/transports/utils/generate_manifest_loader.js +0 -59
- package/dist/_esm5.processed/transports/utils/get_isobmff_timing_infos.d.ts +0 -29
- package/dist/_esm5.processed/transports/utils/get_isobmff_timing_infos.js +0 -66
- package/dist/_esm5.processed/transports/utils/infer_segment_container.d.ts +0 -29
- package/dist/_esm5.processed/transports/utils/infer_segment_container.js +0 -44
- package/dist/_esm5.processed/transports/utils/parse_text_track.d.ts +0 -56
- package/dist/_esm5.processed/transports/utils/parse_text_track.js +0 -134
- package/dist/_esm5.processed/utils/are_arrays_of_numbers_equal.d.ts +0 -22
- package/dist/_esm5.processed/utils/are_arrays_of_numbers_equal.js +0 -35
- package/dist/_esm5.processed/utils/are_codecs_compatible.d.ts +0 -25
- package/dist/_esm5.processed/utils/are_codecs_compatible.js +0 -44
- package/dist/_esm5.processed/utils/array_find.d.ts +0 -23
- package/dist/_esm5.processed/utils/array_find.js +0 -35
- package/dist/_esm5.processed/utils/array_find_index.d.ts +0 -23
- package/dist/_esm5.processed/utils/array_find_index.js +0 -34
- package/dist/_esm5.processed/utils/array_includes.d.ts +0 -54
- package/dist/_esm5.processed/utils/array_includes.js +0 -85
- package/dist/_esm5.processed/utils/assert.d.ts +0 -34
- package/dist/_esm5.processed/utils/assert.js +0 -52
- package/dist/_esm5.processed/utils/assert_unreachable.d.ts +0 -40
- package/dist/_esm5.processed/utils/assert_unreachable.js +0 -43
- package/dist/_esm5.processed/utils/base64.d.ts +0 -14
- package/dist/_esm5.processed/utils/base64.js +0 -147
- package/dist/_esm5.processed/utils/byte_parsing.d.ts +0 -123
- package/dist/_esm5.processed/utils/byte_parsing.js +0 -231
- package/dist/_esm5.processed/utils/cancellable_sleep.d.ts +0 -30
- package/dist/_esm5.processed/utils/cancellable_sleep.js +0 -35
- package/dist/_esm5.processed/utils/create_cancellable_promise.d.ts +0 -26
- package/dist/_esm5.processed/utils/create_cancellable_promise.js +0 -52
- package/dist/_esm5.processed/utils/deep_merge.d.ts +0 -9
- package/dist/_esm5.processed/utils/deep_merge.js +0 -54
- package/dist/_esm5.processed/utils/event_emitter.d.ts +0 -62
- package/dist/_esm5.processed/utils/event_emitter.js +0 -103
- package/dist/_esm5.processed/utils/flat_map.d.ts +0 -22
- package/dist/_esm5.processed/utils/flat_map.js +0 -37
- package/dist/_esm5.processed/utils/get_fuzzed_delay.d.ts +0 -21
- package/dist/_esm5.processed/utils/get_fuzzed_delay.js +0 -25
- package/dist/_esm5.processed/utils/hash_buffer.d.ts +0 -32
- package/dist/_esm5.processed/utils/hash_buffer.js +0 -41
- package/dist/_esm5.processed/utils/id_generator.d.ts +0 -21
- package/dist/_esm5.processed/utils/id_generator.js +0 -33
- package/dist/_esm5.processed/utils/initialization_segment_cache.d.ts +0 -42
- package/dist/_esm5.processed/utils/initialization_segment_cache.js +0 -51
- package/dist/_esm5.processed/utils/is_non_empty_string.d.ts +0 -20
- package/dist/_esm5.processed/utils/is_non_empty_string.js +0 -22
- package/dist/_esm5.processed/utils/is_null_or_undefined.d.ts +0 -24
- package/dist/_esm5.processed/utils/is_null_or_undefined.js +0 -26
- package/dist/_esm5.processed/utils/languages/ISO_639-1_to_ISO_639-3.d.ts +0 -22
- package/dist/_esm5.processed/utils/languages/ISO_639-1_to_ISO_639-3.js +0 -205
- package/dist/_esm5.processed/utils/languages/ISO_639-2_to_ISO_639-3.d.ts +0 -22
- package/dist/_esm5.processed/utils/languages/ISO_639-2_to_ISO_639-3.js +0 -41
- package/dist/_esm5.processed/utils/languages/index.d.ts +0 -18
- package/dist/_esm5.processed/utils/languages/index.js +0 -18
- package/dist/_esm5.processed/utils/languages/normalize.d.ts +0 -68
- package/dist/_esm5.processed/utils/languages/normalize.js +0 -117
- package/dist/_esm5.processed/utils/logger.d.ts +0 -46
- package/dist/_esm5.processed/utils/logger.js +0 -79
- package/dist/_esm5.processed/utils/noop.d.ts +0 -23
- package/dist/_esm5.processed/utils/noop.js +0 -25
- package/dist/_esm5.processed/utils/object_assign.d.ts +0 -22
- package/dist/_esm5.processed/utils/object_assign.js +0 -44
- package/dist/_esm5.processed/utils/object_values.d.ts +0 -30
- package/dist/_esm5.processed/utils/object_values.js +0 -26
- package/dist/_esm5.processed/utils/ranges.d.ts +0 -170
- package/dist/_esm5.processed/utils/ranges.js +0 -427
- package/dist/_esm5.processed/utils/reference.d.ts +0 -214
- package/dist/_esm5.processed/utils/reference.js +0 -295
- package/dist/_esm5.processed/utils/request/fetch.d.ts +0 -76
- package/dist/_esm5.processed/utils/request/fetch.js +0 -181
- package/dist/_esm5.processed/utils/request/index.d.ts +0 -19
- package/dist/_esm5.processed/utils/request/index.js +0 -19
- package/dist/_esm5.processed/utils/request/xhr.d.ts +0 -95
- package/dist/_esm5.processed/utils/request/xhr.js +0 -152
- package/dist/_esm5.processed/utils/resolve_url.d.ts +0 -35
- package/dist/_esm5.processed/utils/resolve_url.js +0 -117
- package/dist/_esm5.processed/utils/retry_promise_with_backoff.d.ts +0 -46
- package/dist/_esm5.processed/utils/retry_promise_with_backoff.js +0 -119
- package/dist/_esm5.processed/utils/sleep.d.ts +0 -10
- package/dist/_esm5.processed/utils/sleep.js +0 -14
- package/dist/_esm5.processed/utils/slice_uint8array.d.ts +0 -27
- package/dist/_esm5.processed/utils/slice_uint8array.js +0 -42
- package/dist/_esm5.processed/utils/sorted_list.d.ts +0 -127
- package/dist/_esm5.processed/utils/sorted_list.js +0 -183
- package/dist/_esm5.processed/utils/starts_with.d.ts +0 -26
- package/dist/_esm5.processed/utils/starts_with.js +0 -36
- package/dist/_esm5.processed/utils/string_parsing.d.ts +0 -88
- package/dist/_esm5.processed/utils/string_parsing.js +0 -372
- package/dist/_esm5.processed/utils/task_canceller.d.ts +0 -263
- package/dist/_esm5.processed/utils/task_canceller.js +0 -325
- package/dist/_esm5.processed/utils/warn_once.d.ts +0 -23
- package/dist/_esm5.processed/utils/warn_once.js +0 -31
- package/dist/_esm5.processed/utils/weak_map_memory.d.ts +0 -70
- package/dist/_esm5.processed/utils/weak_map_memory.js +0 -86
- package/dist/_esm5.processed/utils/wrapInPromise.d.ts +0 -7
- package/dist/_esm5.processed/utils/wrapInPromise.js +0 -22
- package/dist/commonjs/compat/global_scope.d.ts +0 -9
- package/dist/commonjs/compat/global_scope.js +0 -15
- package/dist/commonjs/compat/index.d.ts +0 -37
- package/dist/commonjs/compat/index.js +0 -66
- package/dist/commonjs/core/api/debug/buffer_graph.d.ts +0 -28
- package/dist/commonjs/core/api/debug/buffer_graph.js +0 -173
- package/dist/commonjs/core/api/debug/buffer_size_graph.js +0 -132
- package/dist/commonjs/core/api/debug/modules/general_info.d.ts +0 -3
- package/dist/commonjs/core/api/debug/modules/general_info.js +0 -220
- package/dist/commonjs/core/api/debug/modules/segment_buffer_content.d.ts +0 -4
- package/dist/commonjs/core/api/debug/modules/segment_buffer_content.js +0 -124
- package/dist/commonjs/core/api/debug/modules/segment_buffer_size.d.ts +0 -3
- package/dist/commonjs/core/api/debug/modules/segment_buffer_size.js +0 -38
- package/dist/commonjs/core/api/debug/render.d.ts +0 -3
- package/dist/commonjs/core/api/index.d.ts +0 -20
- package/dist/commonjs/core/api/index.js +0 -22
- package/dist/commonjs/core/api/option_utils.d.ts +0 -123
- package/dist/commonjs/core/api/option_utils.js +0 -308
- package/dist/commonjs/core/api/playback_observer.d.ts +0 -370
- package/dist/commonjs/core/api/playback_observer.js +0 -585
- package/dist/commonjs/core/api/public_api.d.ts +0 -728
- package/dist/commonjs/core/api/public_api.js +0 -2261
- package/dist/commonjs/core/api/track_management/index.d.ts +0 -18
- package/dist/commonjs/core/api/track_management/media_element_tracks_store.d.ts +0 -197
- package/dist/commonjs/core/api/track_management/media_element_tracks_store.js +0 -688
- package/dist/commonjs/core/api/track_management/track_dispatcher.d.ts +0 -96
- package/dist/commonjs/core/api/track_management/track_dispatcher.js +0 -178
- package/dist/commonjs/core/api/track_management/tracks_store.d.ts +0 -429
- package/dist/commonjs/core/api/track_management/tracks_store.js +0 -998
- package/dist/commonjs/core/api/utils.d.ts +0 -66
- package/dist/commonjs/core/api/utils.js +0 -175
- package/dist/commonjs/core/decrypt/__tests__/__global__/utils.d.ts +0 -178
- package/dist/commonjs/core/decrypt/__tests__/__global__/utils.js +0 -413
- package/dist/commonjs/core/decrypt/attach_media_keys.d.ts +0 -52
- package/dist/commonjs/core/decrypt/attach_media_keys.js +0 -120
- package/dist/commonjs/core/decrypt/clear_on_stop.js +0 -43
- package/dist/commonjs/core/decrypt/content_decryptor.d.ts +0 -184
- package/dist/commonjs/core/decrypt/content_decryptor.js +0 -1146
- package/dist/commonjs/core/decrypt/create_or_load_session.d.ts +0 -63
- package/dist/commonjs/core/decrypt/create_or_load_session.js +0 -127
- package/dist/commonjs/core/decrypt/create_session.d.ts +0 -53
- package/dist/commonjs/core/decrypt/create_session.js +0 -215
- package/dist/commonjs/core/decrypt/dispose_decryption_resources.js +0 -91
- package/dist/commonjs/core/decrypt/find_key_system.d.ts +0 -48
- package/dist/commonjs/core/decrypt/find_key_system.js +0 -369
- package/dist/commonjs/core/decrypt/get_media_keys.d.ts +0 -44
- package/dist/commonjs/core/decrypt/get_media_keys.js +0 -160
- package/dist/commonjs/core/decrypt/index.d.ts +0 -26
- package/dist/commonjs/core/decrypt/init_media_keys.d.ts +0 -26
- package/dist/commonjs/core/decrypt/init_media_keys.js +0 -85
- package/dist/commonjs/core/decrypt/session_events_listener.d.ts +0 -75
- package/dist/commonjs/core/decrypt/session_events_listener.js +0 -330
- package/dist/commonjs/core/decrypt/set_server_certificate.d.ts +0 -51
- package/dist/commonjs/core/decrypt/set_server_certificate.js +0 -146
- package/dist/commonjs/core/decrypt/types.d.ts +0 -368
- package/dist/commonjs/core/decrypt/utils/are_init_values_compatible.js +0 -116
- package/dist/commonjs/core/decrypt/utils/check_key_statuses.d.ts +0 -52
- package/dist/commonjs/core/decrypt/utils/check_key_statuses.js +0 -211
- package/dist/commonjs/core/decrypt/utils/clean_old_loaded_sessions.d.ts +0 -26
- package/dist/commonjs/core/decrypt/utils/clean_old_stored_persistent_info.d.ts +0 -32
- package/dist/commonjs/core/decrypt/utils/init_data_values_container.d.ts +0 -69
- package/dist/commonjs/core/decrypt/utils/init_data_values_container.js +0 -126
- package/dist/commonjs/core/decrypt/utils/is_session_usable.d.ts +0 -24
- package/dist/commonjs/core/decrypt/utils/is_session_usable.js +0 -52
- package/dist/commonjs/core/decrypt/utils/key_session_record.d.ts +0 -104
- package/dist/commonjs/core/decrypt/utils/key_session_record.js +0 -190
- package/dist/commonjs/core/decrypt/utils/loaded_sessions_store.d.ts +0 -215
- package/dist/commonjs/core/decrypt/utils/loaded_sessions_store.js +0 -515
- package/dist/commonjs/core/decrypt/utils/media_keys_infos_store.d.ts +0 -56
- package/dist/commonjs/core/decrypt/utils/media_keys_infos_store.js +0 -46
- package/dist/commonjs/core/decrypt/utils/persistent_sessions_store.d.ts +0 -94
- package/dist/commonjs/core/decrypt/utils/persistent_sessions_store.js +0 -346
- package/dist/commonjs/core/decrypt/utils/serializable_bytes.d.ts +0 -44
- package/dist/commonjs/core/decrypt/utils/serializable_bytes.js +0 -50
- package/dist/commonjs/core/decrypt/utils/server_certificate_store.d.ts +0 -64
- package/dist/commonjs/core/decrypt/utils/server_certificate_store.js +0 -114
- package/dist/commonjs/core/init/directfile_content_initializer.d.ts +0 -97
- package/dist/commonjs/core/init/directfile_content_initializer.js +0 -258
- package/dist/commonjs/core/init/media_source_content_initializer.d.ts +0 -180
- package/dist/commonjs/core/init/media_source_content_initializer.js +0 -653
- package/dist/commonjs/core/init/types.d.ts +0 -217
- package/dist/commonjs/core/init/types.js +0 -54
- package/dist/commonjs/core/init/utils/content_time_boundaries_observer.d.ts +0 -192
- package/dist/commonjs/core/init/utils/content_time_boundaries_observer.js +0 -519
- package/dist/commonjs/core/init/utils/create_media_source.d.ts +0 -37
- package/dist/commonjs/core/init/utils/create_media_source.js +0 -117
- package/dist/commonjs/core/init/utils/create_stream_playback_observer.d.ts +0 -45
- package/dist/commonjs/core/init/utils/create_stream_playback_observer.js +0 -89
- package/dist/commonjs/core/init/utils/end_of_stream.d.ts +0 -33
- package/dist/commonjs/core/init/utils/end_of_stream.js +0 -115
- package/dist/commonjs/core/init/utils/get_initial_time.d.ts +0 -76
- package/dist/commonjs/core/init/utils/get_initial_time.js +0 -115
- package/dist/commonjs/core/init/utils/get_loaded_reference.d.ts +0 -28
- package/dist/commonjs/core/init/utils/get_loaded_reference.js +0 -59
- package/dist/commonjs/core/init/utils/initial_seek_and_play.d.ts +0 -63
- package/dist/commonjs/core/init/utils/initial_seek_and_play.js +0 -131
- package/dist/commonjs/core/init/utils/initialize_content_decryption.d.ts +0 -80
- package/dist/commonjs/core/init/utils/initialize_content_decryption.js +0 -107
- package/dist/commonjs/core/init/utils/media_source_duration_updater.js +0 -270
- package/dist/commonjs/core/init/utils/rebuffering_controller.d.ts +0 -147
- package/dist/commonjs/core/init/utils/rebuffering_controller.js +0 -597
- package/dist/commonjs/core/init/utils/stream_events_emitter/are_same_stream_events.js +0 -37
- package/dist/commonjs/core/init/utils/stream_events_emitter/index.d.ts +0 -18
- package/dist/commonjs/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +0 -25
- package/dist/commonjs/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +0 -68
- package/dist/commonjs/core/init/utils/stream_events_emitter/stream_events_emitter.d.ts +0 -52
- package/dist/commonjs/core/init/utils/stream_events_emitter/stream_events_emitter.js +0 -232
- package/dist/commonjs/core/init/utils/stream_events_emitter/types.d.ts +0 -41
- package/dist/commonjs/core/init/utils/throw_on_media_error.d.ts +0 -23
- package/dist/commonjs/core/init/utils/throw_on_media_error.js +0 -61
- package/dist/commonjs/core/segment_buffers/garbage_collector.d.ts +0 -41
- package/dist/commonjs/core/segment_buffers/garbage_collector.js +0 -212
- package/dist/commonjs/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.d.ts +0 -182
- package/dist/commonjs/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +0 -457
- package/dist/commonjs/core/segment_buffers/implementations/audio_video/index.d.ts +0 -17
- package/dist/commonjs/core/segment_buffers/implementations/index.d.ts +0 -18
- package/dist/commonjs/core/segment_buffers/implementations/index.js +0 -35
- package/dist/commonjs/core/segment_buffers/implementations/text/html/html_text_segment_buffer.d.ts +0 -141
- package/dist/commonjs/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +0 -407
- package/dist/commonjs/core/segment_buffers/implementations/text/html/index.d.ts +0 -21
- package/dist/commonjs/core/segment_buffers/implementations/text/html/index.js +0 -23
- package/dist/commonjs/core/segment_buffers/implementations/text/html/parsers.d.ts +0 -30
- package/dist/commonjs/core/segment_buffers/implementations/text/html/parsers.js +0 -40
- package/dist/commonjs/core/segment_buffers/implementations/text/html/text_track_cues_store.d.ts +0 -79
- package/dist/commonjs/core/segment_buffers/implementations/text/html/text_track_cues_store.js +0 -390
- package/dist/commonjs/core/segment_buffers/implementations/text/html/types.d.ts +0 -25
- package/dist/commonjs/core/segment_buffers/implementations/text/html/update_proportional_elements.d.ts +0 -30
- package/dist/commonjs/core/segment_buffers/implementations/text/html/update_proportional_elements.js +0 -80
- package/dist/commonjs/core/segment_buffers/implementations/text/html/utils.d.ts +0 -45
- package/dist/commonjs/core/segment_buffers/implementations/text/html/utils.js +0 -131
- package/dist/commonjs/core/segment_buffers/implementations/text/native/index.d.ts +0 -17
- package/dist/commonjs/core/segment_buffers/implementations/text/native/index.js +0 -19
- package/dist/commonjs/core/segment_buffers/implementations/text/native/native_text_segment_buffer.d.ts +0 -83
- package/dist/commonjs/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +0 -273
- package/dist/commonjs/core/segment_buffers/implementations/text/native/parsers.d.ts +0 -26
- package/dist/commonjs/core/segment_buffers/implementations/text/native/parsers.js +0 -40
- package/dist/commonjs/core/segment_buffers/implementations/types.d.ts +0 -320
- package/dist/commonjs/core/segment_buffers/implementations/types.js +0 -124
- package/dist/commonjs/core/segment_buffers/index.d.ts +0 -21
- package/dist/commonjs/core/segment_buffers/index.js +0 -28
- package/dist/commonjs/core/segment_buffers/inventory/buffered_history.d.ts +0 -89
- package/dist/commonjs/core/segment_buffers/inventory/index.d.ts +0 -21
- package/dist/commonjs/core/segment_buffers/inventory/segment_inventory.d.ts +0 -207
- package/dist/commonjs/core/segment_buffers/inventory/segment_inventory.js +0 -866
- package/dist/commonjs/core/segment_buffers/inventory/types.d.ts +0 -27
- package/dist/commonjs/core/segment_buffers/inventory/utils.d.ts +0 -33
- package/dist/commonjs/core/segment_buffers/inventory/utils.js +0 -54
- package/dist/commonjs/core/segment_buffers/segment_buffers_store.d.ts +0 -180
- package/dist/commonjs/core/segment_buffers/segment_buffers_store.js +0 -302
- package/dist/commonjs/core/stream/representation/utils/force_garbage_collection.d.ts +0 -29
- package/dist/commonjs/core/stream/representation/utils/force_garbage_collection.js +0 -179
- package/dist/commonjs/errors/assertion_error.d.ts +0 -31
- package/dist/commonjs/errors/assertion_error.js +0 -56
- package/dist/commonjs/errors/request_error.d.ts +0 -38
- package/dist/commonjs/errors/request_error.js +0 -76
- package/dist/commonjs/experimental/features/dash_wasm.d.ts +0 -23
- package/dist/commonjs/experimental/features/dash_wasm.js +0 -37
- package/dist/commonjs/experimental/features/debug_element.d.ts +0 -8
- package/dist/commonjs/experimental/features/debug_element.js +0 -13
- package/dist/commonjs/experimental/tools/parseBIFThumbnails/index.js +0 -32
- package/dist/commonjs/manifest/adaptation.d.ts +0 -113
- package/dist/commonjs/manifest/adaptation.js +0 -222
- package/dist/commonjs/manifest/manifest.d.ts +0 -265
- package/dist/commonjs/manifest/manifest.js +0 -453
- package/dist/commonjs/manifest/period.d.ts +0 -68
- package/dist/commonjs/manifest/period.js +0 -140
- package/dist/commonjs/manifest/representation.d.ts +0 -251
- package/dist/commonjs/manifest/representation.js +0 -296
- package/dist/commonjs/manifest/representation_index/index.d.ts +0 -18
- package/dist/commonjs/manifest/representation_index/static.d.ts +0 -101
- package/dist/commonjs/manifest/representation_index/static.js +0 -143
- package/dist/commonjs/manifest/representation_index/types.d.ts +0 -420
- package/dist/commonjs/manifest/representation_index/types.js +0 -17
- package/dist/commonjs/manifest/update_period_in_place.d.ts +0 -49
- package/dist/commonjs/manifest/update_period_in_place.js +0 -168
- package/dist/commonjs/manifest/update_periods.d.ts +0 -47
- package/dist/commonjs/manifest/update_periods.js +0 -189
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +0 -23
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +0 -331
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +0 -23
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +0 -33
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +0 -22
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +0 -23
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +0 -113
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +0 -42
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/MPD.js +0 -164
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Period.js +0 -132
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/Representation.js +0 -209
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +0 -22
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +0 -108
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +0 -23
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +0 -92
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +0 -21
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +0 -23
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +0 -52
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -187
- package/dist/commonjs/parsers/manifest/dash/js-parser/node_parsers/utils.js +0 -354
- package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_document.d.ts +0 -24
- package/dist/commonjs/parsers/manifest/dash/js-parser/parse_from_document.js +0 -131
- package/dist/commonjs/utils/assert_unreachable.d.ts +0 -40
- package/dist/commonjs/utils/assert_unreachable.js +0 -46
- package/dist/commonjs/utils/initialization_segment_cache.d.ts +0 -42
- package/dist/es2017/compat/global_scope.d.ts +0 -9
- package/dist/es2017/compat/global_scope.js +0 -13
- package/dist/es2017/compat/index.d.ts +0 -37
- package/dist/es2017/compat/index.js +0 -43
- package/dist/es2017/core/api/debug/buffer_graph.d.ts +0 -28
- package/dist/es2017/core/api/debug/buffer_graph.js +0 -169
- package/dist/es2017/core/api/debug/buffer_size_graph.d.ts +0 -10
- package/dist/es2017/core/api/debug/buffer_size_graph.js +0 -103
- package/dist/es2017/core/api/debug/constants.d.ts +0 -2
- package/dist/es2017/core/api/debug/index.d.ts +0 -2
- package/dist/es2017/core/api/debug/index.js +0 -2
- package/dist/es2017/core/api/debug/modules/general_info.d.ts +0 -3
- package/dist/es2017/core/api/debug/modules/general_info.js +0 -176
- package/dist/es2017/core/api/debug/modules/segment_buffer_content.d.ts +0 -4
- package/dist/es2017/core/api/debug/modules/segment_buffer_content.js +0 -121
- package/dist/es2017/core/api/debug/modules/segment_buffer_size.d.ts +0 -3
- package/dist/es2017/core/api/debug/modules/segment_buffer_size.js +0 -35
- package/dist/es2017/core/api/debug/render.d.ts +0 -3
- package/dist/es2017/core/api/debug/render.js +0 -32
- package/dist/es2017/core/api/debug/utils.d.ts +0 -39
- package/dist/es2017/core/api/debug/utils.js +0 -54
- package/dist/es2017/core/api/index.d.ts +0 -20
- package/dist/es2017/core/api/index.js +0 -19
- package/dist/es2017/core/api/option_utils.d.ts +0 -123
- package/dist/es2017/core/api/option_utils.js +0 -304
- package/dist/es2017/core/api/playback_observer.d.ts +0 -370
- package/dist/es2017/core/api/playback_observer.js +0 -591
- package/dist/es2017/core/api/public_api.d.ts +0 -728
- package/dist/es2017/core/api/public_api.js +0 -2136
- package/dist/es2017/core/api/track_management/index.d.ts +0 -18
- package/dist/es2017/core/api/track_management/index.js +0 -18
- package/dist/es2017/core/api/track_management/media_element_tracks_store.d.ts +0 -197
- package/dist/es2017/core/api/track_management/media_element_tracks_store.js +0 -669
- package/dist/es2017/core/api/track_management/track_dispatcher.d.ts +0 -96
- package/dist/es2017/core/api/track_management/track_dispatcher.js +0 -159
- package/dist/es2017/core/api/track_management/tracks_store.d.ts +0 -429
- package/dist/es2017/core/api/track_management/tracks_store.js +0 -944
- package/dist/es2017/core/api/utils.d.ts +0 -66
- package/dist/es2017/core/api/utils.js +0 -167
- package/dist/es2017/core/decrypt/__tests__/__global__/utils.d.ts +0 -178
- package/dist/es2017/core/decrypt/__tests__/__global__/utils.js +0 -363
- package/dist/es2017/core/decrypt/attach_media_keys.d.ts +0 -52
- package/dist/es2017/core/decrypt/attach_media_keys.js +0 -71
- package/dist/es2017/core/decrypt/clear_on_stop.d.ts +0 -22
- package/dist/es2017/core/decrypt/clear_on_stop.js +0 -40
- package/dist/es2017/core/decrypt/content_decryptor.d.ts +0 -184
- package/dist/es2017/core/decrypt/content_decryptor.js +0 -846
- package/dist/es2017/core/decrypt/create_or_load_session.d.ts +0 -63
- package/dist/es2017/core/decrypt/create_or_load_session.js +0 -75
- package/dist/es2017/core/decrypt/create_session.d.ts +0 -53
- package/dist/es2017/core/decrypt/create_session.js +0 -150
- package/dist/es2017/core/decrypt/dispose_decryption_resources.d.ts +0 -21
- package/dist/es2017/core/decrypt/dispose_decryption_resources.js +0 -42
- package/dist/es2017/core/decrypt/find_key_system.d.ts +0 -48
- package/dist/es2017/core/decrypt/find_key_system.js +0 -281
- package/dist/es2017/core/decrypt/get_media_keys.d.ts +0 -44
- package/dist/es2017/core/decrypt/get_media_keys.js +0 -104
- package/dist/es2017/core/decrypt/index.d.ts +0 -26
- package/dist/es2017/core/decrypt/index.js +0 -26
- package/dist/es2017/core/decrypt/init_media_keys.d.ts +0 -26
- package/dist/es2017/core/decrypt/init_media_keys.js +0 -37
- package/dist/es2017/core/decrypt/session_events_listener.d.ts +0 -75
- package/dist/es2017/core/decrypt/session_events_listener.js +0 -249
- package/dist/es2017/core/decrypt/set_server_certificate.d.ts +0 -51
- package/dist/es2017/core/decrypt/set_server_certificate.js +0 -83
- package/dist/es2017/core/decrypt/types.d.ts +0 -368
- package/dist/es2017/core/decrypt/types.js +0 -55
- package/dist/es2017/core/decrypt/utils/are_init_values_compatible.d.ts +0 -34
- package/dist/es2017/core/decrypt/utils/are_init_values_compatible.js +0 -113
- package/dist/es2017/core/decrypt/utils/check_key_statuses.d.ts +0 -52
- package/dist/es2017/core/decrypt/utils/check_key_statuses.js +0 -165
- package/dist/es2017/core/decrypt/utils/clean_old_loaded_sessions.d.ts +0 -26
- package/dist/es2017/core/decrypt/utils/clean_old_stored_persistent_info.d.ts +0 -32
- package/dist/es2017/core/decrypt/utils/get_drm_system_id.d.ts +0 -20
- package/dist/es2017/core/decrypt/utils/get_drm_system_id.js +0 -37
- package/dist/es2017/core/decrypt/utils/init_data_values_container.d.ts +0 -69
- package/dist/es2017/core/decrypt/utils/init_data_values_container.js +0 -96
- package/dist/es2017/core/decrypt/utils/is_session_usable.d.ts +0 -24
- package/dist/es2017/core/decrypt/utils/is_session_usable.js +0 -49
- package/dist/es2017/core/decrypt/utils/key_id_comparison.d.ts +0 -31
- package/dist/es2017/core/decrypt/utils/key_id_comparison.js +0 -48
- package/dist/es2017/core/decrypt/utils/key_session_record.d.ts +0 -104
- package/dist/es2017/core/decrypt/utils/key_session_record.js +0 -153
- package/dist/es2017/core/decrypt/utils/loaded_sessions_store.d.ts +0 -215
- package/dist/es2017/core/decrypt/utils/loaded_sessions_store.js +0 -365
- package/dist/es2017/core/decrypt/utils/media_keys_infos_store.d.ts +0 -56
- package/dist/es2017/core/decrypt/utils/media_keys_infos_store.js +0 -44
- package/dist/es2017/core/decrypt/utils/persistent_sessions_store.d.ts +0 -94
- package/dist/es2017/core/decrypt/utils/persistent_sessions_store.js +0 -321
- package/dist/es2017/core/decrypt/utils/serializable_bytes.d.ts +0 -44
- package/dist/es2017/core/decrypt/utils/serializable_bytes.js +0 -46
- package/dist/es2017/core/decrypt/utils/server_certificate_store.d.ts +0 -64
- package/dist/es2017/core/decrypt/utils/server_certificate_store.js +0 -112
- package/dist/es2017/core/init/directfile_content_initializer.d.ts +0 -97
- package/dist/es2017/core/init/directfile_content_initializer.js +0 -227
- package/dist/es2017/core/init/index.d.ts +0 -16
- package/dist/es2017/core/init/index.js +0 -16
- package/dist/es2017/core/init/media_source_content_initializer.d.ts +0 -180
- package/dist/es2017/core/init/media_source_content_initializer.js +0 -563
- package/dist/es2017/core/init/types.d.ts +0 -217
- package/dist/es2017/core/init/types.js +0 -30
- package/dist/es2017/core/init/utils/content_time_boundaries_observer.d.ts +0 -192
- package/dist/es2017/core/init/utils/content_time_boundaries_observer.js +0 -469
- package/dist/es2017/core/init/utils/create_media_source.d.ts +0 -37
- package/dist/es2017/core/init/utils/create_media_source.js +0 -112
- package/dist/es2017/core/init/utils/create_stream_playback_observer.d.ts +0 -45
- package/dist/es2017/core/init/utils/create_stream_playback_observer.js +0 -85
- package/dist/es2017/core/init/utils/end_of_stream.d.ts +0 -33
- package/dist/es2017/core/init/utils/end_of_stream.js +0 -88
- package/dist/es2017/core/init/utils/get_initial_time.d.ts +0 -76
- package/dist/es2017/core/init/utils/get_initial_time.js +0 -112
- package/dist/es2017/core/init/utils/get_loaded_reference.d.ts +0 -28
- package/dist/es2017/core/init/utils/get_loaded_reference.js +0 -56
- package/dist/es2017/core/init/utils/initial_seek_and_play.d.ts +0 -63
- package/dist/es2017/core/init/utils/initial_seek_and_play.js +0 -128
- package/dist/es2017/core/init/utils/initialize_content_decryption.d.ts +0 -80
- package/dist/es2017/core/init/utils/initialize_content_decryption.js +0 -104
- package/dist/es2017/core/init/utils/media_source_duration_updater.d.ts +0 -58
- package/dist/es2017/core/init/utils/media_source_duration_updater.js +0 -263
- package/dist/es2017/core/init/utils/rebuffering_controller.d.ts +0 -147
- package/dist/es2017/core/init/utils/rebuffering_controller.js +0 -541
- package/dist/es2017/core/init/utils/stream_events_emitter/are_same_stream_events.d.ts +0 -39
- package/dist/es2017/core/init/utils/stream_events_emitter/are_same_stream_events.js +0 -35
- package/dist/es2017/core/init/utils/stream_events_emitter/index.d.ts +0 -18
- package/dist/es2017/core/init/utils/stream_events_emitter/index.js +0 -17
- package/dist/es2017/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.d.ts +0 -25
- package/dist/es2017/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.js +0 -62
- package/dist/es2017/core/init/utils/stream_events_emitter/stream_events_emitter.d.ts +0 -52
- package/dist/es2017/core/init/utils/stream_events_emitter/stream_events_emitter.js +0 -178
- package/dist/es2017/core/init/utils/stream_events_emitter/types.d.ts +0 -41
- package/dist/es2017/core/init/utils/stream_events_emitter/types.js +0 -16
- package/dist/es2017/core/init/utils/throw_on_media_error.d.ts +0 -23
- package/dist/es2017/core/init/utils/throw_on_media_error.js +0 -58
- package/dist/es2017/core/segment_buffers/garbage_collector.d.ts +0 -41
- package/dist/es2017/core/segment_buffers/garbage_collector.js +0 -129
- package/dist/es2017/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.d.ts +0 -182
- package/dist/es2017/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +0 -435
- package/dist/es2017/core/segment_buffers/implementations/audio_video/index.d.ts +0 -17
- package/dist/es2017/core/segment_buffers/implementations/audio_video/index.js +0 -17
- package/dist/es2017/core/segment_buffers/implementations/index.d.ts +0 -18
- package/dist/es2017/core/segment_buffers/implementations/index.js +0 -18
- package/dist/es2017/core/segment_buffers/implementations/text/html/html_text_segment_buffer.d.ts +0 -141
- package/dist/es2017/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +0 -383
- package/dist/es2017/core/segment_buffers/implementations/text/html/index.d.ts +0 -21
- package/dist/es2017/core/segment_buffers/implementations/text/html/index.js +0 -21
- package/dist/es2017/core/segment_buffers/implementations/text/html/parsers.d.ts +0 -30
- package/dist/es2017/core/segment_buffers/implementations/text/html/parsers.js +0 -37
- package/dist/es2017/core/segment_buffers/implementations/text/html/text_track_cues_store.d.ts +0 -79
- package/dist/es2017/core/segment_buffers/implementations/text/html/text_track_cues_store.js +0 -370
- package/dist/es2017/core/segment_buffers/implementations/text/html/types.d.ts +0 -25
- package/dist/es2017/core/segment_buffers/implementations/text/html/types.js +0 -16
- package/dist/es2017/core/segment_buffers/implementations/text/html/update_proportional_elements.d.ts +0 -30
- package/dist/es2017/core/segment_buffers/implementations/text/html/update_proportional_elements.js +0 -77
- package/dist/es2017/core/segment_buffers/implementations/text/html/utils.d.ts +0 -45
- package/dist/es2017/core/segment_buffers/implementations/text/html/utils.js +0 -123
- package/dist/es2017/core/segment_buffers/implementations/text/native/index.d.ts +0 -17
- package/dist/es2017/core/segment_buffers/implementations/text/native/index.js +0 -17
- package/dist/es2017/core/segment_buffers/implementations/text/native/native_text_segment_buffer.d.ts +0 -83
- package/dist/es2017/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +0 -251
- package/dist/es2017/core/segment_buffers/implementations/text/native/parsers.d.ts +0 -26
- package/dist/es2017/core/segment_buffers/implementations/text/native/parsers.js +0 -37
- package/dist/es2017/core/segment_buffers/implementations/types.d.ts +0 -320
- package/dist/es2017/core/segment_buffers/implementations/types.js +0 -119
- package/dist/es2017/core/segment_buffers/implementations/utils/manual_time_ranges.d.ts +0 -29
- package/dist/es2017/core/segment_buffers/implementations/utils/manual_time_ranges.js +0 -63
- package/dist/es2017/core/segment_buffers/index.d.ts +0 -21
- package/dist/es2017/core/segment_buffers/index.js +0 -21
- package/dist/es2017/core/segment_buffers/inventory/buffered_history.d.ts +0 -89
- package/dist/es2017/core/segment_buffers/inventory/buffered_history.js +0 -90
- package/dist/es2017/core/segment_buffers/inventory/index.d.ts +0 -21
- package/dist/es2017/core/segment_buffers/inventory/index.js +0 -18
- package/dist/es2017/core/segment_buffers/inventory/segment_inventory.d.ts +0 -207
- package/dist/es2017/core/segment_buffers/inventory/segment_inventory.js +0 -822
- package/dist/es2017/core/segment_buffers/inventory/types.d.ts +0 -27
- package/dist/es2017/core/segment_buffers/inventory/types.js +0 -16
- package/dist/es2017/core/segment_buffers/inventory/utils.d.ts +0 -33
- package/dist/es2017/core/segment_buffers/inventory/utils.js +0 -49
- package/dist/es2017/core/segment_buffers/segment_buffers_store.d.ts +0 -180
- package/dist/es2017/core/segment_buffers/segment_buffers_store.js +0 -290
- package/dist/es2017/core/stream/representation/utils/force_garbage_collection.d.ts +0 -29
- package/dist/es2017/core/stream/representation/utils/force_garbage_collection.js +0 -91
- package/dist/es2017/errors/assertion_error.d.ts +0 -31
- package/dist/es2017/errors/assertion_error.js +0 -35
- package/dist/es2017/errors/request_error.d.ts +0 -38
- package/dist/es2017/errors/request_error.js +0 -55
- package/dist/es2017/experimental/features/dash_wasm.d.ts +0 -23
- package/dist/es2017/experimental/features/dash_wasm.js +0 -34
- package/dist/es2017/experimental/features/debug_element.d.ts +0 -8
- package/dist/es2017/experimental/features/debug_element.js +0 -10
- package/dist/es2017/experimental/tools/parseBIFThumbnails/index.js +0 -29
- package/dist/es2017/manifest/adaptation.d.ts +0 -113
- package/dist/es2017/manifest/adaptation.js +0 -212
- package/dist/es2017/manifest/manifest.d.ts +0 -265
- package/dist/es2017/manifest/manifest.js +0 -362
- package/dist/es2017/manifest/period.d.ts +0 -68
- package/dist/es2017/manifest/period.js +0 -131
- package/dist/es2017/manifest/representation.d.ts +0 -251
- package/dist/es2017/manifest/representation.js +0 -288
- package/dist/es2017/manifest/representation_index/index.d.ts +0 -18
- package/dist/es2017/manifest/representation_index/index.js +0 -17
- package/dist/es2017/manifest/representation_index/static.d.ts +0 -101
- package/dist/es2017/manifest/representation_index/static.js +0 -139
- package/dist/es2017/manifest/representation_index/types.d.ts +0 -420
- package/dist/es2017/manifest/representation_index/types.js +0 -16
- package/dist/es2017/manifest/update_period_in_place.d.ts +0 -49
- package/dist/es2017/manifest/update_period_in_place.js +0 -106
- package/dist/es2017/manifest/update_periods.d.ts +0 -47
- package/dist/es2017/manifest/update_periods.js +0 -153
- package/dist/es2017/parsers/manifest/dash/js-parser/index.d.ts +0 -17
- package/dist/es2017/parsers/manifest/dash/js-parser/index.js +0 -17
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.d.ts +0 -23
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.js +0 -311
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.d.ts +0 -23
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/BaseURL.js +0 -30
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.d.ts +0 -22
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.d.ts +0 -23
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/EventStream.js +0 -94
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Initialization.js +0 -39
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/MPD.js +0 -144
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Period.js +0 -112
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/Representation.js +0 -189
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.d.ts +0 -22
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.js +0 -89
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentList.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.d.ts +0 -23
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.js +0 -73
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.d.ts +0 -21
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.d.ts +0 -23
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.js +0 -49
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -187
- package/dist/es2017/parsers/manifest/dash/js-parser/node_parsers/utils.js +0 -306
- package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_document.d.ts +0 -24
- package/dist/es2017/parsers/manifest/dash/js-parser/parse_from_document.js +0 -106
- package/dist/es2017/utils/assert_unreachable.d.ts +0 -40
- package/dist/es2017/utils/assert_unreachable.js +0 -43
- package/dist/es2017/utils/initialization_segment_cache.d.ts +0 -42
- package/dist/es2017/utils/initialization_segment_cache.js +0 -48
- package/dist/rx-player.d.ts +0 -3
- package/dist/rx-player.min.d.ts +0 -3
- package/experimental/features/index.d.ts +0 -16
- package/experimental/features/index.js +0 -16
- package/experimental/index.d.ts +0 -16
- package/experimental/index.js +0 -16
- package/experimental/tools/VideoThumbnailLoader.d.ts +0 -18
- package/experimental/tools/VideoThumbnailLoader.js +0 -18
- package/experimental/tools/createMetaplaylist.d.ts +0 -18
- package/experimental/tools/createMetaplaylist.js +0 -18
- package/experimental/tools/index.d.ts +0 -16
- package/experimental/tools/index.js +0 -16
- package/experimental/tools/mediaCapabilitiesProber.d.ts +0 -18
- package/experimental/tools/mediaCapabilitiesProber.js +0 -18
- package/experimental/tools/parseBIFThumbnails.d.ts +0 -18
- package/experimental/tools/parseBIFThumbnails.js +0 -18
- package/features/index.d.ts +0 -16
- package/features/index.js +0 -16
- package/jest.config.js +0 -33
- package/logger/index.d.ts +0 -17
- package/logger/index.js +0 -17
- package/manifest.mpd +0 -149
- package/minimal/index.d.ts +0 -17
- package/minimal/index.js +0 -17
- package/scripts/README.md +0 -11
- package/scripts/build/generate_build.mjs +0 -194
- package/scripts/build/templates/experimental/features/index.d.ts +0 -16
- package/scripts/build/templates/experimental/features/index.js +0 -16
- package/scripts/build/templates/experimental/index.d.ts +0 -16
- package/scripts/build/templates/experimental/index.js +0 -16
- package/scripts/build/templates/experimental/tools/VideoThumbnailLoader.d.ts +0 -18
- package/scripts/build/templates/experimental/tools/VideoThumbnailLoader.js +0 -18
- package/scripts/build/templates/experimental/tools/createMetaplaylist.d.ts +0 -18
- package/scripts/build/templates/experimental/tools/createMetaplaylist.js +0 -18
- package/scripts/build/templates/experimental/tools/index.d.ts +0 -16
- package/scripts/build/templates/experimental/tools/index.js +0 -16
- package/scripts/build/templates/experimental/tools/mediaCapabilitiesProber.d.ts +0 -18
- package/scripts/build/templates/experimental/tools/mediaCapabilitiesProber.js +0 -18
- package/scripts/build/templates/experimental/tools/parseBIFThumbnails.d.ts +0 -18
- package/scripts/build/templates/experimental/tools/parseBIFThumbnails.js +0 -18
- package/scripts/build/templates/features/index.d.ts +0 -16
- package/scripts/build/templates/features/index.js +0 -16
- package/scripts/build/templates/logger/index.d.ts +0 -17
- package/scripts/build/templates/logger/index.js +0 -17
- package/scripts/build/templates/minimal/index.d.ts +0 -17
- package/scripts/build/templates/minimal/index.js +0 -17
- package/scripts/build/templates/tools/TextTrackRenderer.d.ts +0 -18
- package/scripts/build/templates/tools/TextTrackRenderer.js +0 -18
- package/scripts/build/templates/tools/index.d.ts +0 -16
- package/scripts/build/templates/tools/index.js +0 -16
- package/scripts/build/templates/tools/string-utils.d.ts +0 -18
- package/scripts/build/templates/tools/string-utils.js +0 -18
- package/scripts/build/templates/types/index.d.ts +0 -16
- package/scripts/build/templates/types/index.js +0 -15
- package/scripts/build_demo.mjs +0 -130
- package/scripts/check_nodejs_import_compatibility.js +0 -60
- package/scripts/deploy_new_demo +0 -123
- package/scripts/generate_certificate +0 -19
- package/scripts/generate_demo_list.mjs +0 -110
- package/scripts/generate_documentation_list.mjs +0 -114
- package/scripts/generate_standalone_demo.mjs +0 -109
- package/scripts/launch_static_server.mjs +0 -163
- package/scripts/list-npm-scripts.mjs +0 -207
- package/scripts/run_standalone_demo.mjs +0 -32
- package/scripts/start_demo_web_server.mjs +0 -59
- package/scripts/update-version +0 -40
- package/scripts/update_gh-pages_demo +0 -132
- package/scripts/update_gh-pages_doc +0 -106
- package/scripts/utils/display_webpack_errors.mjs +0 -33
- package/scripts/utils/get_human_readable_hours.mjs +0 -12
- package/scripts/utils/project_root_directory.mjs +0 -4
- package/scripts/wasm-strip.mjs +0 -364
- package/sonar-project.properties +0 -7
- package/src/README.md +0 -137
- package/src/compat/README.md +0 -29
- package/src/compat/__tests__/add_text_track.test.ts +0 -131
- package/src/compat/__tests__/browser_compatibility_types.test.ts +0 -131
- package/src/compat/__tests__/browser_version.test.ts +0 -84
- package/src/compat/__tests__/can_patch_isobmff.test.ts +0 -50
- package/src/compat/__tests__/can_rely_on_video_visibility_and_size.test.ts +0 -78
- package/src/compat/__tests__/can_reuse_media_keys.test.ts +0 -31
- package/src/compat/__tests__/change_source_buffer_type.test.ts +0 -60
- package/src/compat/__tests__/clear_element_src.test.ts +0 -252
- package/src/compat/__tests__/enable_audio_track.test.ts +0 -341
- package/src/compat/__tests__/is_codec_supported.test.ts +0 -78
- package/src/compat/__tests__/is_seeking_approximate.test.ts +0 -48
- package/src/compat/__tests__/is_vtt_cue.test.ts +0 -75
- package/src/compat/__tests__/make_vtt_cue.test.ts +0 -99
- package/src/compat/__tests__/patch_webkit_source_buffer.test.ts +0 -145
- package/src/compat/__tests__/remove_cue.test.ts +0 -229
- package/src/compat/__tests__/should_favour_custom_safari_EME.test.ts +0 -130
- package/src/compat/__tests__/should_reload_media_source_on_decipherability_update.test.ts +0 -50
- package/src/compat/__tests__/should_renew_media_key_system_access.test.ts +0 -55
- package/src/compat/__tests__/should_unset_media_keys.test.ts +0 -53
- package/src/compat/__tests__/should_validate_metadata.test.ts +0 -53
- package/src/compat/__tests__/should_wait_for_data_before_loaded.test.ts +0 -121
- package/src/compat/__tests__/should_wait_for_have_enough_data.test.ts +0 -36
- package/src/compat/add_class_name.ts +0 -41
- package/src/compat/add_text_track.ts +0 -54
- package/src/compat/browser_compatibility_types.ts +0 -208
- package/src/compat/browser_detection.ts +0 -155
- package/src/compat/browser_version.ts +0 -44
- package/src/compat/can_patch_isobmff.ts +0 -30
- package/src/compat/can_rely_on_video_visibility_and_size.ts +0 -52
- package/src/compat/can_reuse_media_keys.ts +0 -20
- package/src/compat/change_source_buffer_type.ts +0 -66
- package/src/compat/clear_element_src.ts +0 -55
- package/src/compat/eme/close_session.ts +0 -111
- package/src/compat/eme/constants.ts +0 -21
- package/src/compat/eme/custom_key_system_access.ts +0 -67
- package/src/compat/eme/custom_media_keys/ie11_media_keys.ts +0 -186
- package/src/compat/eme/custom_media_keys/index.ts +0 -28
- package/src/compat/eme/custom_media_keys/moz_media_keys_constructor.ts +0 -86
- package/src/compat/eme/custom_media_keys/ms_media_keys_constructor.ts +0 -67
- package/src/compat/eme/custom_media_keys/old_webkit_media_keys.ts +0 -235
- package/src/compat/eme/custom_media_keys/types.ts +0 -67
- package/src/compat/eme/custom_media_keys/webkit_media_keys.ts +0 -308
- package/src/compat/eme/custom_media_keys/webkit_media_keys_constructor.ts +0 -48
- package/src/compat/eme/eme-api-implementation.ts +0 -319
- package/src/compat/eme/generate_key_request.ts +0 -162
- package/src/compat/eme/get_init_data.ts +0 -159
- package/src/compat/eme/get_uuid_kid_from_keystatus_kid.ts +0 -37
- package/src/compat/eme/get_webkit_fairplay_initdata.ts +0 -75
- package/src/compat/eme/index.ts +0 -47
- package/src/compat/eme/load_session.ts +0 -67
- package/src/compat/enable_audio_track.ts +0 -33
- package/src/compat/event_listeners.ts +0 -589
- package/src/compat/get_start_date.ts +0 -48
- package/src/compat/global_scope.ts +0 -18
- package/src/compat/has_issues_with_high_media_source_duration.ts +0 -27
- package/src/compat/index.ts +0 -77
- package/src/compat/is_codec_supported.ts +0 -62
- package/src/compat/is_debug_mode_enabled.ts +0 -12
- package/src/compat/is_node.ts +0 -21
- package/src/compat/is_seeking_approximate.ts +0 -32
- package/src/compat/is_vtt_cue.ts +0 -31
- package/src/compat/is_worker.ts +0 -9
- package/src/compat/make_vtt_cue.ts +0 -52
- package/src/compat/on_height_width_change.ts +0 -114
- package/src/compat/patch_webkit_source_buffer.ts +0 -90
- package/src/compat/remove_cue.ts +0 -64
- package/src/compat/should_favour_custom_safari_EME.ts +0 -34
- package/src/compat/should_reload_media_source_on_decipherability_update.ts +0 -32
- package/src/compat/should_renew_media_key_system_access.ts +0 -26
- package/src/compat/should_unset_media_keys.ts +0 -27
- package/src/compat/should_validate_metadata.ts +0 -27
- package/src/compat/should_wait_for_data_before_loaded.ts +0 -35
- package/src/compat/should_wait_for_have_enough_data.ts +0 -17
- package/src/config.ts +0 -33
- package/src/core/README.md +0 -56
- package/src/core/adaptive/README.md +0 -147
- package/src/core/adaptive/__tests__/buffer_based_chooser.test.ts +0 -548
- package/src/core/adaptive/adaptive_representation_selector.ts +0 -817
- package/src/core/adaptive/buffer_based_chooser.ts +0 -265
- package/src/core/adaptive/guess_based_chooser.ts +0 -310
- package/src/core/adaptive/index.ts +0 -45
- package/src/core/adaptive/network_analyzer.ts +0 -421
- package/src/core/adaptive/utils/__tests__/bandwith_estimator.test.ts +0 -134
- package/src/core/adaptive/utils/__tests__/ewma.test.ts +0 -79
- package/src/core/adaptive/utils/__tests__/filter_by_bitrate.test.ts +0 -56
- package/src/core/adaptive/utils/__tests__/filter_by_resolution.test.ts +0 -82
- package/src/core/adaptive/utils/__tests__/get_buffer_levels.test.ts +0 -48
- package/src/core/adaptive/utils/__tests__/select_optimal_representation.test.ts +0 -67
- package/src/core/adaptive/utils/bandwidth_estimator.ts +0 -88
- package/src/core/adaptive/utils/ewma.ts +0 -59
- package/src/core/adaptive/utils/filter_by_bitrate.ts +0 -46
- package/src/core/adaptive/utils/filter_by_resolution.ts +0 -63
- package/src/core/adaptive/utils/get_buffer_levels.ts +0 -50
- package/src/core/adaptive/utils/last_estimate_storage.ts +0 -79
- package/src/core/adaptive/utils/pending_requests_store.ts +0 -157
- package/src/core/adaptive/utils/representation_score_calculator.ts +0 -168
- package/src/core/adaptive/utils/select_optimal_representation.ts +0 -43
- package/src/core/api/README.md +0 -36
- package/src/core/api/__tests__/option_utils.test.ts +0 -996
- package/src/core/api/__tests__/public_api.test.ts +0 -470
- package/src/core/api/__tests__/utils.test.ts +0 -195
- package/src/core/api/debug/buffer_graph.ts +0 -244
- package/src/core/api/debug/buffer_size_graph.ts +0 -132
- package/src/core/api/debug/constants.ts +0 -2
- package/src/core/api/debug/index.ts +0 -3
- package/src/core/api/debug/modules/general_info.ts +0 -189
- package/src/core/api/debug/modules/segment_buffer_content.ts +0 -155
- package/src/core/api/debug/modules/segment_buffer_size.ts +0 -48
- package/src/core/api/debug/render.ts +0 -40
- package/src/core/api/debug/utils.ts +0 -103
- package/src/core/api/index.ts +0 -27
- package/src/core/api/option_utils.ts +0 -438
- package/src/core/api/playback_observer.ts +0 -1001
- package/src/core/api/public_api.ts +0 -2908
- package/src/core/api/track_management/README.md +0 -15
- package/src/core/api/track_management/__tests__/media_element_tracks_store.test.ts +0 -184
- package/src/core/api/track_management/index.ts +0 -20
- package/src/core/api/track_management/media_element_tracks_store.ts +0 -806
- package/src/core/api/track_management/track_dispatcher.ts +0 -267
- package/src/core/api/track_management/tracks_store.ts +0 -1380
- package/src/core/api/utils.ts +0 -226
- package/src/core/decrypt/README.md +0 -22
- package/src/core/decrypt/__tests__/__global__/get_license.test.ts +0 -422
- package/src/core/decrypt/__tests__/__global__/init_data.test.ts +0 -677
- package/src/core/decrypt/__tests__/__global__/media_key_system_access.test.ts +0 -644
- package/src/core/decrypt/__tests__/__global__/media_keys.test.ts +0 -343
- package/src/core/decrypt/__tests__/__global__/server_certificate.test.ts +0 -264
- package/src/core/decrypt/__tests__/__global__/utils.ts +0 -491
- package/src/core/decrypt/attach_media_keys.ts +0 -118
- package/src/core/decrypt/clear_on_stop.ts +0 -47
- package/src/core/decrypt/content_decryptor.ts +0 -1246
- package/src/core/decrypt/create_or_load_session.ts +0 -133
- package/src/core/decrypt/create_session.ts +0 -214
- package/src/core/decrypt/dispose_decryption_resources.ts +0 -54
- package/src/core/decrypt/find_key_system.ts +0 -386
- package/src/core/decrypt/get_key_system_configuration.ts +0 -36
- package/src/core/decrypt/get_media_keys.ts +0 -148
- package/src/core/decrypt/index.ts +0 -33
- package/src/core/decrypt/init_media_keys.ts +0 -51
- package/src/core/decrypt/session_events_listener.ts +0 -343
- package/src/core/decrypt/set_server_certificate.ts +0 -105
- package/src/core/decrypt/types.ts +0 -404
- package/src/core/decrypt/utils/__tests__/are_init_values_compatible.test.ts +0 -261
- package/src/core/decrypt/utils/__tests__/clean_old_loaded_sessions.test.ts +0 -158
- package/src/core/decrypt/utils/__tests__/clean_old_stored_persistent_info.test.ts +0 -133
- package/src/core/decrypt/utils/are_init_values_compatible.ts +0 -140
- package/src/core/decrypt/utils/check_key_statuses.ts +0 -229
- package/src/core/decrypt/utils/clean_old_loaded_sessions.ts +0 -45
- package/src/core/decrypt/utils/clean_old_stored_persistent_info.ts +0 -48
- package/src/core/decrypt/utils/get_drm_system_id.ts +0 -42
- package/src/core/decrypt/utils/init_data_values_container.ts +0 -119
- package/src/core/decrypt/utils/is_session_usable.ts +0 -62
- package/src/core/decrypt/utils/key_id_comparison.ts +0 -57
- package/src/core/decrypt/utils/key_session_record.ts +0 -174
- package/src/core/decrypt/utils/loaded_sessions_store.ts +0 -505
- package/src/core/decrypt/utils/media_keys_infos_store.ts +0 -85
- package/src/core/decrypt/utils/persistent_sessions_store.ts +0 -360
- package/src/core/decrypt/utils/serializable_bytes.ts +0 -59
- package/src/core/decrypt/utils/server_certificate_store.ts +0 -133
- package/src/core/fetchers/README.md +0 -84
- package/src/core/fetchers/cdn_prioritizer.ts +0 -207
- package/src/core/fetchers/index.ts +0 -38
- package/src/core/fetchers/manifest/index.ts +0 -28
- package/src/core/fetchers/manifest/manifest_fetcher.ts +0 -792
- package/src/core/fetchers/segment/__tests__/task_prioritizer.test.ts +0 -763
- package/src/core/fetchers/segment/index.ts +0 -28
- package/src/core/fetchers/segment/prioritized_segment_fetcher.ts +0 -113
- package/src/core/fetchers/segment/segment_fetcher.ts +0 -499
- package/src/core/fetchers/segment/segment_fetcher_creator.ts +0 -128
- package/src/core/fetchers/segment/task_prioritizer.ts +0 -455
- package/src/core/fetchers/utils/error_selector.ts +0 -38
- package/src/core/fetchers/utils/schedule_request.ts +0 -442
- package/src/core/init/README.md +0 -81
- package/src/core/init/directfile_content_initializer.ts +0 -310
- package/src/core/init/index.ts +0 -22
- package/src/core/init/media_source_content_initializer.ts +0 -884
- package/src/core/init/types.ts +0 -247
- package/src/core/init/utils/__tests__/are_same_stream_events.test.ts +0 -84
- package/src/core/init/utils/__tests__/refresh_scheduled_events_list.test.ts +0 -94
- package/src/core/init/utils/content_time_boundaries_observer.ts +0 -646
- package/src/core/init/utils/create_media_source.ts +0 -139
- package/src/core/init/utils/create_stream_playback_observer.ts +0 -132
- package/src/core/init/utils/end_of_stream.ts +0 -108
- package/src/core/init/utils/get_initial_time.ts +0 -167
- package/src/core/init/utils/get_loaded_reference.ts +0 -80
- package/src/core/init/utils/initial_seek_and_play.ts +0 -183
- package/src/core/init/utils/initialize_content_decryption.ts +0 -172
- package/src/core/init/utils/media_source_duration_updater.ts +0 -349
- package/src/core/init/utils/rebuffering_controller.ts +0 -756
- package/src/core/init/utils/stream_events_emitter/are_same_stream_events.ts +0 -42
- package/src/core/init/utils/stream_events_emitter/index.ts +0 -22
- package/src/core/init/utils/stream_events_emitter/refresh_scheduled_events_list.ts +0 -74
- package/src/core/init/utils/stream_events_emitter/stream_events_emitter.ts +0 -252
- package/src/core/init/utils/stream_events_emitter/types.ts +0 -46
- package/src/core/init/utils/throw_on_media_error.ts +0 -74
- package/src/core/segment_buffers/README.md +0 -219
- package/src/core/segment_buffers/garbage_collector.ts +0 -177
- package/src/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.ts +0 -642
- package/src/core/segment_buffers/implementations/audio_video/index.ts +0 -18
- package/src/core/segment_buffers/implementations/index.ts +0 -20
- package/src/core/segment_buffers/implementations/text/html/__tests__/utils.test.ts +0 -343
- package/src/core/segment_buffers/implementations/text/html/html_text_segment_buffer.ts +0 -527
- package/src/core/segment_buffers/implementations/text/html/index.ts +0 -24
- package/src/core/segment_buffers/implementations/text/html/parsers.ts +0 -49
- package/src/core/segment_buffers/implementations/text/html/text_track_cues_store.ts +0 -391
- package/src/core/segment_buffers/implementations/text/html/types.ts +0 -23
- package/src/core/segment_buffers/implementations/text/html/update_proportional_elements.ts +0 -93
- package/src/core/segment_buffers/implementations/text/html/utils.ts +0 -139
- package/src/core/segment_buffers/implementations/text/native/index.ts +0 -19
- package/src/core/segment_buffers/implementations/text/native/native_text_segment_buffer.ts +0 -335
- package/src/core/segment_buffers/implementations/text/native/parsers.ts +0 -47
- package/src/core/segment_buffers/implementations/types.ts +0 -380
- package/src/core/segment_buffers/implementations/utils/manual_time_ranges.ts +0 -80
- package/src/core/segment_buffers/index.ts +0 -70
- package/src/core/segment_buffers/inventory/buffered_history.ts +0 -132
- package/src/core/segment_buffers/inventory/index.ts +0 -32
- package/src/core/segment_buffers/inventory/segment_inventory.ts +0 -1074
- package/src/core/segment_buffers/inventory/types.ts +0 -35
- package/src/core/segment_buffers/inventory/utils.ts +0 -61
- package/src/core/segment_buffers/segment_buffers_store.ts +0 -369
- package/src/core/stream/README.md +0 -59
- package/src/core/stream/adaptation/adaptation_stream.ts +0 -438
- package/src/core/stream/adaptation/get_representations_switch_strategy.ts +0 -194
- package/src/core/stream/adaptation/index.ts +0 -20
- package/src/core/stream/adaptation/types.ts +0 -229
- package/src/core/stream/index.ts +0 -40
- package/src/core/stream/orchestrator/README.md +0 -346
- package/src/core/stream/orchestrator/get_time_ranges_for_content.ts +0 -70
- package/src/core/stream/orchestrator/index.ts +0 -30
- package/src/core/stream/orchestrator/stream_orchestrator.ts +0 -731
- package/src/core/stream/period/index.ts +0 -20
- package/src/core/stream/period/period_stream.ts +0 -502
- package/src/core/stream/period/types.ts +0 -126
- package/src/core/stream/period/utils/get_adaptation_switch_strategy.ts +0 -242
- package/src/core/stream/representation/README.md +0 -16
- package/src/core/stream/representation/index.ts +0 -20
- package/src/core/stream/representation/representation_stream.ts +0 -482
- package/src/core/stream/representation/types.ts +0 -308
- package/src/core/stream/representation/utils/append_segment_to_buffer.ts +0 -77
- package/src/core/stream/representation/utils/check_for_discontinuity.ts +0 -305
- package/src/core/stream/representation/utils/downloading_queue.ts +0 -603
- package/src/core/stream/representation/utils/force_garbage_collection.ts +0 -113
- package/src/core/stream/representation/utils/get_buffer_status.ts +0 -320
- package/src/core/stream/representation/utils/get_needed_segments.ts +0 -617
- package/src/core/stream/representation/utils/get_segment_priority.ts +0 -43
- package/src/core/stream/representation/utils/push_init_segment.ts +0 -84
- package/src/core/stream/representation/utils/push_media_segment.ts +0 -113
- package/src/default_config.ts +0 -1200
- package/src/errors/README.md +0 -6
- package/src/errors/__tests__/assertion_error.test.ts +0 -26
- package/src/errors/__tests__/encrypted_media_error.test.ts +0 -45
- package/src/errors/__tests__/error_message.test.ts +0 -23
- package/src/errors/__tests__/format_error.test.ts +0 -62
- package/src/errors/__tests__/is_known_error.test.ts +0 -61
- package/src/errors/__tests__/media_error.test.ts +0 -55
- package/src/errors/__tests__/network_error.test.ts +0 -72
- package/src/errors/__tests__/other_error.test.ts +0 -53
- package/src/errors/__tests__/request_error.test.ts +0 -29
- package/src/errors/assertion_error.ts +0 -40
- package/src/errors/custom_loader_error.ts +0 -52
- package/src/errors/encrypted_media_error.ts +0 -73
- package/src/errors/error_codes.ts +0 -149
- package/src/errors/error_message.ts +0 -25
- package/src/errors/format_error.ts +0 -39
- package/src/errors/index.ts +0 -52
- package/src/errors/is_known_error.ts +0 -35
- package/src/errors/media_error.ts +0 -124
- package/src/errors/network_error.ts +0 -72
- package/src/errors/other_error.ts +0 -50
- package/src/errors/request_error.ts +0 -70
- package/src/experimental/README.md +0 -20
- package/src/experimental/features/__tests__/dash_wasm.test.ts +0 -44
- package/src/experimental/features/__tests__/debug_element.test.ts +0 -12
- package/src/experimental/features/__tests__/index.test.ts +0 -19
- package/src/experimental/features/__tests__/local.test.ts +0 -35
- package/src/experimental/features/__tests__/metaplaylist.test.ts +0 -35
- package/src/experimental/features/dash_wasm.ts +0 -41
- package/src/experimental/features/debug_element.ts +0 -13
- package/src/experimental/features/index.ts +0 -20
- package/src/experimental/features/local.ts +0 -28
- package/src/experimental/features/metaplaylist.ts +0 -28
- package/src/experimental/index.ts +0 -5
- package/src/experimental/tools/VideoThumbnailLoader/features/dash.ts +0 -23
- package/src/experimental/tools/VideoThumbnailLoader/features/metaplaylist.ts +0 -23
- package/src/experimental/tools/VideoThumbnailLoader/index.ts +0 -25
- package/src/experimental/tools/VideoThumbnailLoader/load_and_push_segment.ts +0 -77
- package/src/experimental/tools/VideoThumbnailLoader/prepare_source_buffer.ts +0 -75
- package/src/experimental/tools/VideoThumbnailLoader/remove_buffer_around_time.ts +0 -54
- package/src/experimental/tools/VideoThumbnailLoader/types.ts +0 -39
- package/src/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader.ts +0 -425
- package/src/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.ts +0 -34
- package/src/experimental/tools/createMetaplaylist/get_duration_from_manifest.ts +0 -143
- package/src/experimental/tools/createMetaplaylist/index.ts +0 -72
- package/src/experimental/tools/index.ts +0 -27
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/capabilities.test.ts +0 -37
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/DRMInfos.test.ts +0 -140
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/HDCPPolicy.test.ts +0 -153
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/decodingInfos.test.ts +0 -405
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/defaultCodecFinder.test.ts +0 -136
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/mediaContentType.test.ts +0 -294
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/mediaDisplayInfos.test.ts +0 -190
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/utils.test.ts +0 -361
- package/src/experimental/tools/mediaCapabilitiesProber/api/index.ts +0 -184
- package/src/experimental/tools/mediaCapabilitiesProber/api/probeMediaConfiguration.ts +0 -136
- package/src/experimental/tools/mediaCapabilitiesProber/capabilities.ts +0 -169
- package/src/experimental/tools/mediaCapabilitiesProber/index.ts +0 -18
- package/src/experimental/tools/mediaCapabilitiesProber/log.ts +0 -21
- package/src/experimental/tools/mediaCapabilitiesProber/probers/DRMInfos.ts +0 -67
- package/src/experimental/tools/mediaCapabilitiesProber/probers/HDCPPolicy.ts +0 -89
- package/src/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.ts +0 -100
- package/src/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.ts +0 -66
- package/src/experimental/tools/mediaCapabilitiesProber/probers/index.ts +0 -44
- package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaContentType.ts +0 -66
- package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/format.ts +0 -100
- package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaContentTypeWithFeatures/index.ts +0 -106
- package/src/experimental/tools/mediaCapabilitiesProber/probers/mediaDisplayInfos.ts +0 -55
- package/src/experimental/tools/mediaCapabilitiesProber/types.ts +0 -75
- package/src/experimental/tools/mediaCapabilitiesProber/utils.ts +0 -107
- package/src/experimental/tools/parseBIFThumbnails/index.ts +0 -39
- package/src/features/README.md +0 -11
- package/src/features/__tests__/add_features.test.ts +0 -69
- package/src/features/add_features.ts +0 -37
- package/src/features/features_object.ts +0 -35
- package/src/features/index.ts +0 -40
- package/src/features/list/__tests__/dash.test.ts +0 -41
- package/src/features/list/__tests__/directfile.test.ts +0 -35
- package/src/features/list/__tests__/eme.test.ts +0 -28
- package/src/features/list/__tests__/html_sami_parser.test.ts +0 -33
- package/src/features/list/__tests__/html_srt_parser.test.ts +0 -33
- package/src/features/list/__tests__/html_text_buffer.test.ts +0 -29
- package/src/features/list/__tests__/html_ttml_parser.test.ts +0 -33
- package/src/features/list/__tests__/html_vtt_parser.test.ts +0 -33
- package/src/features/list/__tests__/index.test.ts +0 -49
- package/src/features/list/__tests__/native_sami_parser.test.ts +0 -33
- package/src/features/list/__tests__/native_srt_parser.test.ts +0 -33
- package/src/features/list/__tests__/native_text_buffer.test.ts +0 -29
- package/src/features/list/__tests__/native_ttml_parser.test.ts +0 -33
- package/src/features/list/__tests__/native_vtt_parser.test.ts +0 -33
- package/src/features/list/__tests__/smooth.test.ts +0 -36
- package/src/features/list/dash.ts +0 -36
- package/src/features/list/directfile.ts +0 -33
- package/src/features/list/eme.ts +0 -29
- package/src/features/list/html_sami_parser.ts +0 -31
- package/src/features/list/html_srt_parser.ts +0 -31
- package/src/features/list/html_text_buffer.ts +0 -29
- package/src/features/list/html_ttml_parser.ts +0 -31
- package/src/features/list/html_vtt_parser.ts +0 -31
- package/src/features/list/index.ts +0 -30
- package/src/features/list/native_sami_parser.ts +0 -32
- package/src/features/list/native_srt_parser.ts +0 -32
- package/src/features/list/native_text_buffer.ts +0 -30
- package/src/features/list/native_ttml_parser.ts +0 -32
- package/src/features/list/native_vtt_parser.ts +0 -32
- package/src/features/list/smooth.ts +0 -32
- package/src/features/types.ts +0 -156
- package/src/globals.dev.d.ts +0 -15
- package/src/globals.prod.d.ts +0 -15
- package/src/index.ts +0 -60
- package/src/log.ts +0 -22
- package/src/manifest/README.md +0 -55
- package/src/manifest/__tests__/adaptation.test.ts +0 -448
- package/src/manifest/__tests__/manifest.test.ts +0 -487
- package/src/manifest/__tests__/period.test.ts +0 -799
- package/src/manifest/__tests__/representation.test.ts +0 -297
- package/src/manifest/__tests__/update_period_in_place.test.ts +0 -1074
- package/src/manifest/__tests__/update_periods.test.ts +0 -845
- package/src/manifest/adaptation.ts +0 -307
- package/src/manifest/index.ts +0 -59
- package/src/manifest/manifest.ts +0 -650
- package/src/manifest/period.ts +0 -188
- package/src/manifest/representation.ts +0 -479
- package/src/manifest/representation_index/__tests__/static.test.ts +0 -74
- package/src/manifest/representation_index/index.ts +0 -29
- package/src/manifest/representation_index/static.ts +0 -166
- package/src/manifest/representation_index/types.ts +0 -458
- package/src/manifest/types.ts +0 -30
- package/src/manifest/update_period_in_place.ts +0 -142
- package/src/manifest/update_periods.ts +0 -201
- package/src/manifest/utils.ts +0 -60
- package/src/minimal.ts +0 -34
- package/src/parsers/README.md +0 -12
- package/src/parsers/containers/isobmff/constants.ts +0 -24
- package/src/parsers/containers/isobmff/create_box.ts +0 -81
- package/src/parsers/containers/isobmff/drm/index.ts +0 -17
- package/src/parsers/containers/isobmff/drm/playready.ts +0 -45
- package/src/parsers/containers/isobmff/get_box.ts +0 -278
- package/src/parsers/containers/isobmff/index.ts +0 -51
- package/src/parsers/containers/isobmff/read.ts +0 -105
- package/src/parsers/containers/isobmff/take_pssh_out.ts +0 -101
- package/src/parsers/containers/isobmff/utils.ts +0 -555
- package/src/parsers/containers/matroska/index.ts +0 -21
- package/src/parsers/containers/matroska/utils.ts +0 -313
- package/src/parsers/images/bif.ts +0 -128
- package/src/parsers/manifest/dash/common/__tests__/attach_trickmode_track.test.ts +0 -65
- package/src/parsers/manifest/dash/common/__tests__/convert_supplemental_codecs.test.ts +0 -37
- package/src/parsers/manifest/dash/common/__tests__/flatten_overlapping_period.test.ts +0 -162
- package/src/parsers/manifest/dash/common/__tests__/get_clock_offset.test.ts +0 -66
- package/src/parsers/manifest/dash/common/__tests__/get_http_utc-timing_url.test.ts +0 -165
- package/src/parsers/manifest/dash/common/__tests__/get_periods_time_infos.test.ts +0 -118
- package/src/parsers/manifest/dash/common/__tests__/manifest_bounds_calculator.test.ts +0 -290
- package/src/parsers/manifest/dash/common/__tests__/parse_availability_start_time.test.ts +0 -63
- package/src/parsers/manifest/dash/common/attach_trickmode_track.ts +0 -55
- package/src/parsers/manifest/dash/common/convert_supplemental_codecs.ts +0 -32
- package/src/parsers/manifest/dash/common/flatten_overlapping_periods.ts +0 -87
- package/src/parsers/manifest/dash/common/get_clock_offset.ts +0 -42
- package/src/parsers/manifest/dash/common/get_hdr_information.ts +0 -94
- package/src/parsers/manifest/dash/common/get_http_utc-timing_url.ts +0 -46
- package/src/parsers/manifest/dash/common/get_minimum_and_maximum_positions.ts +0 -39
- package/src/parsers/manifest/dash/common/get_periods_time_infos.ts +0 -91
- package/src/parsers/manifest/dash/common/index.ts +0 -40
- package/src/parsers/manifest/dash/common/indexes/__tests__/tokens.test.ts +0 -60
- package/src/parsers/manifest/dash/common/indexes/base.ts +0 -435
- package/src/parsers/manifest/dash/common/indexes/get_init_segment.ts +0 -55
- package/src/parsers/manifest/dash/common/indexes/get_segments_from_timeline.ts +0 -148
- package/src/parsers/manifest/dash/common/indexes/index.ts +0 -39
- package/src/parsers/manifest/dash/common/indexes/list.ts +0 -346
- package/src/parsers/manifest/dash/common/indexes/template.ts +0 -661
- package/src/parsers/manifest/dash/common/indexes/timeline/__tests__/parse_s_element.test.ts +0 -115
- package/src/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_elements.ts +0 -54
- package/src/parsers/manifest/dash/common/indexes/timeline/construct_timeline_from_previous_timeline.ts +0 -102
- package/src/parsers/manifest/dash/common/indexes/timeline/convert_element_to_index_segment.ts +0 -66
- package/src/parsers/manifest/dash/common/indexes/timeline/find_first_common_start_time.ts +0 -153
- package/src/parsers/manifest/dash/common/indexes/timeline/index.ts +0 -21
- package/src/parsers/manifest/dash/common/indexes/timeline/parse_s_element.ts +0 -72
- package/src/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.ts +0 -1060
- package/src/parsers/manifest/dash/common/indexes/tokens.ts +0 -127
- package/src/parsers/manifest/dash/common/indexes/utils.ts +0 -32
- package/src/parsers/manifest/dash/common/infer_adaptation_type.ts +0 -136
- package/src/parsers/manifest/dash/common/manifest_bounds_calculator.ts +0 -171
- package/src/parsers/manifest/dash/common/parse_adaptation_sets.ts +0 -568
- package/src/parsers/manifest/dash/common/parse_availability_start_time.ts +0 -35
- package/src/parsers/manifest/dash/common/parse_mpd.ts +0 -400
- package/src/parsers/manifest/dash/common/parse_periods.ts +0 -369
- package/src/parsers/manifest/dash/common/parse_representation_index.ts +0 -199
- package/src/parsers/manifest/dash/common/parse_representations.ts +0 -352
- package/src/parsers/manifest/dash/common/resolve_base_urls.ts +0 -58
- package/src/parsers/manifest/dash/index.ts +0 -22
- package/src/parsers/manifest/dash/js-parser/__tests__/parse_from_document.test.ts +0 -43
- package/src/parsers/manifest/dash/js-parser/index.ts +0 -18
- package/src/parsers/manifest/dash/js-parser/node_parsers/AdaptationSet.ts +0 -387
- package/src/parsers/manifest/dash/js-parser/node_parsers/BaseURL.ts +0 -35
- package/src/parsers/manifest/dash/js-parser/node_parsers/ContentComponent.ts +0 -49
- package/src/parsers/manifest/dash/js-parser/node_parsers/ContentProtection.ts +0 -94
- package/src/parsers/manifest/dash/js-parser/node_parsers/EventStream.ts +0 -117
- package/src/parsers/manifest/dash/js-parser/node_parsers/Initialization.ts +0 -48
- package/src/parsers/manifest/dash/js-parser/node_parsers/MPD.ts +0 -180
- package/src/parsers/manifest/dash/js-parser/node_parsers/Period.ts +0 -152
- package/src/parsers/manifest/dash/js-parser/node_parsers/Representation.ts +0 -237
- package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentBase.ts +0 -112
- package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentList.ts +0 -50
- package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentTemplate.ts +0 -98
- package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentTimeline.ts +0 -35
- package/src/parsers/manifest/dash/js-parser/node_parsers/SegmentURL.ts +0 -63
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/AdaptationSet.test.ts +0 -573
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/ContentComponent.test.ts +0 -67
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/ContentProtection.test.ts +0 -223
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/Initialization.test.ts +0 -139
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/SegmentTimeline.test.ts +0 -119
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/SegmentURL.test.ts +0 -205
- package/src/parsers/manifest/dash/js-parser/node_parsers/__tests__/utils.test.ts +0 -218
- package/src/parsers/manifest/dash/js-parser/node_parsers/utils.ts +0 -404
- package/src/parsers/manifest/dash/js-parser/parse_from_document.ts +0 -129
- package/src/parsers/manifest/dash/node_parser_types.ts +0 -431
- package/src/parsers/manifest/dash/parsers_types.ts +0 -91
- package/src/parsers/manifest/dash/wasm-parser/Cargo.lock +0 -25
- package/src/parsers/manifest/dash/wasm-parser/Cargo.toml +0 -16
- package/src/parsers/manifest/dash/wasm-parser/README.md +0 -267
- package/src/parsers/manifest/dash/wasm-parser/index.ts +0 -21
- package/src/parsers/manifest/dash/wasm-parser/rs/errors.rs +0 -28
- package/src/parsers/manifest/dash/wasm-parser/rs/events.rs +0 -383
- package/src/parsers/manifest/dash/wasm-parser/rs/lib.rs +0 -85
- package/src/parsers/manifest/dash/wasm-parser/rs/processor/attributes.rs +0 -414
- package/src/parsers/manifest/dash/wasm-parser/rs/processor/mod.rs +0 -472
- package/src/parsers/manifest/dash/wasm-parser/rs/processor/s_element.rs +0 -72
- package/src/parsers/manifest/dash/wasm-parser/rs/reader.rs +0 -17
- package/src/parsers/manifest/dash/wasm-parser/rs/reportable.rs +0 -147
- package/src/parsers/manifest/dash/wasm-parser/rs/utils.rs +0 -266
- package/src/parsers/manifest/dash/wasm-parser/ts/dash-wasm-parser.ts +0 -478
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.ts +0 -340
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/BaseURL.ts +0 -38
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.ts +0 -53
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.ts +0 -62
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/EventStream.ts +0 -144
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/MPD.ts +0 -183
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/Period.ts +0 -180
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/Representation.ts +0 -214
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.ts +0 -44
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentBase.ts +0 -115
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentList.ts +0 -61
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentTemplate.ts +0 -133
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/SegmentUrl.ts +0 -70
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/XLink.ts +0 -66
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/index.ts +0 -17
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/root.ts +0 -66
- package/src/parsers/manifest/dash/wasm-parser/ts/parsers_stack.ts +0 -80
- package/src/parsers/manifest/dash/wasm-parser/ts/types.ts +0 -298
- package/src/parsers/manifest/dash/wasm-parser/ts/utils.ts +0 -47
- package/src/parsers/manifest/index.ts +0 -17
- package/src/parsers/manifest/local/index.ts +0 -25
- package/src/parsers/manifest/local/parse_local_manifest.ts +0 -165
- package/src/parsers/manifest/local/representation_index.ts +0 -254
- package/src/parsers/manifest/local/types.ts +0 -291
- package/src/parsers/manifest/metaplaylist/index.ts +0 -28
- package/src/parsers/manifest/metaplaylist/metaplaylist_parser.ts +0 -336
- package/src/parsers/manifest/metaplaylist/representation_index.ts +0 -272
- package/src/parsers/manifest/smooth/create_parser.ts +0 -690
- package/src/parsers/manifest/smooth/get_codecs.ts +0 -55
- package/src/parsers/manifest/smooth/index.ts +0 -26
- package/src/parsers/manifest/smooth/parse_C_nodes.ts +0 -69
- package/src/parsers/manifest/smooth/parse_protection_node.ts +0 -72
- package/src/parsers/manifest/smooth/representation_index.ts +0 -563
- package/src/parsers/manifest/smooth/shared_smooth_segment_timeline.ts +0 -242
- package/src/parsers/manifest/smooth/utils/add_segment_infos.ts +0 -75
- package/src/parsers/manifest/smooth/utils/parseBoolean.ts +0 -31
- package/src/parsers/manifest/smooth/utils/reduceChildren.ts +0 -36
- package/src/parsers/manifest/smooth/utils/tokens.ts +0 -46
- package/src/parsers/manifest/types.ts +0 -394
- package/src/parsers/manifest/utils/__tests__/get_first_time_from_adaptations.test.ts +0 -163
- package/src/parsers/manifest/utils/__tests__/get_last_time_from_adaptation.test.ts +0 -163
- package/src/parsers/manifest/utils/__tests__/index_helpers.test.ts +0 -55
- package/src/parsers/manifest/utils/__tests__/update_segment_timeline.test.ts +0 -545
- package/src/parsers/manifest/utils/check_manifest_ids.ts +0 -83
- package/src/parsers/manifest/utils/clear_timeline_from_position.ts +0 -74
- package/src/parsers/manifest/utils/get_first_time_from_adaptation.ts +0 -48
- package/src/parsers/manifest/utils/get_last_time_from_adaptation.ts +0 -50
- package/src/parsers/manifest/utils/get_maximum_positions.ts +0 -87
- package/src/parsers/manifest/utils/get_minimum_position.ts +0 -80
- package/src/parsers/manifest/utils/index_helpers.ts +0 -204
- package/src/parsers/manifest/utils/update_segment_timeline.ts +0 -141
- package/src/parsers/texttracks/index.ts +0 -21
- package/src/parsers/texttracks/sami/html.ts +0 -219
- package/src/parsers/texttracks/sami/native.ts +0 -192
- package/src/parsers/texttracks/srt/__tests__/find_end_of_cue_block.test.ts +0 -99
- package/src/parsers/texttracks/srt/__tests__/get_cue_blocks.test.ts +0 -119
- package/src/parsers/texttracks/srt/__tests__/parse_cue.test.ts +0 -123
- package/src/parsers/texttracks/srt/__tests__/parse_timestamp.test.ts +0 -36
- package/src/parsers/texttracks/srt/find_end_of_cue_block.ts +0 -46
- package/src/parsers/texttracks/srt/get_cue_blocks.ts +0 -49
- package/src/parsers/texttracks/srt/html.ts +0 -182
- package/src/parsers/texttracks/srt/native.ts +0 -74
- package/src/parsers/texttracks/srt/parse_cue.ts +0 -76
- package/src/parsers/texttracks/srt/parse_timestamp.ts +0 -37
- package/src/parsers/texttracks/ttml/__tests__/resolve_styles_inheritance.test.ts +0 -248
- package/src/parsers/texttracks/ttml/get_parameters.ts +0 -106
- package/src/parsers/texttracks/ttml/get_styling.ts +0 -146
- package/src/parsers/texttracks/ttml/get_time_delimiters.ts +0 -49
- package/src/parsers/texttracks/ttml/html/__tests__/__global__/html_ttml_parser.test.test.ts +0 -191
- package/src/parsers/texttracks/ttml/html/__tests__/generate_css_test_outline.test.ts +0 -32
- package/src/parsers/texttracks/ttml/html/__tests__/ttml_color_to_css_color.test.ts +0 -62
- package/src/parsers/texttracks/ttml/html/apply_default_ttml_paragraph_style.ts +0 -67
- package/src/parsers/texttracks/ttml/html/apply_extent.ts +0 -65
- package/src/parsers/texttracks/ttml/html/apply_font_size.ts +0 -62
- package/src/parsers/texttracks/ttml/html/apply_line_height.ts +0 -48
- package/src/parsers/texttracks/ttml/html/apply_origin.ts +0 -64
- package/src/parsers/texttracks/ttml/html/apply_padding.ts +0 -141
- package/src/parsers/texttracks/ttml/html/create_element.ts +0 -549
- package/src/parsers/texttracks/ttml/html/generate_css_test_outline.ts +0 -46
- package/src/parsers/texttracks/ttml/html/index.ts +0 -23
- package/src/parsers/texttracks/ttml/html/parse_cue.ts +0 -65
- package/src/parsers/texttracks/ttml/html/parse_ttml_to_div.ts +0 -58
- package/src/parsers/texttracks/ttml/html/ttml_color_to_css_color.ts +0 -68
- package/src/parsers/texttracks/ttml/native/index.ts +0 -23
- package/src/parsers/texttracks/ttml/native/parse_cue.ts +0 -245
- package/src/parsers/texttracks/ttml/native/parse_ttml_to_vtt.ts +0 -39
- package/src/parsers/texttracks/ttml/parse_ttml.ts +0 -206
- package/src/parsers/texttracks/ttml/regexps.ts +0 -65
- package/src/parsers/texttracks/ttml/resolve_styles_inheritance.ts +0 -84
- package/src/parsers/texttracks/ttml/time_parsing.ts +0 -156
- package/src/parsers/texttracks/ttml/xml_utils.ts +0 -166
- package/src/parsers/texttracks/types.ts +0 -34
- package/src/parsers/texttracks/webvtt/__tests__/get_cue_blocks.test.ts +0 -218
- package/src/parsers/texttracks/webvtt/__tests__/get_style_blocks.test.ts +0 -65
- package/src/parsers/texttracks/webvtt/__tests__/parse_cue_block.test.ts +0 -249
- package/src/parsers/texttracks/webvtt/__tests__/parse_timestamp.test.ts +0 -39
- package/src/parsers/texttracks/webvtt/__tests__/utils.test.ts +0 -401
- package/src/parsers/texttracks/webvtt/get_cue_blocks.ts +0 -51
- package/src/parsers/texttracks/webvtt/get_style_blocks.ts +0 -56
- package/src/parsers/texttracks/webvtt/html/__tests__/convert_payload_to_html.test.ts +0 -108
- package/src/parsers/texttracks/webvtt/html/__tests__/create_default_style_elements.test.ts +0 -44
- package/src/parsers/texttracks/webvtt/html/__tests__/create_style_attribute.test.ts +0 -139
- package/src/parsers/texttracks/webvtt/html/__tests__/create_styled_element.test.ts +0 -140
- package/src/parsers/texttracks/webvtt/html/__tests__/parse_style_block.test.ts +0 -345
- package/src/parsers/texttracks/webvtt/html/__tests__/parse_webvtt_to_div.test.ts +0 -181
- package/src/parsers/texttracks/webvtt/html/__tests__/to_html.test.ts +0 -234
- package/src/parsers/texttracks/webvtt/html/convert_payload_to_html.ts +0 -46
- package/src/parsers/texttracks/webvtt/html/create_default_style_elements.ts +0 -26
- package/src/parsers/texttracks/webvtt/html/create_style_attribute.ts +0 -222
- package/src/parsers/texttracks/webvtt/html/create_styled_element.ts +0 -95
- package/src/parsers/texttracks/webvtt/html/index.ts +0 -25
- package/src/parsers/texttracks/webvtt/html/parse_style_block.ts +0 -76
- package/src/parsers/texttracks/webvtt/html/parse_webvtt_to_div.ts +0 -67
- package/src/parsers/texttracks/webvtt/html/to_html.ts +0 -96
- package/src/parsers/texttracks/webvtt/native/index.ts +0 -23
- package/src/parsers/texttracks/webvtt/native/parse_vtt_to_cues.ts +0 -70
- package/src/parsers/texttracks/webvtt/native/set_settings_on_cue.ts +0 -95
- package/src/parsers/texttracks/webvtt/native/to_native_cue.ts +0 -34
- package/src/parsers/texttracks/webvtt/parse_cue_block.ts +0 -128
- package/src/parsers/texttracks/webvtt/parse_timestamp.ts +0 -40
- package/src/parsers/texttracks/webvtt/utils.ts +0 -135
- package/src/public_types.ts +0 -1013
- package/src/tools/README.md +0 -8
- package/src/tools/TextTrackRenderer/index.ts +0 -28
- package/src/tools/TextTrackRenderer/text_track_renderer.ts +0 -108
- package/src/tools/index.ts +0 -20
- package/src/tools/string_utils/index.ts +0 -24
- package/src/transports/README.md +0 -276
- package/src/transports/dash/add_segment_integrity_checks_to_loader.ts +0 -97
- package/src/transports/dash/construct_segment_url.ts +0 -28
- package/src/transports/dash/extract_complete_chunks.ts +0 -66
- package/src/transports/dash/get_events_out_of_emsgs.ts +0 -105
- package/src/transports/dash/index.ts +0 -23
- package/src/transports/dash/init_segment_loader.ts +0 -119
- package/src/transports/dash/low_latency_segment_loader.ts +0 -87
- package/src/transports/dash/manifest_parser.ts +0 -330
- package/src/transports/dash/pipelines.ts +0 -66
- package/src/transports/dash/segment_loader.ts +0 -255
- package/src/transports/dash/segment_parser.ts +0 -188
- package/src/transports/dash/text_loader.ts +0 -122
- package/src/transports/dash/text_parser.ts +0 -228
- package/src/transports/index.ts +0 -17
- package/src/transports/local/index.ts +0 -18
- package/src/transports/local/pipelines.ts +0 -91
- package/src/transports/local/segment_loader.ts +0 -196
- package/src/transports/local/segment_parser.ts +0 -102
- package/src/transports/local/text_parser.ts +0 -185
- package/src/transports/metaplaylist/README.md +0 -94
- package/src/transports/metaplaylist/index.ts +0 -23
- package/src/transports/metaplaylist/manifest_loader.ts +0 -63
- package/src/transports/metaplaylist/pipelines.ts +0 -381
- package/src/transports/smooth/extract_timings_infos.ts +0 -142
- package/src/transports/smooth/index.ts +0 -23
- package/src/transports/smooth/is_mp4_embedded_track.ts +0 -25
- package/src/transports/smooth/isobmff/__tests__/create_boxes.test.ts +0 -231
- package/src/transports/smooth/isobmff/create_audio_init_segment.ts +0 -84
- package/src/transports/smooth/isobmff/create_boxes.ts +0 -481
- package/src/transports/smooth/isobmff/create_init_segment.ts +0 -100
- package/src/transports/smooth/isobmff/create_traf_box.ts +0 -40
- package/src/transports/smooth/isobmff/create_video_init_segment.ts +0 -78
- package/src/transports/smooth/isobmff/get_aaces_header.ts +0 -62
- package/src/transports/smooth/isobmff/index.ts +0 -32
- package/src/transports/smooth/isobmff/parse_tfrf.ts +0 -57
- package/src/transports/smooth/isobmff/parse_tfxd.ts +0 -38
- package/src/transports/smooth/isobmff/patch_segment.ts +0 -171
- package/src/transports/smooth/pipelines.ts +0 -378
- package/src/transports/smooth/segment_loader.ts +0 -292
- package/src/transports/smooth/utils.ts +0 -45
- package/src/transports/types.ts +0 -820
- package/src/transports/utils/__tests__/byte_range.test.ts +0 -35
- package/src/transports/utils/__tests__/check_isobmff_integrity.test.ts +0 -148
- package/src/transports/utils/__tests__/find_complete_box.test.ts +0 -138
- package/src/transports/utils/__tests__/infer_segment_container.test.ts +0 -80
- package/src/transports/utils/byte_range.ts +0 -25
- package/src/transports/utils/call_custom_manifest_loader.ts +0 -146
- package/src/transports/utils/check_isobmff_integrity.ts +0 -50
- package/src/transports/utils/find_complete_box.ts +0 -63
- package/src/transports/utils/generate_manifest_loader.ts +0 -100
- package/src/transports/utils/get_isobmff_timing_infos.ts +0 -86
- package/src/transports/utils/infer_segment_container.ts +0 -50
- package/src/transports/utils/parse_text_track.ts +0 -170
- package/src/typings/README.md +0 -7
- package/src/utils/README.md +0 -5
- package/src/utils/__tests__/are_arrays_of_numbers_equal.test.ts +0 -86
- package/src/utils/__tests__/are_codecs_compatible.test.ts +0 -88
- package/src/utils/__tests__/array_find.test.ts +0 -113
- package/src/utils/__tests__/array_find_index.test.ts +0 -113
- package/src/utils/__tests__/array_includes.test.ts +0 -151
- package/src/utils/__tests__/assert.test.ts +0 -237
- package/src/utils/__tests__/assert_unreachable.test.ts +0 -40
- package/src/utils/__tests__/base64.test.ts +0 -149
- package/src/utils/__tests__/byte_parsing.test.ts +0 -267
- package/src/utils/__tests__/deep_merge.test.ts +0 -48
- package/src/utils/__tests__/event_emitter.test.ts +0 -579
- package/src/utils/__tests__/flat_map.test.ts +0 -71
- package/src/utils/__tests__/get_fuzzed_delay.test.ts +0 -32
- package/src/utils/__tests__/hash_buffer.test.ts +0 -105
- package/src/utils/__tests__/id_generator.test.ts +0 -83
- package/src/utils/__tests__/initialization_segment_cache.test.ts +0 -245
- package/src/utils/__tests__/is_non_empty_string.test.ts +0 -41
- package/src/utils/__tests__/is_null_or_undefined.test.ts +0 -33
- package/src/utils/__tests__/logger.test.ts +0 -214
- package/src/utils/__tests__/noop.test.ts +0 -23
- package/src/utils/__tests__/object_assign.test.ts +0 -56
- package/src/utils/__tests__/object_values.test.ts +0 -26
- package/src/utils/__tests__/ranges.test.ts +0 -1214
- package/src/utils/__tests__/resolve_url.test.ts +0 -100
- package/src/utils/__tests__/sorted_list.test.ts +0 -335
- package/src/utils/__tests__/starts_with.test.ts +0 -65
- package/src/utils/__tests__/string_parsing.test.ts +0 -267
- package/src/utils/__tests__/warn_once.test.ts +0 -38
- package/src/utils/__tests__/weak_map_memory.test.ts +0 -188
- package/src/utils/are_arrays_of_numbers_equal.ts +0 -39
- package/src/utils/are_codecs_compatible.ts +0 -51
- package/src/utils/array_find.ts +0 -55
- package/src/utils/array_find_index.ts +0 -54
- package/src/utils/array_includes.ts +0 -93
- package/src/utils/assert.ts +0 -65
- package/src/utils/assert_unreachable.ts +0 -45
- package/src/utils/base64.ts +0 -153
- package/src/utils/byte_parsing.ts +0 -256
- package/src/utils/cancellable_sleep.ts +0 -41
- package/src/utils/create_cancellable_promise.ts +0 -69
- package/src/utils/deep_merge.ts +0 -49
- package/src/utils/event_emitter.ts +0 -147
- package/src/utils/flat_map.ts +0 -50
- package/src/utils/get_fuzzed_delay.ts +0 -27
- package/src/utils/hash_buffer.ts +0 -42
- package/src/utils/id_generator.ts +0 -35
- package/src/utils/initialization_segment_cache.ts +0 -68
- package/src/utils/is_non_empty_string.ts +0 -23
- package/src/utils/is_null_or_undefined.ts +0 -27
- package/src/utils/languages/ISO_639-1_to_ISO_639-3.ts +0 -207
- package/src/utils/languages/ISO_639-2_to_ISO_639-3.ts +0 -43
- package/src/utils/languages/__tests__/normalize.test.ts +0 -290
- package/src/utils/languages/index.ts +0 -29
- package/src/utils/languages/normalize.ts +0 -152
- package/src/utils/logger.ts +0 -100
- package/src/utils/monotonic_timestamp.ts +0 -12
- package/src/utils/noop.ts +0 -26
- package/src/utils/object_assign.ts +0 -60
- package/src/utils/object_values.ts +0 -31
- package/src/utils/queue_microtask.ts +0 -7
- package/src/utils/ranges.ts +0 -595
- package/src/utils/reference.ts +0 -390
- package/src/utils/request/fetch.ts +0 -279
- package/src/utils/request/index.ts +0 -38
- package/src/utils/request/xhr.ts +0 -319
- package/src/utils/resolve_url.ts +0 -126
- package/src/utils/retry_promise_with_backoff.ts +0 -95
- package/src/utils/sleep.ts +0 -14
- package/src/utils/slice_uint8array.ts +0 -53
- package/src/utils/sorted_list.ts +0 -240
- package/src/utils/starts_with.ts +0 -42
- package/src/utils/string_parsing.ts +0 -415
- package/src/utils/task_canceller.ts +0 -367
- package/src/utils/warn_once.ts +0 -34
- package/src/utils/weak_map_memory.ts +0 -89
- package/src/utils/wrapInPromise.ts +0 -24
- package/tools/TextTrackRenderer.d.ts +0 -18
- package/tools/TextTrackRenderer.js +0 -18
- package/tools/index.d.ts +0 -16
- package/tools/index.js +0 -16
- package/tools/string-utils.d.ts +0 -18
- package/tools/string-utils.js +0 -18
- package/tsconfig.commonjs.json +0 -9
- package/tsconfig.eslint.json +0 -7
- package/tsconfig.jest.json +0 -15
- package/tsconfig.json +0 -32
- package/types/index.d.ts +0 -16
- package/types/index.js +0 -15
- package/webpack.config.mjs +0 -97
- /package/dist/commonjs/{utils → core/fetchers/segment}/initialization_segment_cache.js +0 -0
- /package/dist/commonjs/core/{segment_buffers → segment_sinks}/implementations/audio_video/index.js +0 -0
- /package/dist/{_esm5.processed/core/segment_buffers → commonjs/core/segment_sinks}/implementations/utils/manual_time_ranges.d.ts +0 -0
- /package/dist/commonjs/core/{segment_buffers → segment_sinks}/implementations/utils/manual_time_ranges.js +0 -0
- /package/dist/commonjs/core/{segment_buffers → segment_sinks}/inventory/buffered_history.js +0 -0
- /package/dist/commonjs/core/{segment_buffers → segment_sinks}/inventory/index.js +0 -0
- /package/dist/commonjs/core/{init/utils/stream_events_emitter → segment_sinks/inventory}/types.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/buffer_size_graph.d.ts +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/constants.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/api/debug/constants.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/index.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/api/debug/index.js +0 -0
- /package/dist/commonjs/{core → main_thread}/api/debug/render.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/api/debug/utils.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/api/debug/utils.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/clear_on_stop.d.ts +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/dispose_decryption_resources.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/get_key_system_configuration.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/get_key_system_configuration.js +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/index.js +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/types.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/utils/are_init_values_compatible.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/utils/clean_old_loaded_sessions.js +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/utils/clean_old_stored_persistent_info.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/utils/get_drm_system_id.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/utils/get_drm_system_id.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/decrypt/utils/key_id_comparison.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/decrypt/utils/key_id_comparison.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/init/index.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/init/index.js +0 -0
- /package/dist/{_esm5.processed/core → commonjs/main_thread}/init/utils/stream_events_emitter/are_same_stream_events.d.ts +0 -0
- /package/dist/commonjs/{core → main_thread}/init/utils/stream_events_emitter/index.js +0 -0
- /package/dist/commonjs/{core/segment_buffers/implementations/text/html → main_thread/init/utils/stream_events_emitter}/types.js +0 -0
- /package/dist/commonjs/{core/api/track_management → main_thread/tracks_store}/index.js +0 -0
- /package/dist/commonjs/manifest/{representation_index → classes/representation_index}/index.js +0 -0
- /package/dist/commonjs/{core/segment_buffers/inventory → manifest/classes/representation_index}/types.js +0 -0
- /package/dist/{_esm5.processed/manifest → commonjs/manifest/classes}/types.d.ts +0 -0
- /package/dist/{_esm5.processed/core/init → commonjs/mse}/utils/media_source_duration_updater.d.ts +0 -0
- /package/dist/{_esm5.processed/parsers/manifest/dash/js-parser → commonjs/parsers/manifest/dash/native-parser}/index.d.ts +0 -0
- /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/index.js +0 -0
- /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentComponent.js +0 -0
- /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentProtection.js +0 -0
- /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentList.js +0 -0
- /package/dist/commonjs/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentTimeline.js +0 -0
- /package/dist/commonjs/{experimental/tools → tools}/parseBIFThumbnails/index.d.ts +0 -0
- /package/dist/commonjs/{compat → utils}/is_node.d.ts +0 -0
- /package/dist/commonjs/{compat → utils}/is_node.js +0 -0
- /package/dist/commonjs/{compat → utils}/is_worker.d.ts +0 -0
- /package/dist/commonjs/{compat → utils}/is_worker.js +0 -0
- /package/dist/{commonjs/core/segment_buffers → es2017/core/segment_sinks}/implementations/utils/manual_time_ranges.d.ts +0 -0
- /package/dist/{_esm5.processed/compat/eme/custom_media_keys → es2017/core/segment_sinks/inventory}/types.js +0 -0
- /package/dist/{_esm5.processed/core/stream/adaptation → es2017/core}/types.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/api/debug/buffer_size_graph.d.ts +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/api/debug/constants.d.ts +0 -0
- /package/dist/es2017/{core → main_thread}/api/debug/constants.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/api/debug/index.d.ts +0 -0
- /package/dist/{_esm5.processed/core → es2017/main_thread}/api/debug/index.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/api/debug/utils.d.ts +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/decrypt/clear_on_stop.d.ts +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/decrypt/dispose_decryption_resources.d.ts +0 -0
- /package/dist/es2017/{core → main_thread}/decrypt/get_key_system_configuration.d.ts +0 -0
- /package/dist/es2017/{core → main_thread}/decrypt/get_key_system_configuration.js +0 -0
- /package/dist/{_esm5.processed/core → es2017/main_thread}/decrypt/types.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/decrypt/utils/are_init_values_compatible.d.ts +0 -0
- /package/dist/es2017/{core → main_thread}/decrypt/utils/clean_old_loaded_sessions.js +0 -0
- /package/dist/es2017/{core → main_thread}/decrypt/utils/clean_old_stored_persistent_info.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/decrypt/utils/get_drm_system_id.d.ts +0 -0
- /package/dist/{_esm5.processed/core → es2017/main_thread}/decrypt/utils/get_drm_system_id.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/decrypt/utils/key_id_comparison.d.ts +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/init/index.d.ts +0 -0
- /package/dist/{_esm5.processed/core → es2017/main_thread}/init/index.js +0 -0
- /package/dist/{commonjs/core → es2017/main_thread}/init/utils/stream_events_emitter/are_same_stream_events.d.ts +0 -0
- /package/dist/{_esm5.processed/core → es2017/main_thread}/init/utils/stream_events_emitter/index.js +0 -0
- /package/dist/{_esm5.processed/core → es2017/main_thread}/init/utils/stream_events_emitter/types.js +0 -0
- /package/dist/{_esm5.processed/core/stream/period/types.js → es2017/main_thread/text_displayer/index.js} +0 -0
- /package/dist/{_esm5.processed/core/stream/representation → es2017/main_thread/text_displayer}/types.js +0 -0
- /package/dist/{_esm5.processed/core/api/track_management → es2017/main_thread/tracks_store}/index.js +0 -0
- /package/dist/{_esm5.processed/manifest → es2017/manifest/classes}/representation_index/index.js +0 -0
- /package/dist/{_esm5.processed/core/segment_buffers/implementations/text/html → es2017/manifest/classes/representation_index}/types.js +0 -0
- /package/dist/{_esm5.processed/manifest → es2017/manifest/classes}/types.js +0 -0
- /package/dist/{commonjs/core/init → es2017/mse}/utils/media_source_duration_updater.d.ts +0 -0
- /package/dist/{commonjs/parsers/manifest/dash/js-parser → es2017/parsers/manifest/dash/native-parser}/index.d.ts +0 -0
- /package/dist/{_esm5.processed/parsers/manifest/dash/js-parser → es2017/parsers/manifest/dash/native-parser}/index.js +0 -0
- /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentComponent.js +0 -0
- /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/ContentProtection.js +0 -0
- /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentList.js +0 -0
- /package/dist/es2017/parsers/manifest/dash/{js-parser → native-parser}/node_parsers/SegmentTimeline.js +0 -0
- /package/dist/es2017/{experimental/tools → tools}/parseBIFThumbnails/index.d.ts +0 -0
- /package/dist/es2017/{compat → utils}/is_node.d.ts +0 -0
- /package/dist/es2017/{compat → utils}/is_node.js +0 -0
- /package/dist/es2017/{compat → utils}/is_worker.d.ts +0 -0
- /package/dist/es2017/{compat → utils}/is_worker.js +0 -0
package/.prettierrc
ADDED