shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.25k stars 326 forks source link

Can't upload to server #288

Closed akug17 closed 4 years ago

akug17 commented 4 years ago

ProcessingManager giving me this = file:///data/user/0/com.cirkle/cache/471afa27-2f4d-42a3-bb44-01856e938930-screenshot7605220013603038720.mp4 as a temp video, but when i am trying to upload this to the server it throws error

shahen94 commented 4 years ago

HI @akug17 File exists in your filesystem, probably your uploaded can't reach to it. Check the docs of your uploader.

Thanks

akug17 commented 4 years ago

it works now idk what i was doing wrong but after re writing the complete code it works now. This library is a life saver man !