-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from Bulsh726/main
1.2.3版本发布
- Loading branch information
Showing
6 changed files
with
440 additions
and
4 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,20 @@ | ||
# 1.2.3 ReleaseNote | ||
|
||
#### 能力 | ||
|
||
- 新增 author_id 鉴权方式 | ||
- 添加双视频切换以及其初始化配置 render ratio 和播放速度。 | ||
|
||
#### 优化 | ||
|
||
- 缩短了立即切换清晰度的耗时, | ||
|
||
|
||
#### 修复问题 | ||
|
||
- 修复在后台创建播放器崩溃 | ||
- 修复填充模式为 FULL_SCREEN 时,渲染控件为正方形时不生效 | ||
- 修复部分 mp4 转 m3u8 的视频播放花屏的问题 | ||
|
||
|
||
|
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,19 @@ | ||
// | ||
// UIViewController+QNDoublePlayerViewController.h | ||
// qplayer2demo | ||
// | ||
// Created by 李林峰 on 2023/2/14. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
#import "QNClassModel.h" | ||
|
||
|
||
@interface QNDoublePlayerViewController: UIViewController | ||
|
||
//configArray | ||
@property (nonatomic, strong) NSArray<QNClassModel*> *playerConfigArray; | ||
|
||
@end | ||
|
||
|
Oops, something went wrong.