xucz

Results 5 comments of xucz

Maybe, you can try the code below to take screen shot of group video. ``` Bitmap bitmap = Bitmap.createBitmap(mGridVideoViewContainer.getWidth(), mGridVideoViewContainer.getHeight(), Bitmap.Config.ARGB_8888); Canvas canvas = new Canvas(bitmap); Paint paint = new...

用main分支最新的代码,进入 视频互动直播 模块测试,并没有发现这个问题。 可以下最新代码看看,这个问题应该是修复了。

是哪个分支的问题呢?

这个bug是因为复用了被销毁的surface,将在下一个版本更新。可以这么处理: 在BindingAdapter.java里,修改方法bindVideo为如下: ``` public static void bindVideo(View view, boolean enable, int uid, boolean overlay, @RenderMode int renderMode) { if (view instanceof ViewGroup) { if (enable) { SurfaceView surfaceView; // get...

8:ERR_INVALID_STATE,加入频道时状态错误,可以检查下是否重复加频道,或者rtcEngine是否初始化错误