ezuikit-flv 2.0.2-alpha.2 → 2.0.2-beta.1

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 CHANGED
@@ -1,9 +1,21 @@
1
+ ## v2.0.2 (2025-10-16)
2
+
3
+ ### Fixed
4
+
5
+ - 修复软解在浏览器窗口隐藏后内存泄漏问题
6
+
7
+ ## v2.0.1(2025-09-25)
8
+
9
+ ### Fixed
10
+
11
+ - 修复缺失的依赖项文件
12
+
1
13
  ## v2.0.0
2
14
 
3
15
  ### Feat
4
16
 
5
17
  - 新增主题 UI
6
- - 新的全屏api `fullscreen` 和退出全屏 `exitFullscreen`
18
+ - 新的全屏 api `fullscreen` 和退出全屏 `exitFullscreen`
7
19
  - `openSound` 和 `closeSound` 不再推荐, 使用`player.current.volume = 0.8` 和 `player.current.muted = true` 代替
8
20
 
9
21
  ## v1.0.3
@@ -33,6 +45,6 @@
33
45
 
34
46
  - 支持 flv h264/h265 编码的流播放
35
47
 
36
- - 支持 音频ACC 播放
48
+ - 支持 音频 ACC 播放
37
49
 
38
50
  - 支持 2k 分辨率
package/decoder.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  *
3
- * decoder.js v2.0.1-alpha.0
3
+ * decoder.js v2.0.2-beta.1
4
4
  * Copyright (c) 2025-10-16 Ezviz-OpenBiz
5
5
  *
6
6
  * https://github.com/Ezviz-OpenBiz/EZUIKit-flv