react-native-video-processing icon indicating copy to clipboard operation
react-native-video-processing copied to clipboard

Not compatible with android !! Only errors !

Open joy-mollick opened this issue 4 years ago • 1 comments

I just wanted to us this package . But I failed to use this , using local file from phone's storage like file://..... .mp4 got error ! I already use android:requestLegacyExternalStorage="true" , I knew about this . But Nothing works . So I used for remote file ,that is not also working !

Errors : Exception in native call from JS setDataSource failed : status = ................................

So , I want to know just how should the video source url be ????? How can I use this package ? Let me know please

joy-mollick avatar Nov 07 '21 02:11 joy-mollick

Make sure your application have files and media permission (check permission inside app info also)

ravidubeygit avatar Dec 05 '22 20:12 ravidubeygit