We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64021be commit c9c4208Copy full SHA for c9c4208
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 1.0.3 - 2026-05-12
4
+
5
+### 修复
6
7
+- 修复 HLS 代理播放在 master playlist 包含 `EXT-X-MEDIA` 音轨或字幕 rendition 时,默认改写结果可能只保留单个 variant,导致 AVPlayer 失去 ABR 自适应码率空间的问题。
8
9
+### 改进
10
11
+- HLS 播放侧默认保留 video variants 并继续过滤 audio-only variant;只有业务显式配置 HLS variant/rendition selection handler 时,才按选择结果锁定播放侧 variant 与 rendition。
12
13
## 1.0.2 - 2026-05-12
14
15
### 改进
README.md
@@ -32,7 +32,7 @@ HTTPMediaCache 是一个 Swift-only 的本地 HTTP 多媒体缓存库。它通
32
在 `Package.swift` 中添加依赖:
33
34
```swift
35
-.package(url: "https://github.com/sunimp/HTTPMediaCache.git", from: "1.0.2")
+.package(url: "https://github.com/sunimp/HTTPMediaCache.git", from: "1.0.3")
36
```
37
38
然后将 `HTTPMediaCache` 添加到 target dependencies:
0 commit comments