Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 5 years ago)
- Default Branch: release/0.4.4
- Last Pushed: 2024-06-04T07:15:38.000Z (8 months ago)
- Last Synced: 2024-08-02T20:48:36.066Z (6 months ago)
- Topics: codec, dash, fairplay, ffmpeg, hdr, ll-hls, mediaplayer, webassembly, widevine
- Language: C++
- Homepage:
- Size: 5.72 MB
- Stars: 688
- Watchers: 51
- Forks: 194
- Open Issues: 39
-
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
![Cicada Logo](doc/Cicada.svg)
[![coverity Status](https://scan.coverity.com/projects/20151/badge.svg?flat=1)](https://scan.coverity.com/projects/alibaba-cicadaplayer)
[![codecov](https://codecov.io/gh/alibaba/CicadaPlayer/branch/develop/graph/badge.svg)](https://codecov.io/gh/alibaba/CicadaPlayer/branch/develop)
[![LICENSE](https://img.shields.io/badge/license-MIT-orange.svg)](LICENSE)[![iOS CI](https://github.com/alibaba/CicadaPlayer/actions/workflows/iOS.yml/badge.svg)](https://github.com/alibaba/CicadaPlayer/actions/workflows/iOS.yml)
[![macOS CI](https://github.com/alibaba/CicadaPlayer/actions/workflows/macOS.yml/badge.svg)](https://github.com/alibaba/CicadaPlayer/actions/workflows/macOS.yml)
[![Android CI](https://github.com/alibaba/CicadaPlayer/actions/workflows/Android.yml/badge.svg)](https://github.com/alibaba/CicadaPlayer/actions/workflows/Android.yml)
[![Linux CI](https://github.com/alibaba/CicadaPlayer/actions/workflows/Linux.yml/badge.svg)](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
[![deom](doc/demoQR.png)](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
[![DingDing](doc/CicadaDingDing.png)](https://h5.dingtalk.com/invite-page/index.html?bizSource=____source____&corpId=ding42c495ce0dcfdb7f35c2f4657eb6378f&inviterUid=B8D63ADF200A8E9DFF4BBDCA828801C7&encodeDeptId=FE36B0936DFD1AC591E7FE61FE0552A6)
## License
```c++
MIT LICENSECopyright (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/)