ijkplayer is a cross-platform multimedia playback framework designed for Android and iOS that builds on top of FFmpeg to deliver flexible and high-performance video playback capabilities. It is essentially an enhanced implementation of ffplay, extended for mobile environments with support for hardware acceleration technologies such as MediaCodec on Android and VideoToolbox on iOS, enabling efficient decoding and rendering of video streams. The project is widely used in applications that require customizable media playback, especially in streaming scenarios, because it allows developers to fine-tune codecs, formats, and playback pipelines. Its modular architecture enables integration into native mobile apps via Gradle or CocoaPods, while still allowing developers to customize FFmpeg builds for specific use cases or reduced binary sizes. The library supports multiple CPU architectures and can be compiled with different codec configurations.
Features
- FFmpeg-based playback engine with customizable codec support
- Hardware acceleration via MediaCodec and VideoToolbox
- Cross-platform support for Android and iOS
- Modular architecture with customizable builds
- Support for multiple CPU architectures and ABIs
- Integration with native mobile development tools and frameworks