Skip to content

Commit 0e699b4

Browse files
committed
update doc & prerelease 11.3.0
1 parent 0fe1d3c commit 0e699b4

20 files changed

+3962
-311
lines changed

README.md

Lines changed: 49 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
**[Click to see the English version](README_EN.md)**
3+
14
![](./img/home_logo.png)
25

36
## 支持 [IJKPlayer](https://github.com/Bilibili/ijkplayer)[Media3(EXOPlayer2)](https://github.com/androidx/media)、MediaPlayer、AliPlayer,实现了多功能的视频播放器。 (请仔细阅读下方各项说明,大多数问题可在下方找到解答)。
@@ -88,30 +91,30 @@ allprojects {
8891
```groovy
8992
//完整版引入
9093
91-
implementation 'io.github.carguo:gsyvideoplayer:11.2.0'
94+
implementation 'io.github.carguo:gsyvideoplayer:11.3.0'
9295
9396
9497
//是否需要AliPlayer模式
95-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
98+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.3.0'
9699
```
97100

98101
#### B、添加java和你想要的so支持:
99102

100103
```groovy
101-
implementation 'io.github.carguo:gsyvideoplayer-java:11.2.0'
104+
implementation 'io.github.carguo:gsyvideoplayer-java:11.3.0'
102105
103106
//是否需要ExoPlayer模式
104-
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2.0'
107+
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.3.0'
105108
106109
//是否需要AliPlayer模式
107-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
110+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.3.0'
108111
109112
//根据你的需求ijk模式的so
110-
implementation 'io.github.carguo:gsyvideoplayer-arm64:11.2.0'
111-
implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.2.0'
112-
implementation 'io.github.carguo:gsyvideoplayer-armv5:11.2.0'
113-
implementation 'io.github.carguo:gsyvideoplayer-x86:11.2.0'
114-
implementation 'io.github.carguo:gsyvideoplayer-x64:11.2.0'
113+
implementation 'io.github.carguo:gsyvideoplayer-arm64:11.3.0'
114+
implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.3.0'
115+
implementation 'io.github.carguo:gsyvideoplayer-armv5:11.3.0'
116+
implementation 'io.github.carguo:gsyvideoplayer-x86:11.3.0'
117+
implementation 'io.github.carguo:gsyvideoplayer-x64:11.3.0'
115118
```
116119

117120
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -120,16 +123,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
120123
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
121124

122125
```groovy
123-
implementation 'io.github.carguo:gsyvideoplayer-java:11.2.0'
126+
implementation 'io.github.carguo:gsyvideoplayer-java:11.3.0'
124127
125128
//是否需要ExoPlayer模式
126-
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2.0'
129+
implementation 'io.github.carguo:gsyvideoplayer-exo2:11.3.0'
127130
128131
//是否需要AliPlayer模式
129-
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2.0'
132+
implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.3.0'
130133
131134
//更多ijk的编码支持
132-
implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.2.0'
135+
implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.3.0'
133136
134137
```
135138

@@ -177,30 +180,30 @@ allprojects {
177180

178181
```groovy
179182
//完整版引入
180-
implementation 'com.shuyu:gsyvideoplayer:11.2.0'
183+
implementation 'com.shuyu:gsyvideoplayer:11.3.0'
181184
182185
183186
//是否需要AliPlayer模式
184-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
187+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.3.0'
185188
```
186189

187190
#### B、添加java和你想要的so支持:
188191

189192
```groovy
190-
implementation 'com.shuyu:gsyvideoplayer-java:11.2.0'
193+
implementation 'com.shuyu:gsyvideoplayer-java:11.3.0'
191194
192195
//是否需要ExoPlayer模式
193-
implementation 'com.shuyu:gsyvideoplayer-exo2:11.2.0'
196+
implementation 'com.shuyu:gsyvideoplayer-exo2:11.3.0'
194197
195198
//是否需要AliPlayer模式
196-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
199+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.3.0'
197200
198201
//根据你的需求ijk模式的so
199-
implementation 'com.shuyu:gsyvideoplayer-armv5:11.2.0'
200-
implementation 'com.shuyu:gsyvideoplayer-armv7a:11.2.0'
201-
implementation 'com.shuyu:gsyvideoplayer-arm64:11.2.0'
202-
implementation 'com.shuyu:gsyvideoplayer-x86:11.2.0'
203-
implementation 'com.shuyu:gsyvideoplayer-x64:11.2.0'
202+
implementation 'com.shuyu:gsyvideoplayer-armv5:11.3.0'
203+
implementation 'com.shuyu:gsyvideoplayer-armv7a:11.3.0'
204+
implementation 'com.shuyu:gsyvideoplayer-arm64:11.3.0'
205+
implementation 'com.shuyu:gsyvideoplayer-x86:11.3.0'
206+
implementation 'com.shuyu:gsyvideoplayer-x64:11.3.0'
204207
```
205208

206209
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -209,17 +212,17 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
209212
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
210213

211214
```groovy
212-
implementation 'com.shuyu:gsyvideoplayer-java:11.2.0'
215+
implementation 'com.shuyu:gsyvideoplayer-java:11.3.0'
213216
214217
//是否需要ExoPlayer模式
215-
implementation 'com.shuyu:gsyvideoplayer-exo2:11.2.0'
218+
implementation 'com.shuyu:gsyvideoplayer-exo2:11.3.0'
216219
217220
218221
//是否需要AliPlayer模式
219-
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2.0'
222+
implementation 'com.shuyu:gsyvideoplayer-aliplay:11.3.0'
220223
221224
//更多ijk的编码支持
222-
implementation 'com.shuyu:gsyvideoplayer-ex_so:11.2.0'
225+
implementation 'com.shuyu:gsyvideoplayer-ex_so:11.3.0'
223226
224227
```
225228

@@ -247,30 +250,30 @@ allprojects {
247250
```groovy
248251
//完整版引入
249252
250-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.2.0'
253+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.3.0'
251254
252255
253256
//是否需要AliPlayer模式
254-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
257+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.3.0'
255258
```
256259

257260
#### B、添加java和你想要的so支持:
258261

259262
```groovy
260-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2.0'
263+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.3.0'
261264
262265
//是否需要ExoPlayer模式
263-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2.0'
266+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.3.0'
264267
265268
//是否需要AliPlayer模式
266-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
269+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.3.0'
267270
268271
//根据你的需求ijk模式的so
269-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.2.0'
270-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.2.0'
271-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.2.0'
272-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.2.0'
273-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.2.0'
272+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.3.0'
273+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.3.0'
274+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.3.0'
275+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.3.0'
276+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.3.0'
274277
```
275278

276279
#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -279,16 +282,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
279282
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
280283

281284
```groovy
282-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2.0'
285+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.3.0'
283286
284287
//是否需要ExoPlayer模式
285-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2.0'
288+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.3.0'
286289
287290
//是否需要AliPlayer模式
288-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2.0'
291+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.3.0'
289292
290293
//更多ijk的编码支持
291-
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.2.0'
294+
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.3.0'
292295
293296
```
294297

@@ -427,6 +430,10 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL
427430

428431
## 五、近期版本
429432

433+
### v11.3.0 (2025-12-05)
434+
- link #3019
435+
- fix #4211
436+
430437

431438
### v11.2.0 (2025-11-25)
432439
- fix #4169

0 commit comments

Comments
 (0)