https://github.com/alibaba/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.
https://github.com/alibaba/CicadaPlayer
codec dash fairplay ffmpeg hdr ll-hls mediaplayer webassembly widevine
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/alibaba/CicadaPlayer
- Owner: alibaba
- License: mit
- Created: 2019-12-16T14:30:10.000Z (about 6 years ago)
- Default Branch: release/0.4.4
- Last Pushed: 2024-09-25T02:32:00.000Z (over 1 year ago)
- Last Synced: 2024-11-08T01:37:14.319Z (about 1 year ago)
- Topics: codec, dash, fairplay, ffmpeg, hdr, ll-hls, mediaplayer, webassembly, widevine
- Language: C++
- Homepage:
- Size: 5.7 MB
- Stars: 707
- Watchers: 51
- Forks: 198
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://scan.coverity.com/projects/alibaba-cicadaplayer)
[](https://codecov.io/gh/alibaba/CicadaPlayer/branch/develop)
[](LICENSE)
[](https://github.com/alibaba/CicadaPlayer/actions/workflows/iOS.yml)
[](https://github.com/alibaba/CicadaPlayer/actions/workflows/macOS.yml)
[](https://github.com/alibaba/CicadaPlayer/actions/workflows/Android.yml)
[](https://github.com/alibaba/CicadaPlayer/actions/workflows/Linux.yml)
Keep the world free of difficult videos to play!
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
[](https://alivc-demo-cms.alicdn.com/versionProduct/other/public/cicadaPlayer/cicadaPlayer.html)
## 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:
```bash
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](doc/compile_ios.md)
- [2. compile Android](doc/compile_Android.md)
- [3. compile_Linux](doc/compile_Linux.md)
- [4. compile_Windows (cross compile)](doc/compile_Windows.md)
- [5.compile_Windows(msvc)](doc/compile_Windows_msvc.md)
- [6. compile_MacOS](doc/compile_mac.md)
- 7.webAssembly coming soon
## How to use
- [1. cmdline (Windows/MacOS/Linux)](cmdline/README.md)
- [2. Android](platform/Android/README.md)
- [3. iOS/MacOS](platform/Apple/README.md)
- 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
[](https://h5.dingtalk.com/invite-page/index.html?bizSource=____source____&corpId=ding42c495ce0dcfdb7f35c2f4657eb6378f&inviterUid=B8D63ADF200A8E9DFF4BBDCA828801C7&encodeDeptId=FE36B0936DFD1AC591E7FE61FE0552A6)
## License
```c++
MIT LICENSE
Copyright (c) 2019-present Alibaba Inc.
```
CicadaPlayerSDK using the projects:
- LGPL
[FFmpeg](http://ffmpeg.org/)
[libvlc](https://www.videolan.org/vlc/libvlc.html)
- CURL LICENSE
[curl](https://curl.haxx.se)
- Apache License v2
[OpenSSL](https://www.openssl.org/)
- zlib license
[SDL](https://www.libsdl.org/)
- BSL-1.0 license
[boost](https://www.boost.org/)
- MIT License
[libxml2](http://xmlsoft.org/)