CastleLiu
CastleLiu
Try this, I also face this problem: ``` if (path.startsWith("http")) { try { int index = path.lastIndexOf("/"); if (index > 0) { String sub = path.substring(index + 1); path =...
How about you first get images per frame with help from ffmpeg, then use image switcher and transition?
https://www.android-examples.com/android-imageswitcher-animation-slideshow-widget/
看看是卡在java层还是native层了?