ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Loading binaries from server

Open AppWerft opened this issue 5 years ago • 0 comments

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

AppWerft avatar Jan 11 '20 18:01 AppWerft