triniwiz / nativescript-videorecorder

:video_camera: NativeScript plugin for Video Recording . :video_camera:
Apache License 2.0
43 stars 29 forks source link

Android : Recording fail after 4s when READ_EXTERNAL_STORAGE #23

Closed GrEg00z closed 4 years ago

GrEg00z commented 7 years ago

Version :

After adding READ_EXTERNAL_STORAGE permission to my nativecript app and request it via nativescript-permission plugin, then when I start a video recording, it records 4 seconds and stops by itself The video are not saved in gallery !

But If my app don't use READ_EXTERNAL_STORAGE, the recording works great and it well saved in my gallery

It's very problematic because I try to extract videos from gallery and to send it to my api server, so I need to have READ_EXTERNAL_STORAGE permission in my app

Ghits-nl commented 4 years ago

I have the same issue in some Android devices