yrom / ScreenRecorder

Implement screen capture without root on Android 5.0+ by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs
1.86k stars 528 forks source link

华为部分手机崩溃 #33

Open 55juekun opened 5 years ago

55juekun commented 5 years ago

mate20 p20 在内的大多数手机不能录制,报错主要在 prepareEncoder()方法内的mEncoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); 主要错误为 illegalArgumentException ,不好意思我没有真机调试,因为有人反映华为手机不兼容所以我用的错误日志收集到的错误只有这些。