-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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后 进度不更新的问题 | ||
- 修复鉴权失败仍能播放问题 | ||
- 修复直播音画不同步问题 |