@@ -88,30 +88,30 @@ allprojects {
8888``` groovy
8989 //完整版引入
9090
91- implementation 'io.github.carguo:gsyvideoplayer:11.1 .0'
91+ implementation 'io.github.carguo:gsyvideoplayer:11.2 .0'
9292
9393
9494//是否需要AliPlayer模式
95- implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1 .0'
95+ implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2 .0'
9696```
9797
9898#### B、添加java和你想要的so支持:
9999
100100``` groovy
101- implementation 'io.github.carguo:gsyvideoplayer-java:11.1 .0'
101+ implementation 'io.github.carguo:gsyvideoplayer-java:11.2 .0'
102102
103103 //是否需要ExoPlayer模式
104- implementation 'io.github.carguo:gsyvideoplayer-exo2:11.1 .0'
104+ implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2 .0'
105105
106106 //是否需要AliPlayer模式
107- implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1 .0'
107+ implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2 .0'
108108
109109 //根据你的需求ijk模式的so
110- implementation 'io.github.carguo:gsyvideoplayer-arm64:11.1 .0'
111- implementation 'io.github.carguo:gsyvideoplayer-armv7a:11.1 .0'
112- implementation 'io.github.carguo:gsyvideoplayer-armv5:11.1 .0'
113- implementation 'io.github.carguo:gsyvideoplayer-x86:11.1 .0'
114- implementation 'io.github.carguo:gsyvideoplayer-x64:11.1 .0'
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'
115115```
116116
117117#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -120,16 +120,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
120120C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
121121
122122``` groovy
123- implementation 'io.github.carguo:gsyvideoplayer-java:11.1 .0'
123+ implementation 'io.github.carguo:gsyvideoplayer-java:11.2 .0'
124124
125125 //是否需要ExoPlayer模式
126- implementation 'io.github.carguo:gsyvideoplayer-exo2:11.1 .0'
126+ implementation 'io.github.carguo:gsyvideoplayer-exo2:11.2 .0'
127127
128128 //是否需要AliPlayer模式
129- implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.1 .0'
129+ implementation 'io.github.carguo:gsyvideoplayer-aliplay:11.2 .0'
130130
131131 //更多ijk的编码支持
132- implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.1 .0'
132+ implementation 'io.github.carguo:gsyvideoplayer-ex_so:11.2 .0'
133133
134134```
135135
@@ -177,30 +177,30 @@ allprojects {
177177
178178``` groovy
179179 //完整版引入
180- implementation 'com.shuyu:gsyvideoplayer:11.1 .0'
180+ implementation 'com.shuyu:gsyvideoplayer:11.2 .0'
181181
182182
183183 //是否需要AliPlayer模式
184- implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1 .0'
184+ implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2 .0'
185185```
186186
187187#### B、添加java和你想要的so支持:
188188
189189``` groovy
190- implementation 'com.shuyu:gsyvideoplayer-java:11.1 .0'
190+ implementation 'com.shuyu:gsyvideoplayer-java:11.2 .0'
191191
192192 //是否需要ExoPlayer模式
193- implementation 'com.shuyu:gsyvideoplayer-exo2:11.1 .0'
193+ implementation 'com.shuyu:gsyvideoplayer-exo2:11.2 .0'
194194
195195 //是否需要AliPlayer模式
196- implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1 .0'
196+ implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2 .0'
197197
198198 //根据你的需求ijk模式的so
199- implementation 'com.shuyu:gsyvideoplayer-armv5:11.1 .0'
200- implementation 'com.shuyu:gsyvideoplayer-armv7a:11.1 .0'
201- implementation 'com.shuyu:gsyvideoplayer-arm64:11.1 .0'
202- implementation 'com.shuyu:gsyvideoplayer-x86:11.1 .0'
203- implementation 'com.shuyu:gsyvideoplayer-x64:11.1 .0'
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'
204204```
205205
206206#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -209,17 +209,17 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
209209C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
210210
211211``` groovy
212- implementation 'com.shuyu:gsyvideoplayer-java:11.1 .0'
212+ implementation 'com.shuyu:gsyvideoplayer-java:11.2 .0'
213213
214214 //是否需要ExoPlayer模式
215- implementation 'com.shuyu:gsyvideoplayer-exo2:11.1 .0'
215+ implementation 'com.shuyu:gsyvideoplayer-exo2:11.2 .0'
216216
217217
218218 //是否需要AliPlayer模式
219- implementation 'com.shuyu:gsyvideoplayer-aliplay:11.1 .0'
219+ implementation 'com.shuyu:gsyvideoplayer-aliplay:11.2 .0'
220220
221221 //更多ijk的编码支持
222- implementation 'com.shuyu:gsyvideoplayer-ex_so:11.1 .0'
222+ implementation 'com.shuyu:gsyvideoplayer-ex_so:11.2 .0'
223223
224224```
225225
@@ -247,30 +247,30 @@ allprojects {
247247``` groovy
248248 //完整版引入
249249
250- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.1 .0'
250+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer:v11.2 .0'
251251
252252
253253 //是否需要AliPlayer模式
254- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1 .0'
254+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2 .0'
255255```
256256
257257#### B、添加java和你想要的so支持:
258258
259259``` groovy
260- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.1 .0'
260+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2 .0'
261261
262262 //是否需要ExoPlayer模式
263- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.1 .0'
263+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2 .0'
264264
265265 //是否需要AliPlayer模式
266- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1 .0'
266+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2 .0'
267267
268268 //根据你的需求ijk模式的so
269- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v11.1 .0'
270- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v11.1 .0'
271- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv5:v11.1 .0'
272- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x86:v11.1 .0'
273- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-x64:v11.1 .0'
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'
274274```
275275
276276#### C、支持其他格式协议的(mpeg,rtsp, concat、crypto协议,支持 16k Page Size)
@@ -279,16 +279,16 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
279279C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
280280
281281``` groovy
282- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.1 .0'
282+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v11.2 .0'
283283
284284 //是否需要ExoPlayer模式
285- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.1 .0'
285+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v11.2 .0'
286286
287287 //是否需要AliPlayer模式
288- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.1 .0'
288+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-aliplay:v11.2 .0'
289289
290290 //更多ijk的编码支持
291- implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.1 .0'
291+ implementation 'com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-ex_so:v11.2 .0'
292292
293293```
294294
@@ -427,6 +427,15 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL
427427
428428## 五、近期版本
429429
430+
431+ ### v11.2.0 (2025-11-25)
432+ - fix #4169
433+ - fix #4174
434+ - fix #4171
435+ - add new function with clearVideoSurface [ IjkExo2MediaPlayer]
436+ - fix #4199
437+ - fix #4204
438+
430439### v11.1.0 (2025-08-04)
431440
432441- update media3 1.8.0
0 commit comments