solid-software/flutter_vlc_player

startRecording(saveDirectory) is not working as expected

carlomigueldy opened this issue · 1 comments

It returns true that it is starting the recording, but when ending the recording it does not save the file in specified saveDirectory

Also checked with File(recordPath).exists() it returns false, no file is saved after ending the recording