rx-player 4.3.0-dev.2025030400 → 4.3.0-dev.2025031700
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/CHANGELOG.md +7 -2
- package/VERSION +1 -1
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.d.ts.map +1 -1
- package/dist/commonjs/__GENERATED_CODE/embedded_worker.js +1 -1
- package/dist/commonjs/core/fetchers/index.d.ts +5 -2
- package/dist/commonjs/core/fetchers/index.d.ts.map +1 -1
- package/dist/commonjs/core/fetchers/index.js +6 -1
- package/dist/commonjs/core/fetchers/segment/segment_queue_creator.d.ts +4 -3
- package/dist/commonjs/core/fetchers/segment/segment_queue_creator.d.ts.map +1 -1
- package/dist/commonjs/core/fetchers/segment/segment_queue_creator.js +3 -4
- package/dist/commonjs/core/fetchers/thumbnails/index.d.ts +6 -0
- package/dist/commonjs/core/fetchers/thumbnails/index.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/thumbnails/index.js +6 -0
- package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.d.ts +87 -0
- package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.d.ts.map +1 -0
- package/dist/commonjs/core/fetchers/thumbnails/thumbnail_fetcher.js +176 -0
- package/dist/commonjs/core/main/common/get_thumbnail_data.d.ts +13 -0
- package/dist/commonjs/core/main/common/get_thumbnail_data.d.ts.map +1 -0
- package/dist/commonjs/core/main/common/get_thumbnail_data.js +72 -0
- package/dist/commonjs/core/main/worker/content_preparer.d.ts +3 -0
- package/dist/commonjs/core/main/worker/content_preparer.d.ts.map +1 -1
- package/dist/commonjs/core/main/worker/content_preparer.js +6 -1
- package/dist/commonjs/core/main/worker/worker_main.d.ts.map +1 -1
- package/dist/commonjs/core/main/worker/worker_main.js +45 -3
- package/dist/commonjs/default_config.d.ts +22 -0
- package/dist/commonjs/default_config.d.ts.map +1 -1
- package/dist/commonjs/default_config.js +27 -1
- package/dist/commonjs/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +1 -1
- package/dist/commonjs/index.js +1 -1
- package/dist/commonjs/main_thread/api/public_api.d.ts +136 -7
- package/dist/commonjs/main_thread/api/public_api.d.ts.map +1 -1
- package/dist/commonjs/main_thread/api/public_api.js +95 -14
- package/dist/commonjs/main_thread/init/directfile_content_initializer.d.ts.map +1 -1
- package/dist/commonjs/main_thread/init/directfile_content_initializer.js +3 -0
- package/dist/commonjs/main_thread/init/media_source_content_initializer.d.ts.map +1 -1
- package/dist/commonjs/main_thread/init/media_source_content_initializer.js +14 -3
- package/dist/commonjs/main_thread/init/multi_thread_content_initializer.d.ts +1 -6
- package/dist/commonjs/main_thread/init/multi_thread_content_initializer.d.ts.map +1 -1
- package/dist/commonjs/main_thread/init/multi_thread_content_initializer.js +73 -15
- package/dist/commonjs/main_thread/init/types.d.ts +8 -0
- package/dist/commonjs/main_thread/init/types.d.ts.map +1 -1
- package/dist/commonjs/main_thread/render_thumbnail.d.ts +27 -0
- package/dist/commonjs/main_thread/render_thumbnail.d.ts.map +1 -0
- package/dist/commonjs/main_thread/render_thumbnail.js +255 -0
- package/dist/commonjs/manifest/classes/index.d.ts +2 -1
- package/dist/commonjs/manifest/classes/index.d.ts.map +1 -1
- package/dist/commonjs/manifest/classes/period.d.ts +56 -1
- package/dist/commonjs/manifest/classes/period.d.ts.map +1 -1
- package/dist/commonjs/manifest/classes/period.js +24 -0
- package/dist/commonjs/manifest/classes/representation_index/static.d.ts +15 -0
- package/dist/commonjs/manifest/classes/representation_index/static.d.ts.map +1 -1
- package/dist/commonjs/manifest/classes/representation_index/static.js +17 -0
- package/dist/commonjs/manifest/classes/representation_index/types.d.ts +20 -0
- package/dist/commonjs/manifest/classes/representation_index/types.d.ts.map +1 -1
- package/dist/commonjs/manifest/classes/update_period_in_place.d.ts +9 -0
- package/dist/commonjs/manifest/classes/update_period_in_place.d.ts.map +1 -1
- package/dist/commonjs/manifest/classes/update_period_in_place.js +85 -15
- package/dist/commonjs/manifest/index.d.ts +2 -2
- package/dist/commonjs/manifest/index.d.ts.map +1 -1
- package/dist/commonjs/manifest/types.d.ts +54 -0
- package/dist/commonjs/manifest/types.d.ts.map +1 -1
- package/dist/commonjs/manifest/utils.d.ts.map +1 -1
- package/dist/commonjs/manifest/utils.js +120 -56
- package/dist/commonjs/minimal.js +1 -1
- package/dist/commonjs/multithread_types.d.ts +33 -7
- package/dist/commonjs/multithread_types.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/get_hdr_information.js +17 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts +15 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/indexes/base.js +22 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts +15 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/indexes/list.js +18 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts +10 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/indexes/template.js +12 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +15 -0
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +26 -0
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts +15 -10
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/infer_adaptation_type.js +56 -4
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +5 -2
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/parse_adaptation_sets.js +71 -4
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/parse_periods.js +3 -2
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts +1 -0
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/common/parse_representations.js +18 -0
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.js +8 -0
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Representation.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/native-parser/node_parsers/Representation.js +8 -0
- package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts +1 -0
- package/dist/commonjs/parsers/manifest/dash/node_parser_types.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +10 -0
- package/dist/commonjs/parsers/manifest/local/parse_local_manifest.js +1 -0
- package/dist/commonjs/parsers/manifest/local/representation_index.d.ts +15 -0
- package/dist/commonjs/parsers/manifest/local/representation_index.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/local/representation_index.js +20 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/metaplaylist_parser.js +1 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts +10 -0
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/metaplaylist/representation_index.js +9 -0
- package/dist/commonjs/parsers/manifest/smooth/create_parser.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/smooth/create_parser.js +1 -0
- package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts +15 -0
- package/dist/commonjs/parsers/manifest/smooth/representation_index.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/smooth/representation_index.js +23 -0
- package/dist/commonjs/parsers/manifest/types.d.ts +61 -0
- package/dist/commonjs/parsers/manifest/types.d.ts.map +1 -1
- package/dist/commonjs/public_types.d.ts +60 -0
- package/dist/commonjs/public_types.d.ts.map +1 -1
- package/dist/commonjs/transports/dash/pipelines.d.ts.map +1 -1
- package/dist/commonjs/transports/dash/pipelines.js +5 -0
- package/dist/commonjs/transports/dash/thumbnails.d.ts +21 -0
- package/dist/commonjs/transports/dash/thumbnails.d.ts.map +1 -0
- package/dist/commonjs/transports/dash/thumbnails.js +127 -0
- package/dist/commonjs/transports/local/pipelines.d.ts.map +1 -1
- package/dist/commonjs/transports/local/pipelines.js +8 -0
- package/dist/commonjs/transports/metaplaylist/pipelines.d.ts.map +1 -1
- package/dist/commonjs/transports/metaplaylist/pipelines.js +8 -0
- package/dist/commonjs/transports/smooth/pipelines.d.ts.map +1 -1
- package/dist/commonjs/transports/smooth/pipelines.js +8 -0
- package/dist/commonjs/transports/types.d.ts +29 -0
- package/dist/commonjs/transports/types.d.ts.map +1 -1
- package/dist/commonjs/utils/are_codecs_compatible.js +1 -1
- package/dist/es2017/__GENERATED_CODE/embedded_worker.d.ts.map +1 -1
- package/dist/es2017/__GENERATED_CODE/embedded_worker.js +1 -1
- package/dist/es2017/core/fetchers/index.d.ts +5 -2
- package/dist/es2017/core/fetchers/index.d.ts.map +1 -1
- package/dist/es2017/core/fetchers/index.js +3 -1
- package/dist/es2017/core/fetchers/segment/segment_queue_creator.d.ts +4 -3
- package/dist/es2017/core/fetchers/segment/segment_queue_creator.d.ts.map +1 -1
- package/dist/es2017/core/fetchers/segment/segment_queue_creator.js +3 -4
- package/dist/es2017/core/fetchers/thumbnails/index.d.ts +6 -0
- package/dist/es2017/core/fetchers/thumbnails/index.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/thumbnails/index.js +3 -0
- package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.d.ts +87 -0
- package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.d.ts.map +1 -0
- package/dist/es2017/core/fetchers/thumbnails/thumbnail_fetcher.js +123 -0
- package/dist/es2017/core/main/common/get_thumbnail_data.d.ts +13 -0
- package/dist/es2017/core/main/common/get_thumbnail_data.d.ts.map +1 -0
- package/dist/es2017/core/main/common/get_thumbnail_data.js +28 -0
- package/dist/es2017/core/main/worker/content_preparer.d.ts +3 -0
- package/dist/es2017/core/main/worker/content_preparer.d.ts.map +1 -1
- package/dist/es2017/core/main/worker/content_preparer.js +6 -1
- package/dist/es2017/core/main/worker/worker_main.d.ts.map +1 -1
- package/dist/es2017/core/main/worker/worker_main.js +45 -3
- package/dist/es2017/default_config.d.ts +22 -0
- package/dist/es2017/default_config.d.ts.map +1 -1
- package/dist/es2017/default_config.js +27 -1
- package/dist/es2017/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.js +1 -1
- package/dist/es2017/index.js +1 -1
- package/dist/es2017/main_thread/api/public_api.d.ts +136 -7
- package/dist/es2017/main_thread/api/public_api.d.ts.map +1 -1
- package/dist/es2017/main_thread/api/public_api.js +90 -13
- package/dist/es2017/main_thread/init/directfile_content_initializer.d.ts.map +1 -1
- package/dist/es2017/main_thread/init/directfile_content_initializer.js +1 -0
- package/dist/es2017/main_thread/init/media_source_content_initializer.d.ts.map +1 -1
- package/dist/es2017/main_thread/init/media_source_content_initializer.js +11 -3
- package/dist/es2017/main_thread/init/multi_thread_content_initializer.d.ts +1 -6
- package/dist/es2017/main_thread/init/multi_thread_content_initializer.d.ts.map +1 -1
- package/dist/es2017/main_thread/init/multi_thread_content_initializer.js +68 -14
- package/dist/es2017/main_thread/init/types.d.ts +8 -0
- package/dist/es2017/main_thread/init/types.d.ts.map +1 -1
- package/dist/es2017/main_thread/render_thumbnail.d.ts +27 -0
- package/dist/es2017/main_thread/render_thumbnail.d.ts.map +1 -0
- package/dist/es2017/main_thread/render_thumbnail.js +187 -0
- package/dist/es2017/manifest/classes/index.d.ts +2 -1
- package/dist/es2017/manifest/classes/index.d.ts.map +1 -1
- package/dist/es2017/manifest/classes/period.d.ts +56 -1
- package/dist/es2017/manifest/classes/period.d.ts.map +1 -1
- package/dist/es2017/manifest/classes/period.js +24 -0
- package/dist/es2017/manifest/classes/representation_index/static.d.ts +15 -0
- package/dist/es2017/manifest/classes/representation_index/static.d.ts.map +1 -1
- package/dist/es2017/manifest/classes/representation_index/static.js +17 -0
- package/dist/es2017/manifest/classes/representation_index/types.d.ts +20 -0
- package/dist/es2017/manifest/classes/representation_index/types.d.ts.map +1 -1
- package/dist/es2017/manifest/classes/update_period_in_place.d.ts +9 -0
- package/dist/es2017/manifest/classes/update_period_in_place.d.ts.map +1 -1
- package/dist/es2017/manifest/classes/update_period_in_place.js +64 -0
- package/dist/es2017/manifest/index.d.ts +2 -2
- package/dist/es2017/manifest/index.d.ts.map +1 -1
- package/dist/es2017/manifest/types.d.ts +54 -0
- package/dist/es2017/manifest/types.d.ts.map +1 -1
- package/dist/es2017/manifest/utils.d.ts.map +1 -1
- package/dist/es2017/manifest/utils.js +24 -0
- package/dist/es2017/minimal.js +1 -1
- package/dist/es2017/multithread_types.d.ts +33 -7
- package/dist/es2017/multithread_types.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/get_hdr_information.js +17 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts +15 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/indexes/base.js +22 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts +15 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/indexes/list.js +18 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts +10 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/indexes/template.js +12 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts +15 -0
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +26 -0
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts +15 -10
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/infer_adaptation_type.js +51 -4
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts +5 -2
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/parse_adaptation_sets.js +72 -5
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/parse_periods.js +2 -1
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts +1 -0
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/common/parse_representations.js +18 -0
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.js +8 -0
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Representation.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/native-parser/node_parsers/Representation.js +8 -0
- package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts +1 -0
- package/dist/es2017/parsers/manifest/dash/node_parser_types.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Representation.js +10 -0
- package/dist/es2017/parsers/manifest/local/parse_local_manifest.js +1 -0
- package/dist/es2017/parsers/manifest/local/representation_index.d.ts +15 -0
- package/dist/es2017/parsers/manifest/local/representation_index.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/local/representation_index.js +20 -0
- package/dist/es2017/parsers/manifest/metaplaylist/metaplaylist_parser.js +1 -0
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts +10 -0
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/metaplaylist/representation_index.js +9 -0
- package/dist/es2017/parsers/manifest/smooth/create_parser.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/smooth/create_parser.js +1 -0
- package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts +15 -0
- package/dist/es2017/parsers/manifest/smooth/representation_index.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/smooth/representation_index.js +23 -0
- package/dist/es2017/parsers/manifest/types.d.ts +61 -0
- package/dist/es2017/parsers/manifest/types.d.ts.map +1 -1
- package/dist/es2017/public_types.d.ts +60 -0
- package/dist/es2017/public_types.d.ts.map +1 -1
- package/dist/es2017/transports/dash/pipelines.d.ts.map +1 -1
- package/dist/es2017/transports/dash/pipelines.js +5 -0
- package/dist/es2017/transports/dash/thumbnails.d.ts +21 -0
- package/dist/es2017/transports/dash/thumbnails.d.ts.map +1 -0
- package/dist/es2017/transports/dash/thumbnails.js +72 -0
- package/dist/es2017/transports/local/pipelines.d.ts.map +1 -1
- package/dist/es2017/transports/local/pipelines.js +6 -0
- package/dist/es2017/transports/metaplaylist/pipelines.d.ts.map +1 -1
- package/dist/es2017/transports/metaplaylist/pipelines.js +6 -0
- package/dist/es2017/transports/smooth/pipelines.d.ts.map +1 -1
- package/dist/es2017/transports/smooth/pipelines.js +6 -0
- package/dist/es2017/transports/types.d.ts +29 -0
- package/dist/es2017/transports/types.d.ts.map +1 -1
- package/dist/es2017/utils/are_codecs_compatible.js +1 -1
- package/dist/rx-player.js +936 -154
- package/dist/rx-player.min.js +18 -18
- package/dist/worker.js +8 -8
- package/package.json +24 -20
- package/src/__GENERATED_CODE/embedded_worker.ts +1 -1
- package/src/core/fetchers/index.ts +11 -1
- package/src/core/fetchers/segment/segment_queue_creator.ts +4 -6
- package/src/core/fetchers/thumbnails/index.ts +8 -0
- package/src/core/fetchers/thumbnails/thumbnail_fetcher.ts +233 -0
- package/src/core/main/common/get_thumbnail_data.ts +43 -0
- package/src/core/main/worker/content_preparer.ts +12 -1
- package/src/core/main/worker/worker_main.ts +67 -3
- package/src/default_config.ts +30 -1
- package/src/experimental/tools/mediaCapabilitiesProber/__tests__/probers/defaultCodecFinder.test.ts +1 -1
- package/src/experimental/tools/mediaCapabilitiesProber/probers/defaultCodecsFinder.ts +1 -1
- package/src/index.ts +1 -1
- package/src/main_thread/api/public_api.ts +142 -21
- package/src/main_thread/decrypt/__tests__/__global__/utils.ts +8 -4
- package/src/main_thread/decrypt/__tests__/find_key_system.test.ts +5 -5
- package/src/main_thread/init/directfile_content_initializer.ts +4 -0
- package/src/main_thread/init/media_source_content_initializer.ts +35 -3
- package/src/main_thread/init/multi_thread_content_initializer.ts +100 -27
- package/src/main_thread/init/types.ts +12 -0
- package/src/main_thread/init/utils/__tests__/update_manifest_codec_support.test.ts +283 -0
- package/src/main_thread/render_thumbnail.ts +255 -0
- package/src/manifest/classes/__tests__/adaptation.test.ts +3 -0
- package/src/manifest/classes/__tests__/manifest.test.ts +21 -8
- package/src/manifest/classes/__tests__/period.test.ts +50 -12
- package/src/manifest/classes/__tests__/representation.test.ts +3 -0
- package/src/manifest/classes/__tests__/update_period_in_place.test.ts +388 -0
- package/src/manifest/classes/__tests__/update_periods.test.ts +12 -10
- package/src/manifest/classes/index.ts +2 -0
- package/src/manifest/classes/period.ts +86 -1
- package/src/manifest/classes/representation_index/static.ts +18 -0
- package/src/manifest/classes/representation_index/types.ts +23 -0
- package/src/manifest/classes/update_period_in_place.ts +84 -0
- package/src/manifest/index.ts +2 -0
- package/src/manifest/types.ts +56 -0
- package/src/manifest/utils.ts +36 -0
- package/src/minimal.ts +1 -1
- package/src/multithread_types.ts +37 -5
- package/src/parsers/manifest/dash/common/__tests__/flatten_overlapping_period.test.ts +16 -13
- package/src/parsers/manifest/dash/common/get_hdr_information.ts +17 -0
- package/src/parsers/manifest/dash/common/indexes/base.ts +23 -0
- package/src/parsers/manifest/dash/common/indexes/list.ts +19 -0
- package/src/parsers/manifest/dash/common/indexes/template.ts +16 -0
- package/src/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.ts +27 -0
- package/src/parsers/manifest/dash/common/infer_adaptation_type.ts +75 -8
- package/src/parsers/manifest/dash/common/parse_adaptation_sets.ts +95 -12
- package/src/parsers/manifest/dash/common/parse_periods.ts +5 -1
- package/src/parsers/manifest/dash/common/parse_representations.ts +18 -0
- package/src/parsers/manifest/dash/fast-js-parser/node_parsers/Representation.ts +7 -0
- package/src/parsers/manifest/dash/native-parser/node_parsers/Representation.ts +7 -0
- package/src/parsers/manifest/dash/node_parser_types.ts +1 -0
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/Representation.ts +11 -0
- package/src/parsers/manifest/local/parse_local_manifest.ts +1 -0
- package/src/parsers/manifest/local/representation_index.ts +21 -0
- package/src/parsers/manifest/metaplaylist/metaplaylist_parser.ts +1 -0
- package/src/parsers/manifest/metaplaylist/representation_index.ts +10 -0
- package/src/parsers/manifest/smooth/create_parser.ts +1 -0
- package/src/parsers/manifest/smooth/representation_index.ts +24 -0
- package/src/parsers/manifest/types.ts +62 -0
- package/src/parsers/manifest/utils/__tests__/get_first_time_from_adaptations.test.ts +3 -0
- package/src/parsers/manifest/utils/__tests__/get_last_time_from_adaptation.test.ts +3 -0
- package/src/public_types.ts +62 -0
- package/src/transports/dash/pipelines.ts +5 -0
- package/src/transports/dash/thumbnails.ts +97 -0
- package/src/transports/local/pipelines.ts +9 -0
- package/src/transports/metaplaylist/pipelines.ts +9 -0
- package/src/transports/smooth/pipelines.ts +7 -0
- package/src/transports/types.ts +43 -0
- package/src/utils/__tests__/are_codecs_compatible.test.ts +21 -1
- package/src/utils/are_codecs_compatible.ts +1 -1
- package/vitest.config.mjs +18 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Current dev build: v4.3.0-dev.
|
|
3
|
+
## Current dev build: v4.3.0-dev.2025031700
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
7
|
- Add the possibility to rely on `ManagedMediaSource` on iOS devices [#1562]
|
|
8
|
+
- DASH: Implement DASH Thumbnail tracks by adding `renderThumbnail` and
|
|
9
|
+
`getAvailableThumbnailTracks` API [#1496]
|
|
8
10
|
- DRM: Add `keySystems[].wantedSessionTypes` `loadVideo` option to also initialize a DRM
|
|
9
11
|
config for future contents, not just the current one [#1604]
|
|
10
12
|
- Add `experimentalOptions.enableRepresentationAvoidance` option to `loadVideo` to enable
|
|
11
|
-
|
|
13
|
+
our new Representation avoidance mechanism [#1523]
|
|
12
14
|
|
|
13
15
|
### Bug fixes
|
|
14
16
|
|
|
@@ -17,6 +19,7 @@
|
|
|
17
19
|
- Compat: On "FREEZING" try to un-freeze regardless of if the wanted position was reached
|
|
18
20
|
to fix a remaining Tizen (Samsung) infinite rebuffering issue [#1586]
|
|
19
21
|
- MULTI_THREAD: Fix error not being thrown on manifest update [#1653]
|
|
22
|
+
- DRM: check that ec-3 codec is supported when encrypted [#1657]
|
|
20
23
|
- DRM: fix typo which prevented `MediaKeys` reusage on some devices including desktop
|
|
21
24
|
browsers [#1615]
|
|
22
25
|
- DRM: Only ask for `"persistent-license"` `MediaKeySession` (and not also for
|
|
@@ -43,8 +46,10 @@
|
|
|
43
46
|
- DRM: Reuse cache even if key system type given in API is not the same [#1611]
|
|
44
47
|
- DEBUG_ELEMENT: Add buffer size estimate to debug buffer content graph [#1558]
|
|
45
48
|
- DEBUG_ELEMENT: Add `hdr` information to video Representation [#1583]
|
|
49
|
+
- Set LogFormat to `full` on RxPlayer's debug mode [#1625]
|
|
46
50
|
- tests: Our performance-regression tests now run on all RxPlayer updates to better
|
|
47
51
|
protect against performance regressions [#1630]
|
|
52
|
+
- CI/tests: CI integration tests on Edge and windows [#1621]
|
|
48
53
|
|
|
49
54
|
## v4.2.0 (2024-10-17)
|
|
50
55
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.3.0-dev.
|
|
1
|
+
4.3.0-dev.2025031700
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"embedded_worker.d.ts","sourceRoot":"","sources":["../../../src/__GENERATED_CODE/embedded_worker.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"embedded_worker.d.ts","sourceRoot":"","sources":["../../../src/__GENERATED_CODE/embedded_worker.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,MAA+9nU,CAAC;AAC1+nU,OAAO,EAAE,IAAI,IAAI,eAAe,EAAE,CAAC;AACnC,eAAe,IAAI,CAAC"}
|