CicadaPlayer
CicadaPlayer is the player core of AliPlayer, which supports multiple platforms Android, iOS, macOS, Windows, Linux, and WebAssembly for now. The goal is to provide a player core which supports multi-platform, hardware accelerator, and customizable and extensible features. Which supports WideVine drm, LL-HLS, MPEG-DASH and HDR playback.
Install / Use
/learn @alibaba/CicadaPlayerREADME
Cicada Media Player is a multi platform player sdk,Keep the world free of difficult videos to play,using Cicada Media Player, build your multimedia apps happily.
Try it on Android devices
HOW TO compile
The default ffmpeg, curl, and openssl git url is the github mirror, if you want use another, set it before compile like:
export FFMPEG_GIT=https://gitee.com/mirrors/ffmpeg.git
export OPENSSL_GIT=https://gitee.com/mirrors/openssl.git
export CURL_GIT=https://gitee.com/mirrors/curl.git
- 1. compile iOS
- 2. compile Android
- 3. compile_Linux
- 4. compile_Windows (cross compile)
- 5.compile_Windows(msvc)
- 6. compile_MacOS
- 7.webAssembly coming soon
How to use
- 1. cmdline (Windows/MacOS/Linux)
- 2. Android
- 3. iOS/MacOS
- 4.webAssembly coming soon
Features
- HLS LL-HLS master play list support, seamless switch
- MPEG-DASH
- WideVine
- ABR
- hardware decode on Android and Apple platform
- HEVC support
- OpenGL render
- HDR render
- change volume by software
- speed playback
- snapshot
- subtitle title and external subtitle title
- on playing cache
- background video playback
- http keep-alive
- customer ip resolve
- video rotation
- black list on Android hardware h264 decoder
- plugin supporting
Contact
License
MIT LICENSE
Copyright (c) 2019-present Alibaba Inc.
CicadaPlayerSDK using the projects:


