# ijkplayer **Repository Path**: LetMeThinkIt/ijkplayer ## Basic Information - **Project Name**: ijkplayer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ijkplayer 基于 [Bilibili](https://github.com/Bilibili) 开源播放器 [ijkplayer 0.8.8](https://github.com/Bilibili/ijkplayer) 编译的完整项目 # Build Install software ``` sudo apt-get update sudo apt-get install git sudo apt-get install yasm ``` Clone ijkplayer ``` git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android ``` Init ``` ./init-android.sh ``` Support Https ``` ./init-android-openssl.sh ``` Build openssl ``` ./compile-openssl.sh clean ./compile-openssl.sh all ``` Build ffmpeg ``` ./compile-ffmpeg.sh clean ./compile-ffmpeg.sh all ``` Get ijkplayer ``` ./compile-ijk.sh all ``` # 详细教程 [使用 Ubuntu 编译 ijkplayer 源码](http://rockycoder.cn/ijkplayer/2018/04/18/Compile-ijkplayer.html)