cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 831 forks source link

Loading binaries from server #349

Open AppWerft opened 4 years ago

AppWerft commented 4 years ago

Great work!! The apk will grow ... To avoid this I have modified the FileUtil.java and have added a new method copyBinaryFromUrlToData. If the filename beginns with http then an okhttp will started. Works very fine. https://github.com/AppWerft/Ti.FFmpeg/blob/master/android/src/com/github/hiteshsondhi88/libffmpeg/FileUtils.java#L28-L47