endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 36 forks source link

Prevent Videos being saved to Photos App #11

Open jaboyc opened 2 years ago

jaboyc commented 2 years ago

Videos are all automatically saved into the Photos app. This is not desired for our project since we will be uploading the video to the cloud. What can we do to prevent the recorded screen-captures from being saved to the user's gallery?

endmr11 commented 2 years ago

image

jaboyc commented 2 years ago

I am using that code and it is saving to Photos. I am testing on an iPad. Any idea what I can do to fix this? I have no other code in my repo that is accessing the gallery.

image
endmr11 commented 2 years ago

The device I tested is the Poco X3 NFC. But I can't see the opposite in the gallery either. The native android library I use may differ in different operating systems. I need to do the necessary research.

jaboyc commented 2 years ago

Hello @endmr11 when will you have the time to look and fix the bugs? Looks like your plugin is being used more and more and people are looking forward to having this polished. 👀