ezuikit-js 8.1.3 → 8.1.4
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 +9 -0
- package/ezuikit.js +9 -9
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +12 -11
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +12 -11
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +1 -1
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/index.esm.js +4 -4
- package/index.js +4 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## v8.1.4(2025-01-07)
|
|
2
|
+
|
|
3
|
+
#### Feat
|
|
4
|
+
|
|
5
|
+
- 支持获取AR设备私有标签信息
|
|
6
|
+
|
|
7
|
+
- 修复了一些回放时间轴的小bug
|
|
8
|
+
|
|
1
9
|
## v8.1.3 (2024-12-31)
|
|
2
10
|
|
|
3
11
|
#### Feat
|
|
@@ -59,6 +67,7 @@
|
|
|
59
67
|
## v8.0.12(2024-10-14)
|
|
60
68
|
|
|
61
69
|
- 新增备用机房地址获取逻辑
|
|
70
|
+
|
|
62
71
|
- 取流失败、断流时使用备用机房发起取流请求,提高可用性保障
|
|
63
72
|
|
|
64
73
|
- 清晰度切换逻辑优化
|