HBiSoft / HBRecorder

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

A record without sound fail with error 38 message 100 #130

Closed hocesjc closed 1 year ago

hocesjc commented 2 years ago

Describe the bug A record without sound fail with error 38 message 100 hbRecorder.recordHDVideo(true) hbRecorder.isAudioEnabled(false)

need to add hbRecorder.setAudioBitrate(128000); hbRecorder.setAudioSamplingRate(44100);

but it have sound disabled

thanks

Can it be reproduced in demo app No

HBRecorder version 2.0.5

Device information

hocesjc commented 2 years ago

finally it seems that the problem was a line hbRecorder.setMaxFileSize(Long.MAX_VALUE)

stale[bot] commented 1 year 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.