Skip to content

Commit

Permalink
创建releasenote
Browse files Browse the repository at this point in the history
修改readme
  • Loading branch information
Mengwangchao committed May 27, 2024
1 parent c5b0400 commit a87800f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
Platform | Build Status
-------- | ------------
Android | https://github.com/pili-engineering/QPlayer2-Android
IOS | Last Version: 1.4.2
IOS | Last Version: 1.4.3
Windows | https://github.com/pili-engineering/QPlayer2-Windows
HarmonyOS NEXT | 敬请期待
Mac | 敬请期待
Expand Down Expand Up @@ -49,7 +49,7 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
##### 引入依赖

```groovy
pod 'qplayer2-core', '1.4.2'
pod 'qplayer2-core', '1.4.3'
```


Expand Down
31 changes: 31 additions & 0 deletions ReleaseNote/ReleaseNote-1.4.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 1.4.3 ReleaseNote

- #### 能力

- 新增设置日志等级

```objective-c
[self.mPlayerView.controlHandler setLogLevel:LOG_INFO];
```

- 移除 QPlayer2 音频中断逻辑。

中断逻辑参考 demo 的 QNotificationCenterHelper

- 移除本地重建时间轴逻辑,时间轴默认都从0开始



- #### 优化

- 减少progress通知次数
- 优化丢帧逻辑

- #### 修复问题

- 修复某些视频seek崩溃
- 屏蔽无效渲染
- 修复直播追帧逻辑不生效
- 修复往前seek后 进度不更新的问题
- 修复鉴权失败仍能播放问题
- 修复直播音画不同步问题

0 comments on commit a87800f

Please sign in to comment.