Code Monkey home page Code Monkey logo

compiled_ijkplayer4android's Introduction

compiled_ijkplayer4android

基于ijkplayer编译,以支持ijkplayer默认不支持的avi,mpg等视频格式。本项目可以下载后自行编译,也可以只下载编译好的so直接使用。

编译后的so路径:android/ijkplayer/ijkplayer-abi_name/src/main/libs/abi_name

如需要armabi-v7a的so,其路径为android/ijkplayer/ijkplayer-armv7a/src/main/libs/armabi-v7a,下载该文件,拷贝到项目的对应目录中即可,其他abi依次类推。

ijkplayer的默认用法如下:

compile 'tv.danmaku.ijk.media:ijkplayer-java:ijk_version'
compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:ijk_version'
// other abis
// compile 'tv.danmaku.ijk.media:ijkplayer-armv5:ijk_version'
// compile 'tv.danmaku.ijk.media:ijkplayer-arm64:ijk_version'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86:ijk_version'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:ijk_version'

因为这里使用自己变得so,所以远程so依赖可以删除,java api继续使用即可。

compile 'tv.danmaku.ijk.media:ijkplayer-java:ijk_version'
// 删除远程so依赖
// compile 'tv.danmaku.ijk.media:ijkplayer-armv7a:ijk_version'
// other abis
// compile 'tv.danmaku.ijk.media:ijkplayer-armv5:ijk_version'
// compile 'tv.danmaku.ijk.media:ijkplayer-arm64:ijk_version'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86:ijk_version'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86_64:ijk_version'

博文地址

《Android开发小记:编译ijkplayer以支持更多视频格式》

更新日志

20170922
基于ijkplayer v.8.3

compiled_ijkplayer4android's People

Contributors

xiong-it avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

compiled_ijkplayer4android's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.