jindal1979 / CicadaPlayer

CicadaPlayer is a multiple platform media player support Android, iOS, macOS, Windows, Linux, and WebAssembly. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. It was refactored from aliyunVideoPlayerSdk v4.7 that have shipped by thousands of apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cicada Logo

HitCount Build Status coverity Status codecov LICENSE

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

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

How to use

Features

  • HLS master play list support, seamless switch

    HLS Support instructions

  • ABR

  • hardware decode on Android and iOS

  • HEVC support

  • OpenGL render

  • change volume by software

  • speed playback

  • snapshot

  • subtitle title support

  • external subtitle title support

  • on playing cache

  • background video playback

  • http keep-alive

  • self ip resolve

  • video rotation

  • black list on Android hardware h264 decoder

  • plugin support

Contact

dingding

dingding

License

MIT LICENSE

Copyright (c) 2019-present Alibaba Inc.

CicadaPlayerSDK using the projects:

About

CicadaPlayer is a multiple platform media player support Android, iOS, macOS, Windows, Linux, and WebAssembly. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. It was refactored from aliyunVideoPlayerSdk v4.7 that have shipped by thousands of apps.

License:MIT License


Languages

Language:C++ 47.6%Language:Java 19.3%Language:C 12.4%Language:Objective-C 11.0%Language:CMake 2.8%Language:Objective-C++ 2.8%Language:Shell 2.4%Language:Perl 1.4%Language:Python 0.3%Language:Ruby 0.0%