Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wseemann committed May 16, 2016
1 parent 5679ca6 commit 9d6fdc6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,15 @@ Supported formats (audio and video):
Additional support for:
* ICY Metadata (SHOUTcast metadata)

Using FMP in your application
Using FMP in your application (Android Studio)
------------

Extract and copy the following JAR file and prebuilt native libraries into your projects "libs" folder:

https://github.com/wseemann/FFmpegMediaPlayer/blob/master/fmp-library/prebuilt-libs.tar.gz.
[Prebuilt AARs] (https://github.com/wseemann/FFmpegMediaPlayer/releases/download/v1.0.1/prebuilt-aars.zip)

Demo Application
------------

A sample application that makes use of FFmpegMediaPlayer can be downloaded at: https://github.com/wseemann/FFmpegMediaPlayer/blob/master/fmp-demo/FMPDemo.apk. Note: The sample application is compiled with support for ALL available formats. This results in a larger library and APK. FFmpeg can be recompiled with a subset of codecs enabled for those wanting a smaller size.
A sample application that makes use of FFmpegMediaPlayer can be downloaded [here] (https://github.com/wseemann/FFmpegMediaPlayer/blob/master/FMPDemo.apk?raw=true). Note: The sample application is compiled with support for ALL available formats. This results in a larger library and APK. FFmpeg can be recompiled with a subset of codecs enabled for those wanting a smaller size.

Installation
------------
Expand Down

0 comments on commit 9d6fdc6

Please sign in to comment.