EnzoXing
EnzoXing
我也遇到了同样的问题,三星s8部分视频加载失败 /************LOG***************/ JZVD: onStateNormal [257073521] JZVD: onStatePreparing [257073521] JZResizeTextureView: onMeasure [100347022] JZVD: onSurfaceTextureAvailable [257073521] MediaPlayer: Need to enable context aware info MediaPlayer: Use of stream types is deprecated for operations...
解决了吗,我也遇到了
> 可以用原来的silicompressor,高分辨率上传下载的视频基本都会失败,中分辨率的压缩有时候比原来还打 你说的这些问题是silicompressor也存在的吗,还是本demo存在的问题
silicompressor貌似获取不到压缩进度吧
是的,最新版3.10.6,华为mate30pro,鸿蒙系统,选择1张图片就开始转圈了,转了大概2分钟多才返回,运气不好还会当前页面崩溃
``` public static void updateUserInfo(UserInfoDB userInfoBean) { UserInfoDB first = LitePal.findFirst(UserInfoDB.class); if (first != null) { first.delete(); } boolean save = userInfoBean.save(); LogUtils.i("litepal",save+"---"); } ```
有人解决了吗?或是换库了?