Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Official port of ExoPlayer for Amazon devices

License

Notifications You must be signed in to change notification settings

Pluto-tv/exoplayer-amazon-port

 
 

Repository files navigation

Amazon ExoPlayer Port - https://github.com/amzn/exoplayer-amazon-port This repository is a port of the ExoPlayer project for Amazon devices. See https://github.com/google/ExoPlayer for the original project. See 'README_ORIGINAL.md' for the original ExoPlayer README.

[Pluto TV]

We're using http://jitpack.io to build and serve the aar library files. This way, everytime we update this repository its necessary to add a new git tag, access jitpack and re-generate a new compile instruction (and then update the build.gradle file of the project that is importing our Pluto-tv/exoplayer-amazon-port version.

Jitpacks build log could be checked at: https://jitpack.io/com/github/Pluto-tv/exoplayer-amazon-port/pluto-r1.5.11.1/build.log (replace pluto-r1.5.11.1 for your latest TAG)

Thus, we can import the dependencies in our Android projects:

Project's build.gradle:

allprojects {
    repositories {
        maven { url 'http://appboy.github.io/appboy-android-sdk/sdk'}
    }

Module's build.gradle file:

dependencies {
    compile 'com.google.android.exoplayer:amazon-exoplayer:1.5.10@aar'
    compile 'com.google.android.exoplayer:amazon-exoplayer-ext-okhttp:1.5.10@aar'
}

About

Official port of ExoPlayer for Amazon devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • C++ 1.3%
  • Other 0.6%