ScreenRecordHelper icon indicating copy to clipboard operation
ScreenRecordHelper copied to clipboard

🔥Android screen record helper, Android 屏幕录制 https://github.com/nanchen2251/ScreenRecordHelper

Results 13 ScreenRecordHelper issues
Sort by recently updated
recently updated
newest added

java.lang.SecurityException: Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION targetSdkVersion>28 不要使用,录屏需要有前台服务 否则直接崩溃,作者已经不更新了,不支持,慎用!!

感谢楼主分享。 在Redmi k30 pro测试录屏发现视频左右有黑边,最后定位找到`getDisplayMetrics().heightPixel`获取到的屏幕高度不对,缺失了几十像素,改成了下面的方法获取屏幕高度: ``` public static int getScreenHeight() { WindowManager wm = (WindowManager) Utils.getApp().getSystemService(Context.WINDOW_SERVICE); if (wm == null) return -1; Point point = new Point(); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1)...

录屏的时候用内存泄露工具检测的时候会出现内存泄露,希望处理下

手机插上耳机,请问还可以录制声音吗

为什么部分手机不支持,提示:抱歉,你的手机暂不支持录屏

华为MHA AL00报MediaRecorder: start failed: -38这个错请问是什么原因

没有root情况下实时传输到服务器怎么写呢

录屏代码太复杂了 录屏结果 可以变成流媒体实时传给服务器 这个怎么写呢 求大佬看看 谢谢谢谢🙏🙏🙏🙏🙏