bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
741 stars 176 forks source link

File Not Found IOException #19

Closed pedromalta closed 6 years ago

pedromalta commented 6 years ago

For some reason the FFMPEG binary is not located on the /data/data/my.app.package/files So whenever I try to use th FFMPEG I get java.io.IOException: Error running exec(). Command: [/data/data/my.app.package/files/ffmpeg (...) ] Working Directory: null Environment: null

It used to work ok, but I had some major changes on other parts of the apps combined with a new SSD and now it's broken. Any idea?

pedromalta commented 6 years ago

Ok, nice, you have to execute the "isSupported". I changed from other forks and didn't include that part on the code. Working now, thanks for you work!