Skip to content

Commit

Permalink
Merge pull request #25 from Mengwangchao/dep-cocos-1.4.0
Browse files Browse the repository at this point in the history
[QPlayer2 iOS] 1.4.0 版本发布
  • Loading branch information
AstaTus authored Mar 12, 2024
2 parents b8426c2 + b9a836d commit 3192759
Show file tree
Hide file tree
Showing 75 changed files with 1,035 additions and 2,200 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
Platform | Build Status
-------- | ------------
Android | https://github.com/pili-engineering/QPlayer2-Android
IOS | Last Version: 1.3.4
Windows | 敬请期待
IOS | Last Version: 1.4.0
Windows | https://github.com/pili-engineering/QPlayer2-Windows
HarmonyOS NEXT | 敬请期待
Mac | 敬请期待
Linux | 敬请期待
### qplayer2-core 功能列表

| 能力 | 亮点 | 备注 |
Expand All @@ -35,6 +37,8 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
| 静音播放 | 针对视频的静音,不影响系统声音 | |
| 字幕 | 支持srt字幕文件加载并根据时间回调当前时间的文案给上层 | |
| DRM | 支持HLS 私有加密/通用加密 2种方式,支持 MP4 CENC-AES-CTR 加密 | |
| 音视频数据上抛 | 适用于业务层需要获取当前播放的音视频数据的场景(比如推流等) | |
| 本地重建时间轴 | 以真实的流逝时间为准,避免某些视频时间轴错乱导致播放过程中异常 | |



Expand All @@ -45,7 +49,7 @@ Qplayer2是一款跨平台的播放器SDK,除了基础的播放器能力外,
##### 引入依赖

```groovy
pod 'qplayer2-core', '1.3.4'
pod 'qplayer2-core', '1.4.0'
```


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

- #### 能力

- 新增数据上抛
- 支持播放器端重建直播时间轴
- 支持 Windows 平台

- #### 修复问题

- 修复播放完成后,无法截图的问题

- 修复多次 seek ,然后暂停播放后截图非常慢的问题


2 changes: 1 addition & 1 deletion document/qplayer2-core/html/Classes/QMediaItemContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 七牛云. All rights reserved. Updated: 2023-12-26</p>
<p class="copyright">Copyright &copy; 2024 七牛云. All rights reserved. Updated: 2024-03-07</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ <h1 id="library-title">



<optgroup label="Properties">

<option value="//api/name/currentState">currentState</option>

</optgroup>




Expand Down Expand Up @@ -126,52 +120,6 @@ <h1 class="title">QMediaItemControlHandler Class Reference</h1>

<div class="task-list">
<div class="section-method">
<a name="//api/name/currentState" title="currentState"></a>
<h3 class="method-title"><code><a href="#//api/name/currentState">&nbsp;&nbsp;currentState</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>当前预加载状态</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, assign, readonly) QMediaItemState currentState</code></div>









<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>当前预加载状态</p>
</div>







<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">QMediaItemControlHandler.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/start" title="start"></a>
<h3 class="method-title"><code><a href="#//api/name/start">&ndash;&nbsp;start</a></code>
</h3>
Expand Down Expand Up @@ -744,7 +692,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 七牛云. All rights reserved. Updated: 2023-12-26</p>
<p class="copyright">Copyright &copy; 2024 七牛云. All rights reserved. Updated: 2024-03-07</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
45 changes: 1 addition & 44 deletions document/qplayer2-core/html/Classes/QMediaModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ <h1 id="library-title">

<option value="//api/name/streamElements">streamElements</option>

<option value="//api/name/subtitleElements">subtitleElements</option>

</optgroup>


Expand Down Expand Up @@ -148,47 +146,6 @@ <h3 class="method-title"><code><a href="#//api/name/streamElements">&nbsp;&nbsp;



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">QMediaModel.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/subtitleElements" title="subtitleElements"></a>
<h3 class="method-title"><code><a href="#//api/name/subtitleElements">&nbsp;&nbsp;subtitleElements</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>QSubtitleElements 字幕资源包含的流</p>
</div>



<div class="method-subsection method-declaration"><code>@property (strong, nonatomic, readonly) NSArray&lt;QSubtitleElement*&gt; *subtitleElements</code></div>















<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">QMediaModel.h</code></p>
Expand Down Expand Up @@ -253,7 +210,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2023 七牛云. All rights reserved. Updated: 2023-12-26</p>
<p class="copyright">Copyright &copy; 2024 七牛云. All rights reserved. Updated: 2024-03-07</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
Expand Down
Loading

0 comments on commit 3192759

Please sign in to comment.