ezuikit-js 7.7.10 → 8.0.0

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +2 -1
  3. package/ezuikit.js +25 -11
  4. package/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +168 -0
  5. package/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +168 -0
  6. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +21 -0
  7. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
  8. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.worker.js +1 -0
  9. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +21 -0
  10. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
  11. package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.worker.js +1 -0
  12. package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +21 -0
  13. package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
  14. package/ezuikit_static/css/component.css +1257 -0
  15. package/ezuikit_static/css/inspectTheme.css +354 -0
  16. package/ezuikit_static/css/theme copy.css +105 -0
  17. package/ezuikit_static/css/theme.css +121 -0
  18. package/ezuikit_static/imgs/bg.png +0 -0
  19. package/ezuikit_static/imgs/bg.svg +33 -0
  20. package/ezuikit_static/imgs/empty.png +0 -0
  21. package/ezuikit_static/imgs/end.png +0 -0
  22. package/ezuikit_static/imgs/fallback.svg +52 -0
  23. package/ezuikit_static/imgs/start.png +0 -0
  24. package/ezuikit_static/rec/datepicker.js +1522 -0
  25. package/ezuikit_static/rec/datepicker.min.css +36 -0
  26. package/ezuikit_static/rec/datepicker.zh-CN.js +19 -0
  27. package/ezuikit_static/rec/jquery.min.js +2 -0
  28. package/ezuikit_static/speed/speed.css +145 -0
  29. package/ezuikit_static/talk/adapeter.js +5497 -0
  30. package/ezuikit_static/talk/janus.js +3507 -0
  31. package/ezuikit_static/talk/tts-v4.js +343 -0
  32. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,17 @@
1
+ ## v8.0.0
2
+
3
+ [feat] 对底层播放器进行重构
4
+
5
+ [feat] 开始支持本地资源配置(staticPath)
6
+
7
+ [fix] 修复了一些已知问题
8
+
1
9
  ## v7.7.10
2
10
 
3
11
  [feat] 新增云录制回放支持 (暂时仅对内使用)
4
12
 
13
+ [fix] 修复了一些已知问题
14
+
5
15
  ## v7.7.2 (2023-08-11)
6
16
 
7
17
  [feat] 支持软解鱼眼矫正, 支持四分屏
package/README.md CHANGED
@@ -159,6 +159,7 @@ ezopen://open.ys7.com/${设备序列号}/{通道号}.cloud.rec?begin=yyyyMMddhhm
159
159
  <tr><td>audio</td><td>boolean</td><td>是否默认开启声音 true:打开(默认) false:关闭 </td><td>N</td></tr>
160
160
  <tr><td>width</td><td>int</td><td>视频宽度,默认值为容器容器DOM宽度 </td><td>Y</td></tr>
161
161
  <tr><td>height</td><td>int</td><td>视频高度,默认值为容器容器DOM高度</td><td>Y</td></tr>
162
+ <tr><td>staticPath</td><td>string</td><td>设置静态资源地址, 自定义可以自行下载 `ezuikit_static`放置在自己的服务器下, 设置 {staticPath: "/ezuikit_static"} </td><td>N</td></tr>
162
163
  <tr><td>template</td><td>String</td><td>
163
164
 
164
165
 
@@ -506,7 +507,7 @@ template参数说明
506
507
  player.reSize(width, height);
507
508
  ```
508
509
 
509
- #### 鱼眼矫正(软解)
510
+ #### 鱼眼矫正(软解 开启`SharedArrayBuffer`)
510
511
 
511
512
  ```js
512
513
  // {1, 0} 壁装鱼眼 不矫正