HBRecorder icon indicating copy to clipboard operation
HBRecorder copied to clipboard

Lightweight screen recording Android library

Results 14 HBRecorder issues
Sort by recently updated
recently updated
newest added

READ THIS BEFORE OPENING AN ISSUE: ----------------------- **Describe the bug** Attempt to invoke virtual method 'long android.content.Intent.getLongExtra(java.lang.String, long)' on a null object reference **Log** com.hbisoft.hbrecorder.ScreenRecordService.onStartCommand (ScreenRecordService.java:119) android.app.ActivityThread.handleServiceArgs (ActivityThread.java:4415) android.app.ActivityThread.access$1800 (ActivityThread.java:270)...

Need more info

Hello, I faced an issue with the phones which I wrote on Title. (Xiaomi Redmi Note 8 Pro and Redmi Note 9) Default Video Encoder selection is not working on...

Fixes #127 Issue is reproducible when service/process is potentially killed by the system and since `ScreenRecordingService.onStartCommand()` is returning `START_STICKY`, and if the service is in the started state, system will...

READ THIS BEFORE OPENING AN ISSUE: ----------------------- - Fill in all the information below. - Have a look at previously asked questions to see if your issue has been resolved....

I`ve updated to new version(3.0.2) of library, but in project not visible imports. What am I doing wrong? I only have updated number of version in my build.graddle

After upgrading to version 3.0.2 the project does not see the library

D/MediaRecorder(17481): constructor E 0xb0ffc4c0 D/MediaRecorder(17481): constructor X 0xb0ffc4c0 D/MediaRecorder(17481): init E 0xb0ffc4c0 D/MediaRecorder(17481): init X 0xb0ffc4c0 D/MediaRecorder(17481): prepare E 0xb0ffc4c0 D/MediaRecorder(17481): prepare X 0xb0ffc4c0 W/H2BGraphicBufferProducer(17481): getConsumerUsage is not fully supported...

status:stale

Video save in encrypted form even i use all encoders like default and H264 When initiating a recording, a file is successfully created in the designated folder. However, upon stopping...

feat: added elapsed time variable and its handling for recording actions like pause, resume and stop