-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v10.0.0版本解析字幕报错 Legacy decoding is disabled #4045
Comments
老哥,你用哪个仓库的包?我现在下载包都下不了,用了梯子也是失败的 |
[指定了MimeTypes.APPLICATION_MEDIA3_CUES,还是不行] 我尝试把srt文件转换为vtt文件,依旧报错 下面是srt和vtt文件 |
media3的1.3.0版本的TextRenderer类中legacyDecodingEnabled默认值是 true; |
现在我的解决办法是继承DefaultRenderersFactory重写buildTextRenderers方法
|
问题描述:
v10.0.0版本解析字幕报错:
问题机型/系统:
真机 红米k70E Android 14
GSY依赖版本
implementation "com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-java:v10.0.0"
implementation "com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-exo2:v10.0.0"
implementation "com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-arm64:v10.0.0"
implementation "com.github.CarGuo.GSYVideoPlayer:gsyvideoplayer-armv7a:v10.0.0"
Demo中的复现步骤
问题代码:
这里setSampleMimeType换成
后报错:
版本回退到v8.6.0-release-jitpack可以正常播放
The text was updated successfully, but these errors were encountered: