- Video player based on ffplay
- Android: MediaPlayer-like
- iOS: MediaPlayer.framework-like
- Common
- Mac OS X 10.10.3
- Android
- ADT v23.0.6-1720515
- NDK r10d
- iOS
- Xcode 6.3.0
- HomeBrew
- ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
- brew install git
- Common
- remove rarely used ffmpeg components to reduce binary size config/module-lite.sh
- workaround for some buggy online video.
- Android
- platform: API 9~22
- cpu: ARMv7a, x86, ARMv5 (not tested on real devices)
- api: MediaPlayer-like
- video output: NativeWindow
- audio output: OpenSL ES, AudioTrack
- hw decoder: MediaCodec (API 16+, Android 4.1+)
- iOS
- platform: iOS 5.1.1~8.3.x
- cpu: ARMv7, ARM64, i386, x86_64, (armv7s is obselete)
- api: MediaPlayer.framework-like
- video-output: OpenGL ES 2.0 (I420/YV12/NV12 shaders)
- audio-output: AudioQueue, AudioUnit
- hw decoder: VideoToolbox (iOS 8+)
- iOS
- api: AVFoundation-like
- Android
- Android Studio
- Build
- cygwin compatibility
- obsolete platforms (Android: API-8 and below; iOS: below 5.1.1)
- obsolete cpu: ARMv5, ARMv6, MIPS (I don't even have these types of devices…)
- native subtitle render
- If you prefer more codec/format
cd config
rm module.sh
ln -s module-default.sh module.sh
cd android
# cd ios
sh compile-ffmpeg clean
- If you prefer less codec/format for smaller binary size (by default)
cd config
rm module.sh
ln -s module-lite.sh module.sh
cd android
# cd ios
sh compile-ffmpeg clean
- For Ubuntu/Debian users.
# choose [No] to use bash
sudo dpkg-reconfigure dash
- If you'd like to share your config, pull request is welcome.
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout -B latest k0.2.3
# or for master
# git checkout master
./init-android.sh
cd android
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh
./compile-ijk.sh
# or Add Native Support in eclipse
# cd ijkmediaplayer
# cp .cproject.bak .cproject
# import android/ijkmediaplayer for MediaPlayer-like interface (recommended)
# import android/ijkmediawidget for VideoView-like interface (based on Vitamio UI)
# import android/ijkmediademo for VideoActivity demo (Simple VideoActivity)
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout master
./init-android.sh
cd android
# add property ANDROID_NDK to gradle.properties
./gradlew cleanFFmpeg buildJniLibs
# or import project via Android Studio
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-ios
cd ijkplayer-ios
git checkout -B latest k0.2.3
# or for master
# git checkout master
./init-ios.sh
cd ios
./compile-ffmpeg.sh clean
./compile-ffmpeg.sh all
# import ios/IJKMediaPlayer for MediaPlayer.framework-like interface (recommended)
# open ios/IJKMediaDemo/IJKMediaDemo.xcodeproj with Xcode
- Although not all issues can be well resolved by me in time, but they are welcome, and could be resolved by other developers.
- 能力所限,我个人无法及时有效解决所有问题,不过仍然欢迎提交问题。考虑到某些问题有可能被老外大牛看到并解决,建议尽量用英文提问,以获得更多支持。
- Please do not send e-mail to me. Public technical discussion on github is preferred.
- 请尽量在 github 上公开讨论技术问题,不要以邮件方式私下询问,恕不一一回复。
Copyright (C) 2013-2015 Zhang Rui <bbcallen@gmail.com>
Licensed under LGPLv2.1 or later
ijkplayer is based on or derives from projects below:
- LGPL
- zlib license
- Apache License v2
- BSD-style license
- ISC license
- Unknown license
ijkplayer's build scripts are based on or derives from projects below:
ijkplayer is licensed under LGPLv2.1 or later, so itself is free for commercial use under LGPLv2.1 or later
But ijkplayer is also based on other different projects under various licenses, which I have no idea whether they are compatible to each other or to your product.
IANAL, you should always ask your lawyer for these stuffs before use it in your product.