triniwiz / nativescript-videorecorder

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

Fixes #32 #37

Closed MichaelSolati closed 6 years ago

MichaelSolati commented 6 years ago

On Android the EXTRA_OUTPUT seems to be ignored (at least when using it for saving to gallery), so the filename/path being returned is incorrect. Rather than going through the process of assigning a filename to videos recorded and saved, it would be easier to just grab the path from the URI returned by the completion of the video recording intent.

Could probably also be considered and used for temp files, but I figured that would be your decision.

triniwiz commented 6 years ago

Nice work