ijkplayer
Android/iOS video player based on FFmpeg n3.4
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. ...