mybigday / react-native-media-meta

Get media file metadata in your React Native app
MIT License
83 stars 46 forks source link

React Native Error: The operation couldn’t be completed. (file not found error -15) #43

Open violinapopova opened 3 years ago

violinapopova commented 3 years ago

Hello, I am trying to retrieve metadata from video file in react-native app, but I always get this error: Error: The operation couldn’t be completed. (file not found error -15). Could you please advise how I can fix it?

superandrew213 commented 3 years ago

You have to download the video file first. Can only use local files.