Skip to content
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

资源播放一直闪 #2108

Open
peter100u opened this issue Jan 23, 2024 · 0 comments
Open

资源播放一直闪 #2108

peter100u opened this issue Jan 23, 2024 · 0 comments
Assignees

Comments

@peter100u
Copy link

【版本信息】

4.3.47

【平台信息】

Android 原生

【预期的表现】

手机正常播放即可

【实际的情况】

OPPO A5s设备 os系统: 8.1.0 播放这个资源 https://test-static.ohlatech.com//test/xx.pag,一直闪退, 其他手机没有问题, 其他资源没问题,除了这资源

【Demo及附件】

dBinding.pvCurrentBigStar.apply {
setPathAsync("https://test-static.ohlatech.com//test/xx.pag") { file ->
file?.let {
composition = file
setRepeatCount(0)
if (!isPlaying) {
play()
}
}
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants