You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you @tanersener for this amazing library. I personally used it first as a way to run r128gain filter, then later expanded to resolve iOS AVPlayer playback issues, mp3 transcoding and tag editing. I can't imagine the hardship compiling ffmpeg against multiple mobile platforms and software stacks. It is sad to see it go, but I understand the legal challenges and ultimately the decision.
I'm surprised to see yet nobody posted a migration guide for ANY platforms, despite their CICD will FAIL now/in 2 months, and I'll suck it up to share mine. I work with React Native, and the maven artifacts and cocoapods build artifacts are already deleted for 4.x and 5.x. If you are not confident in building these artifacts urself, you can still download the 6.x ones and call it a day. Do note all the legal complications in the farewell post all stands and you are very much advised to use on your own risk.
You should first fork the repo.
for android:
ffmpegkit relies on com.arthenica:ffmpeg-kit which relies on com.arthenica/smart-exception-java. First you'd want to remove com.arthenica:ffmpeg-kit bc it will no longer be on maven. Then you'd want to declare dependency to smart-exception-java like this.
First of all, thank you @tanersener for this amazing library. I personally used it first as a way to run r128gain filter, then later expanded to resolve iOS AVPlayer playback issues, mp3 transcoding and tag editing. I can't imagine the hardship compiling ffmpeg against multiple mobile platforms and software stacks. It is sad to see it go, but I understand the legal challenges and ultimately the decision.
I'm surprised to see yet nobody posted a migration guide for ANY platforms, despite their CICD will FAIL now/in 2 months, and I'll suck it up to share mine. I work with React Native, and the maven artifacts and cocoapods build artifacts are already deleted for 4.x and 5.x. If you are not confident in building these artifacts urself, you can still download the 6.x ones and call it a day. Do note all the legal complications in the farewell post all stands and you are very much advised to use on your own risk.
You should first fork the repo.
for android:
for iOS:
see lovegaoshi/azusa-player-mobile@bb76fd8
The text was updated successfully, but these errors were encountered: