I am trying to install mobile-ffmpeg-full-gpl
(4.4.LTS) in my iOS project using CocoaPods
, but I am encountering a 404 error when CocoaPods
attempts to download the framework.
Here is the error message:
\[!\] Error installing mobile-ffmpeg-full-gpl
\[!\] /usr/bin/curl -f -L -o /var/folders/78/lk7swzb97ml4dt3zd9grny0c0000gn/T/d20250201-6580-dtli8h/file.zip .4.LTS/mobile-ffmpeg-full-gpl-4.4.LTS-ios-framework.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.15.2 cocoapods-downloader/2.1'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (56) The requested URL returned error: 404
It seems like the requested file is no longer available at the specified URL.
Checked the official GitHub releases page for mobile-ffmpeg-full-gpl
(4.4.LTS), but I couldn't find the exact file.
I am trying to install mobile-ffmpeg-full-gpl
(4.4.LTS) in my iOS project using CocoaPods
, but I am encountering a 404 error when CocoaPods
attempts to download the framework.
Here is the error message:
\[!\] Error installing mobile-ffmpeg-full-gpl
\[!\] /usr/bin/curl -f -L -o /var/folders/78/lk7swzb97ml4dt3zd9grny0c0000gn/T/d20250201-6580-dtli8h/file.zip https://github.com/tanersener/mobile-ffmpeg/releases/download/v4.4.LTS/mobile-ffmpeg-full-gpl-4.4.LTS-ios-framework.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.15.2 cocoapods-downloader/2.1'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (56) The requested URL returned error: 404
It seems like the requested file is no longer available at the specified URL.
Checked the official GitHub releases page for mobile-ffmpeg-full-gpl
(4.4.LTS), but I couldn't find the exact file.
For android you can apply following workaround since its support is finished
download aar (Android) from here https://artifactory.cronapp.io/libs-snapshot/com/arthenica/mobile-ffmpeg-full-gpl/4.4.LTS/
2. manually install the file and add to your cache
3. modify your build.gradle apply version 4.4.lts
4. app/build.gradle apply your version 4.4.lts
gradlew clean cache
gradlew build --info
The FFMpegKit and mobile-ffmpeg stopped their support, read here for more.
https://tanersener.medium.com/whats-next-for-mobileffmpeg-44d2fac6f09b