bilibili/ijkplayer Installation Guide
How to install bilibili/ijkplayer. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for bilibili/ijkplayer. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i bilibili/ijkplayerInstall via npx
npx @hexmos/ipm i bilibili/ijkplayerPrerequisites
Android SDK
system_packageVersion: 23.0.0-dev10a (or later, for Android Studio 2.2+) or 23.0.0 (for older versions of Android Studio) - check your Android Studio version to see which SDK is recommended for your project.
Android NDK
system_packageVersion: r10e
Android Studio
build_toolVersion: 2.1.3
Gradle
package_managerVersion: 2.14.1
Git
system_toolVersion: 2.35.0
Yasm
system_toolVersion: 1.4.0
Homebrew
package_managerVersion: 2.7.1
Xcode
system_toolVersion: Xcode 7.3 (7D175)
NDK
build_toolVersion: r10e
Yasm
system_toolVersion: 1.4.0
Bash
knowledgeCMake
build_toolVersion: 3.24.1
Python
languageVersion: 3.8.10
Java Development Kit (JDK)
system_packageVersion: 1.8.0_251
Android NDK
system_packageVersion: r10e
Android Studio
build_toolVersion: 2.1.3
Gradle
package_managerVersion: 2.14.1
Git
system_toolVersion: 2.35.0
Yasm
system_toolVersion: 1.4.0
Homebrew
package_managerVersion: 2.7.1
Xcode
system_toolVersion: Xcode 7.3 (7D175)
NDK
build_toolVersion: r10e
Yasm
system_toolVersion: 1.4.0
Bash
knowledgeCMake
build_toolVersion: 3.24.1
Python
languageVersion: 3.8.10
Java Development Kit (JDK)
system_packageVersion: 1.8.0_251
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Git Clone and Build (Android)
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout -B latest k0.8.8
./init-android.sh
cd android/contrib
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh allGit Clone and Build (iOS)
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
cd ijkplayer-ios
git checkout -B latest k0.8.8
./init-ios.sh
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh allPost Installation Steps
- Open the app and start using it!
- You can find more information in the documentation: https://github.com/bilibili/ijkplayer
