Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdtianyu/libmediaplayer
An android media player library based on ijkplayer
https://github.com/xdtianyu/libmediaplayer
Last synced: about 1 month ago
JSON representation
An android media player library based on ijkplayer
- Host: GitHub
- URL: https://github.com/xdtianyu/libmediaplayer
- Owner: xdtianyu
- Created: 2015-12-21T15:21:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T13:26:12.000Z (almost 9 years ago)
- Last Synced: 2023-11-13T09:38:10.489Z (about 1 year ago)
- Language: Java
- Size: 1.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibMediaPlayer
An android media player library based on ijkplayer[![Build Status](https://travis-ci.org/xdtianyu/LibMediaPlayer.svg?branch=master)](https://travis-ci.org/xdtianyu/LibMediaPlayer)
[![JAR](https://img.shields.io/maven-central/v/org.xdty.media/mediaplayer.svg)](http://central.maven.org/maven2/org/xdty/media/mediaplayer/)
[ ![Download](https://api.bintray.com/packages/xdtianyu/maven/mediaplayer/images/download.svg) ](https://bintray.com/xdtianyu/maven/mediaplayer/_latestVersion)## Download
Grab via gradle
```
dependencies {
compile 'org.xdty.media:mediaplayer:0.0.1'
}
```or maven
```
org.xdty.media
mediaplayer
0.0.1
aar```
or JAR from [maven central](http://central.maven.org/maven2/org/xdty/media/mediaplayer/)
## Usage
```
PlayerActivity.intentTo(this,
"YOUR_MEDIA_URI",
"YOUR_TITLE",
ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
```For more details, see [example](https://github.com/xdtianyu/LibMediaPlayer/tree/master/example)
## Using your own jkplayer-armv7a builds
Put *.so files in your module's directory `app/src/main/jniLibs/armeabi-v7a`, then clean project and build again.