rx-player 3.33.1 → 3.33.3
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 +1080 -1129
- package/VERSION +1 -1
- package/dist/_esm5.processed/compat/can_rely_on_request_media_key_system_access.d.ts +34 -0
- package/dist/_esm5.processed/compat/can_rely_on_request_media_key_system_access.js +40 -0
- package/dist/_esm5.processed/compat/generate_init_data.d.ts +14 -0
- package/dist/_esm5.processed/compat/generate_init_data.js +61 -0
- package/dist/_esm5.processed/compat/may_media_element_fail_on_undecipherable_data.d.ts +16 -0
- package/dist/_esm5.processed/compat/may_media_element_fail_on_undecipherable_data.js +17 -0
- package/dist/_esm5.processed/compat/should_wait_for_data_before_loaded.d.ts +1 -1
- package/dist/_esm5.processed/compat/should_wait_for_data_before_loaded.js +5 -3
- package/dist/_esm5.processed/config.d.ts +2 -0
- package/dist/_esm5.processed/core/adaptive/adaptive_representation_selector.js +1 -1
- package/dist/_esm5.processed/core/api/debug/buffer_graph.js +3 -3
- package/dist/_esm5.processed/core/api/public_api.d.ts +17 -0
- package/dist/_esm5.processed/core/api/public_api.js +41 -2
- package/dist/_esm5.processed/core/api/tracks_management/media_element_track_choice_manager.js +21 -25
- package/dist/_esm5.processed/core/decrypt/attach_media_keys.js +6 -6
- package/dist/_esm5.processed/core/decrypt/find_key_system.d.ts +10 -0
- package/dist/_esm5.processed/core/decrypt/find_key_system.js +42 -1
- package/dist/_esm5.processed/core/decrypt/session_events_listener.js +2 -2
- package/dist/_esm5.processed/core/fetchers/manifest/manifest_fetcher.js +2 -2
- package/dist/_esm5.processed/core/fetchers/segment/segment_fetcher.js +1 -1
- package/dist/_esm5.processed/core/init/media_source_content_initializer.js +34 -12
- package/dist/_esm5.processed/core/init/utils/get_loaded_reference.js +6 -1
- package/dist/_esm5.processed/core/init/utils/initial_seek_and_play.js +4 -1
- package/dist/_esm5.processed/core/segment_buffers/implementations/audio_video/audio_video_segment_buffer.js +24 -25
- package/dist/_esm5.processed/core/segment_buffers/implementations/image/image_segment_buffer.js +1 -1
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/html_text_segment_buffer.js +1 -1
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/text_track_cues_store.js +2 -2
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/utils.d.ts +15 -0
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/html/utils.js +23 -0
- package/dist/_esm5.processed/core/segment_buffers/implementations/text/native/native_text_segment_buffer.js +1 -1
- package/dist/_esm5.processed/core/segment_buffers/inventory/segment_inventory.d.ts +18 -4
- package/dist/_esm5.processed/core/segment_buffers/inventory/segment_inventory.js +57 -13
- package/dist/_esm5.processed/core/stream/adaptation/adaptation_stream.js +3 -0
- package/dist/_esm5.processed/core/stream/representation/utils/append_segment_to_buffer.js +15 -8
- package/dist/_esm5.processed/core/stream/representation/utils/get_buffer_status.js +1 -37
- package/dist/_esm5.processed/core/stream/representation/utils/get_needed_segments.js +19 -11
- package/dist/_esm5.processed/core/stream/representation/utils/push_init_segment.js +6 -6
- package/dist/_esm5.processed/core/stream/representation/utils/push_media_segment.js +9 -9
- package/dist/_esm5.processed/default_config.d.ts +31 -0
- package/dist/_esm5.processed/default_config.js +48 -17
- package/dist/_esm5.processed/errors/assertion_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/assertion_error.js +1 -2
- package/dist/_esm5.processed/errors/custom_loader_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/custom_loader_error.js +1 -2
- package/dist/_esm5.processed/errors/encrypted_media_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/encrypted_media_error.js +1 -2
- package/dist/_esm5.processed/errors/media_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/media_error.js +1 -2
- package/dist/_esm5.processed/errors/network_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/network_error.js +1 -2
- package/dist/_esm5.processed/errors/other_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/other_error.js +1 -2
- package/dist/_esm5.processed/errors/request_error.d.ts +0 -1
- package/dist/_esm5.processed/errors/request_error.js +17 -15
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.d.ts +0 -1
- package/dist/_esm5.processed/experimental/tools/VideoThumbnailLoader/video_thumbnail_loader_error.js +2 -2
- package/dist/_esm5.processed/experimental/tools/createMetaplaylist/get_duration_from_manifest.js +1 -1
- package/dist/_esm5.processed/experimental/tools/mediaCapabilitiesProber/probers/decodingInfo.js +4 -4
- package/dist/_esm5.processed/parsers/containers/isobmff/utils.js +3 -1
- package/dist/_esm5.processed/parsers/manifest/dash/common/indexes/timeline/timeline_representation_index.js +1 -3
- package/dist/_esm5.processed/parsers/manifest/dash/common/parse_representation_index.js +9 -5
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/utils.d.ts +0 -1
- package/dist/_esm5.processed/parsers/manifest/dash/js-parser/node_parsers/utils.js +1 -2
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.d.ts +1 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentComponent.js +1 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.d.ts +1 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/ContentProtection.js +1 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.d.ts +1 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/generators/Scheme.js +1 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/parsers_stack.d.ts +2 -1
- package/dist/_esm5.processed/parsers/manifest/dash/wasm-parser/ts/types.d.ts +55 -55
- package/dist/_esm5.processed/parsers/manifest/smooth/parse_protection_node.js +1 -1
- package/dist/_esm5.processed/transports/dash/extract_complete_chunks.d.ts +1 -1
- package/dist/_esm5.processed/transports/dash/extract_complete_chunks.js +6 -2
- package/dist/_esm5.processed/transports/dash/low_latency_segment_loader.js +4 -2
- package/dist/_esm5.processed/utils/languages/ISO_639-1_to_ISO_639-3.js +182 -182
- package/dist/_esm5.processed/utils/languages/ISO_639-2_to_ISO_639-3.js +19 -19
- package/dist/_esm5.processed/utils/languages/normalize.js +4 -1
- package/dist/_esm5.processed/utils/resolve_url.d.ts +13 -10
- package/dist/_esm5.processed/utils/resolve_url.js +220 -69
- package/dist/_esm5.processed/utils/string_parsing.d.ts +1 -1
- package/dist/_esm5.processed/utils/string_parsing.js +1 -1
- package/dist/_esm5.processed/utils/task_canceller.d.ts +0 -1
- package/dist/_esm5.processed/utils/task_canceller.js +3 -2
- package/dist/mpd-parser.wasm +0 -0
- package/dist/rx-player.d.ts +1 -1
- package/dist/rx-player.js +3951 -3398
- package/dist/rx-player.min.d.ts +1 -1
- package/dist/rx-player.min.js +1 -1
- package/package.json +40 -40
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rx-player",
|
|
3
3
|
"author": "Canal+",
|
|
4
|
-
"version": "3.33.
|
|
4
|
+
"version": "3.33.3",
|
|
5
5
|
"description": "Canal+ HTML5 Video Player",
|
|
6
6
|
"main": "./dist/rx-player.js",
|
|
7
7
|
"keywords": [
|
|
@@ -82,56 +82,56 @@
|
|
|
82
82
|
"next-tick": "1.1.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@babel/core": "7.
|
|
86
|
-
"@babel/plugin-transform-runtime": "7.
|
|
87
|
-
"@babel/preset-env": "7.
|
|
88
|
-
"@babel/preset-react": "7.
|
|
85
|
+
"@babel/core": "7.24.7",
|
|
86
|
+
"@babel/plugin-transform-runtime": "7.24.7",
|
|
87
|
+
"@babel/preset-env": "7.24.7",
|
|
88
|
+
"@babel/preset-react": "7.24.7",
|
|
89
89
|
"@canalplus/readme.doc": "^0.5.0",
|
|
90
|
-
"@types/chai": "4.3.
|
|
91
|
-
"@types/jest": "29.5.
|
|
92
|
-
"@types/mocha": "10.0.
|
|
93
|
-
"@types/react": "18.
|
|
94
|
-
"@types/react-dom": "18.
|
|
95
|
-
"@types/sinon": "
|
|
96
|
-
"@typescript-eslint/eslint-plugin": "
|
|
97
|
-
"@typescript-eslint/eslint-plugin-tslint": "
|
|
98
|
-
"@typescript-eslint/parser": "
|
|
90
|
+
"@types/chai": "4.3.16",
|
|
91
|
+
"@types/jest": "29.5.12",
|
|
92
|
+
"@types/mocha": "10.0.6",
|
|
93
|
+
"@types/react": "18.3.3",
|
|
94
|
+
"@types/react-dom": "18.3.0",
|
|
95
|
+
"@types/sinon": "17.0.3",
|
|
96
|
+
"@typescript-eslint/eslint-plugin": "7.13.0",
|
|
97
|
+
"@typescript-eslint/eslint-plugin-tslint": "7.0.2",
|
|
98
|
+
"@typescript-eslint/parser": "7.13.0",
|
|
99
99
|
"arraybuffer-loader": "1.0.8",
|
|
100
100
|
"babel-loader": "9.1.3",
|
|
101
|
-
"chai": "
|
|
102
|
-
"core-js": "3.
|
|
103
|
-
"esbuild": "0.
|
|
104
|
-
"eslint": "8.
|
|
101
|
+
"chai": "5.1.1",
|
|
102
|
+
"core-js": "3.37.1",
|
|
103
|
+
"esbuild": "0.21.5",
|
|
104
|
+
"eslint": "8.56.0",
|
|
105
105
|
"eslint-plugin-ban": "1.6.0",
|
|
106
|
-
"eslint-plugin-import": "2.
|
|
107
|
-
"eslint-plugin-jsdoc": "
|
|
108
|
-
"eslint-plugin-react": "7.
|
|
106
|
+
"eslint-plugin-import": "2.29.1",
|
|
107
|
+
"eslint-plugin-jsdoc": "48.2.9",
|
|
108
|
+
"eslint-plugin-react": "7.34.2",
|
|
109
109
|
"esm": "3.2.25",
|
|
110
|
-
"express": "4.
|
|
111
|
-
"github-buttons": "2.
|
|
112
|
-
"html-entities": "2.
|
|
110
|
+
"express": "4.19.2",
|
|
111
|
+
"github-buttons": "2.28.0",
|
|
112
|
+
"html-entities": "2.5.2",
|
|
113
113
|
"jest": "29.7.0",
|
|
114
114
|
"jest-environment-jsdom": "29.7.0",
|
|
115
|
-
"karma": "6.4.
|
|
115
|
+
"karma": "6.4.3",
|
|
116
116
|
"karma-chrome-launcher": "3.2.0",
|
|
117
|
-
"karma-firefox-launcher": "2.1.
|
|
117
|
+
"karma-firefox-launcher": "2.1.3",
|
|
118
118
|
"karma-mocha": "2.0.1",
|
|
119
|
-
"karma-webpack": "5.0.
|
|
120
|
-
"mocha": "10.
|
|
119
|
+
"karma-webpack": "5.0.1",
|
|
120
|
+
"mocha": "10.4.0",
|
|
121
121
|
"mocha-loader": "5.1.5",
|
|
122
122
|
"raw-loader": "4.0.2",
|
|
123
|
-
"react": "18.
|
|
124
|
-
"react-dom": "18.
|
|
125
|
-
"regenerator-runtime": "0.14.
|
|
126
|
-
"rimraf": "5.0.
|
|
127
|
-
"semver": "7.
|
|
128
|
-
"sinon": "
|
|
129
|
-
"terser-webpack-plugin": "5.3.
|
|
130
|
-
"ts-jest": "29.1.
|
|
131
|
-
"ts-loader": "9.
|
|
132
|
-
"typescript": "5.
|
|
133
|
-
"webpack": "5.
|
|
134
|
-
"webpack-bundle-analyzer": "4.
|
|
123
|
+
"react": "18.3.1",
|
|
124
|
+
"react-dom": "18.3.1",
|
|
125
|
+
"regenerator-runtime": "0.14.1",
|
|
126
|
+
"rimraf": "5.0.7",
|
|
127
|
+
"semver": "7.6.2",
|
|
128
|
+
"sinon": "18.0.0",
|
|
129
|
+
"terser-webpack-plugin": "5.3.10",
|
|
130
|
+
"ts-jest": "29.1.4",
|
|
131
|
+
"ts-loader": "9.5.1",
|
|
132
|
+
"typescript": "5.4.5",
|
|
133
|
+
"webpack": "5.92.0",
|
|
134
|
+
"webpack-bundle-analyzer": "4.10.2",
|
|
135
135
|
"webpack-cli": "5.1.4"
|
|
136
136
|
},
|
|
137
137
|
"scripts-list": {
|