HBiSoft / HBRecorder

Lightweight screen recording Android library
MIT License
402 stars 137 forks source link

I am getting issue E Error during recording: 268435556 please help #149

Closed deepakstark01 closed 8 months ago

deepakstark01 commented 10 months ago

2023-11-05 22:20:56.308 7172-7172 EXAMPLE com.ensicaen.facialdetectionapp E THIS IS AN EXAMPLE OF HOW TO USE THE (HBRecorderCodecInfo) TO GET CODEC INFO: 2023-11-05 22:20:56.308 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E defaultVideoEncoder for (video/avc) -> OMX.MTK.VIDEO.ENCODER.AVC 2023-11-05 22:20:56.309 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E MaxSupportedFrameRate -> 54.61333333333334 2023-11-05 22:20:56.309 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E MaxSupportedBitrate -> 62500000 2023-11-05 22:20:56.310 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E isSizeAndFramerateSupported @ Width = 720 Height = 1600 FPS = 30 -> true 2023-11-05 22:20:56.310 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E isSizeSupported @ Width = 720 Height = 1600 -> true 2023-11-05 22:20:56.311 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Default Video Format = 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : c2.android.avc.encoder -> video/avc 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.google.mpeg4.encoder -> video/mp4v-es 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.MTK.VIDEO.ENCODER.H263 -> video/3gpp 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.MTK.VIDEO.ENCODER.MPEG4 -> video/mp4v-es 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.google.h264.encoder -> video/avc 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : c2.android.vp8.encoder -> video/x-vnd.on2.vp8 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.google.vp8.encoder -> video/x-vnd.on2.vp8 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.MTK.VIDEO.ENCODER.AVC -> video/avc 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : OMX.google.h263.encoder -> video/3gpp 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : c2.android.mpeg4.encoder -> video/mp4v-es 2023-11-05 22:20:56.312 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported VIDEO encoders and mime types : c2.android.h263.encoder -> video/3gpp 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : c2.android.opus.encoder -> audio/opus 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : c2.android.amrnb.encoder -> audio/3gpp 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : c2.android.flac.encoder -> audio/flac 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : OMX.google.amrnb.encoder -> audio/3gpp 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : OMX.google.amrwb.encoder -> audio/amr-wb 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : c2.android.aac.encoder -> audio/mp4a-latm 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : OMX.google.aac.encoder -> audio/mp4a-latm 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : c2.android.amrwb.encoder -> audio/amr-wb 2023-11-05 22:20:56.313 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Supported AUDIO encoders and mime types : OMX.google.flac.encoder -> audio/flac 2023-11-05 22:20:56.316 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Available Video Formats : MPEG_2_TS 2023-11-05 22:20:56.316 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Available Video Formats : MPEG_4 2023-11-05 22:20:56.316 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Available Video Formats : THREE_GPP 2023-11-05 22:20:56.316 7172-7172 HBRecorderCodecInfo com.ensicaen.facialdetectionapp E Available Video Formats : WEBM 2023-11-05 22:21:04.946 7172-7172 HBRecorder com.ensicaen.facialdetectionapp E Error during recording: 268435556

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed if no further activity occurs within the next 3 days. Thank you for your contributions.

HBiSoft commented 8 months ago

Without knowing how you have implemented HBRecorder it is impossible for me to know why you are getting the error.