HBiSoft / HBRecorder

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

Video save in encrypted format even save recording #162

Closed furqanzaidi closed 3 weeks ago

furqanzaidi commented 5 months ago

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 or saving the recording, the application continues to display the initially created file. Interestingly, clearing the app data resolves this issue, making the recording viewable. This suggests that the problem lies within the recording service rather than the encoder, as previously suggested. Manually stopping the service by clearing the app data enables the recording to be saved correctly. Please refer to the provided video link for further clarification. Thank you for your attention to this matter.

furqanzaidi commented 5 months ago

@HBiSoft I think you have to stop mediaRecorder when complete recording

stale[bot] commented 4 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 3 weeks ago

My apologies for the delayed response. You have probably moved on from this already. If not, can you please try the latest version 3.0.5, and get back to me?

Closing for now.