We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
【当前现象】 当 targetSdkVersion 为30时,并且运行在 Android 11 手机上时,只要一开始播放,直接崩溃,已经写了简易demo测试过,确认此问题
targetSdkVersion
30
targetSdkVersion 修改为29后正常
29
【集成包】 基础版Smart implementation 'com.tencent.liteavsdk:LiteAVSDK_Smart:7.9.9568'
implementation 'com.tencent.liteavsdk:LiteAVSDK_Smart:7.9.9568'
【流id或url】 测试视频链接:http://vfx.mtime.cn/Video/2019/03/12/mp4/190312143927981075.mp4
http://vfx.mtime.cn/Video/2019/03/12/mp4/190312143927981075.mp4
【问题时间段】 2020-11-12 10:00~11:30
【机型】oppo ace2 (Android 11)
【之前版本有无此问题】 未知
【复现概率】 必现
【复现途径】
TXLiveBase
setLicence()
TXVodPlayer
startPlay()
【Demo 复现途径】 可复现
【相关附件】 请在附件中添加相关视频、日志,截图、操作视频等
The text was updated successfully, but these errors were encountered:
No branches or pull requests
【当前现象】
当
targetSdkVersion
为30
时,并且运行在 Android 11 手机上时,只要一开始播放,直接崩溃,已经写了简易demo测试过,确认此问题targetSdkVersion
修改为29
后正常【集成包】
基础版Smart
implementation 'com.tencent.liteavsdk:LiteAVSDK_Smart:7.9.9568'
【流id或url】 测试视频链接:
http://vfx.mtime.cn/Video/2019/03/12/mp4/190312143927981075.mp4
【问题时间段】
2020-11-12 10:00~11:30
【机型】oppo ace2 (Android 11)
【之前版本有无此问题】
未知
【复现概率】
必现
【复现途径】
TXLiveBase
,setLicence()
TXVodPlayer
的startPlay()
方法【Demo 复现途径】
可复现
【相关附件】
请在附件中添加相关视频、日志,截图、操作视频等
The text was updated successfully, but these errors were encountered: