react-native-screcorder icon indicating copy to clipboard operation
react-native-screcorder copied to clipboard

segments generate playable videos, but save (merged segments) does not

Open mmmurf opened this issue 8 years ago • 2 comments

For some reason, the file URIs generated by onNewSegment work correctly, but the URI generated by save() is not playing successfully (in react-native-video).

Any ideas for solutions would be much appreciated.

mmmurf avatar May 26 '16 17:05 mmmurf

I have same problem. did you fix it ?

videos are 0 byte I think its not save video

alameddinc avatar Mar 26 '17 15:03 alameddinc

Try use camera.pause() before camera.save()

maint14 avatar Mar 05 '18 12:03 maint14