rx-player 4.2.0-dev.2024091000 → 4.2.0-dev.2024091600
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 +14 -7
- package/VERSION +1 -1
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.d.ts.map +1 -1
- package/dist/commonjs/__GENERATED_CODE/embedded_dash_wasm.js +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/main_thread/api/public_api.js +2 -2
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts.map +1 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +6 -5
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts +4 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts.map +1 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/generators/Label.js +12 -0
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts +2 -1
- package/dist/commonjs/parsers/manifest/dash/wasm-parser/ts/types.d.ts.map +1 -1
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.d.ts.map +1 -1
- package/dist/es2017/__GENERATED_CODE/embedded_dash_wasm.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/main_thread/api/public_api.js +2 -2
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.d.ts.map +1 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.js +6 -5
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts +4 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.d.ts.map +1 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/generators/Label.js +9 -0
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts +2 -1
- package/dist/es2017/parsers/manifest/dash/wasm-parser/ts/types.d.ts.map +1 -1
- package/dist/mpd-parser.wasm +0 -0
- package/dist/rx-player.js +4 -4
- package/dist/rx-player.min.js +15 -15
- package/dist/worker.js +6 -6
- package/package.json +5 -5
- package/src/__GENERATED_CODE/embedded_dash_wasm.ts +1 -1
- package/src/__GENERATED_CODE/embedded_worker.ts +1 -1
- package/src/main_thread/api/public_api.ts +2 -2
- package/src/parsers/manifest/dash/wasm-parser/rs/events.rs +3 -2
- package/src/parsers/manifest/dash/wasm-parser/rs/processor/mod.rs +6 -2
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/AdaptationSet.ts +10 -5
- package/src/parsers/manifest/dash/wasm-parser/ts/generators/Label.ts +16 -0
- package/src/parsers/manifest/dash/wasm-parser/ts/types.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Current dev build: v4.2.0-dev.
|
|
3
|
+
## Current dev build: v4.2.0-dev.2024091600
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
7
|
- Add `cmcd` object to `loadVideo` options to enable CMCD (Common Media Client Data)
|
|
8
|
-
[#1461]
|
|
8
|
+
[#1461, #1518]
|
|
9
9
|
- Add `checkManifestIntegrity` `loadVideo` option as a temporary work-around when you
|
|
10
10
|
suspect your packager or CDN to sometimes deliver corrupted data [#1471]
|
|
11
11
|
- Add `contentProtections` to the `representations` of the tracks API to know if they're
|
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
set-top boxes [#1515]
|
|
27
27
|
- DRM/Compat: fix content not starting on Safari because key are never considered usable
|
|
28
28
|
for a track [#1479, #1512]
|
|
29
|
+
- DASH_WASM: fix `Label` element never being parsed [#1541, #1540]
|
|
30
|
+
- Fix RxPlayer not being exposed in release bundles [#1542]
|
|
29
31
|
- MULTI_THREAD: Fix rare `CancellationError` error happening when reloading while a reload
|
|
30
32
|
is pending. [#1528]
|
|
31
33
|
- MULTI_THREAD: fix wrong Period considered as current in multi-Period DASH contents with
|
|
@@ -49,7 +51,8 @@
|
|
|
49
51
|
|
|
50
52
|
### Bug fixes
|
|
51
53
|
|
|
52
|
-
- DASH: support absolute path in URL resolution with RFC 3986 implementation [#1443,
|
|
54
|
+
- DASH: support absolute path in URL resolution with RFC 3986 implementation [#1443,
|
|
55
|
+
#1440]
|
|
53
56
|
- DASH: fix cases of blinking subtitles [#1416, #1424]
|
|
54
57
|
- Fix precision issues of the `maxVideoBufferSize` API [#1421]
|
|
55
58
|
- DASH: Prevent multiple loading of the same segment for some DASH low-latency contents
|
|
@@ -63,7 +66,8 @@
|
|
|
63
66
|
- MULTI_THREAD: Perform several actions so that our `MULTI_THREAD` experimental feature
|
|
64
67
|
now works on older browser and on the Playstation 4 [#1401, #1402]
|
|
65
68
|
- Directfile/Compat: On safari on iOS no longer stay stuck in buffering when `autoPlay` is
|
|
66
|
-
set to `false` or not set and the video element has the attribute "playsinline" [#1408,
|
|
69
|
+
set to `false` or not set and the video element has the attribute "playsinline" [#1408,
|
|
70
|
+
#1390]
|
|
67
71
|
- Directfile/compat: On safari mobile in directfile mode, do not stay in an infinite
|
|
68
72
|
`LOADING` state if the `duration` is set to `NaN` (rare issue in a normally-unsupported
|
|
69
73
|
multiple RxPlayer-per-media-element scenario) [#1393]
|
|
@@ -702,7 +706,8 @@
|
|
|
702
706
|
- TypeScript: Add IBitrateEstimate, IPositionUpdate and IPlayerState types to the exported
|
|
703
707
|
types [#1084]
|
|
704
708
|
- Remove dependency on pinkie's promise ponyfill [#1058, #1090]
|
|
705
|
-
- tests: add performance tests, to better catch and avoid performance regressions [#1053,
|
|
709
|
+
- tests: add performance tests, to better catch and avoid performance regressions [#1053,
|
|
710
|
+
#1062]
|
|
706
711
|
- DRM: Refactor DRM logic for better maintainability. DRM-linked logs are now prefixed by
|
|
707
712
|
`DRM:` instead of `EME:` like previously [#1042]
|
|
708
713
|
|
|
@@ -846,7 +851,8 @@
|
|
|
846
851
|
- Update used RxJS version to 7.0.0, which might bring with it a smaller size and better
|
|
847
852
|
performances [#954]
|
|
848
853
|
- demo: remove Chart.js dependency (we found that its new API documentation and errors
|
|
849
|
-
were too impenetrable) and replace the "Buffer Size" chart by a homemade one. [#955,
|
|
854
|
+
were too impenetrable) and replace the "Buffer Size" chart by a homemade one. [#955,
|
|
855
|
+
#957]
|
|
850
856
|
|
|
851
857
|
## v3.24.0 (2021-04-01)
|
|
852
858
|
|
|
@@ -854,7 +860,8 @@
|
|
|
854
860
|
|
|
855
861
|
- Add `inbandEvent` event for when an event is encountered in a media segment [#892]
|
|
856
862
|
- DRM: Add `singleLicensePer` `keySystems` option to be able to signal in advance that the
|
|
857
|
-
current content has a single license, even if it has multiple encryption keys [#863,
|
|
863
|
+
current content has a single license, even if it has multiple encryption keys [#863,
|
|
864
|
+
#904]
|
|
858
865
|
- DRM: Add `keySystems[].licenseStorage.disableRetroCompatibility` boolean to unlock
|
|
859
866
|
optimizations when compatibility with EME sessions persisted in older RxPlayer versions
|
|
860
867
|
is not important [#919]
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.2.0-dev.
|
|
1
|
+
4.2.0-dev.2024091600
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"embedded_dash_wasm.d.ts","sourceRoot":"","sources":["../../../src/__GENERATED_CODE/embedded_dash_wasm.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"embedded_dash_wasm.d.ts","sourceRoot":"","sources":["../../../src/__GENERATED_CODE/embedded_dash_wasm.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe,iBAAil0V,CAAC;AACvm0V,OAAO,EAAE,eAAe,IAAI,kBAAkB,EAAE,CAAC;AACjD,eAAe,eAAe,CAAC"}
|