PLDroidPlayer is a free player SDK for Android platform launched by Qiniu. It adopts a fully self-developed cross-platform playback kernel, has rich functions and excellent performance, and can be highly customized and secondary development. Starting from 2.0.0, the SDK has been fully upgraded to Qiniu's fully self-developed player kernel, with better performance and a smaller package body. PLDroidPlayer SDK supports multiple CPU architectures of armv5, armv7, arm64 and x86. At present, the CPUs of mainstream models on the market all adopt the armv7 architecture. You can copy the dynamic library in the release directory to the corresponding directory of your project according to the needs of compatibility. For example, copy the so in the armeabi-v7a directory to the jniLibs/armeabi-v7a directory of the project. The SDK mainly includes demo code, PLDroidPlayer jar package, and dynamic library files that the SDK depends on.
Features
- Audio and video player SDK for the Android platform
- Highly customized and secondary development
- Provides a simple and fast interface for Android developers
- Helps developers quickly develop player applications on the Android platform
- Similar to Android MediaPlayer
- Playback controls based on SurfaceView