ExoPlayer

ExoPlayer module for storm ui

License

License

Categories

Categories

IDE Development Tools ORM Data
GroupId

GroupId

com.3sidedcube.storm
ArtifactId

ArtifactId

exoplayer
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

ExoPlayer
ExoPlayer module for storm ui
Project URL

Project URL

https://github.com/3sidedcube/android-exoplayer.git
Source Code Management

Source Code Management

https://github.com/3sidedcube/android-exoplayer.git

Download exoplayer

How to add to project

<!-- https://jarcasting.com/artifacts/com.3sidedcube.storm/exoplayer/ -->
<dependency>
    <groupId>com.3sidedcube.storm</groupId>
    <artifactId>exoplayer</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.3sidedcube.storm/exoplayer/
implementation 'com.3sidedcube.storm:exoplayer:1.0.1'
// https://jarcasting.com/artifacts/com.3sidedcube.storm/exoplayer/
implementation ("com.3sidedcube.storm:exoplayer:1.0.1")
'com.3sidedcube.storm:exoplayer:aar:1.0.1'
<dependency org="com.3sidedcube.storm" name="exoplayer" rev="1.0.1">
  <artifact name="exoplayer" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.3sidedcube.storm', module='exoplayer', version='1.0.1')
)
libraryDependencies += "com.3sidedcube.storm" % "exoplayer" % "1.0.1"
[com.3sidedcube.storm/exoplayer "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » support-annotations jar 22.2.0

Project Modules

There are no modules declared in this project.

ExoPlayer Readme

Description

ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the internet. ExoPlayer supports features not currently supported by Android’s MediaPlayer API (as of KitKat), including DASH and SmoothStreaming adaptive playbacks, persistent caching and custom renderers. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates.

Developer guide

The ExoPlayer developer guide provides a wealth of information to help you get started.

Reference documentation

Class reference (Documents the ExoPlayer library classes).

Project branches

  • The master branch holds the most recent minor release.
  • Most development work happens on the dev branch.
  • Additional development branches may be established for major features.

Using Eclipse

The repository includes Eclipse projects for both the ExoPlayer library and its accompanying demo application. To get started:

  1. Install Eclipse and setup the Android SDK.

  2. Open Eclipse and navigate to File->Import->General->Existing Projects into Workspace.

  3. Select the root directory of the repository.

  4. Import the ExoPlayerDemo and ExoPlayerLib projects.

Using Gradle

ExoPlayer can also be built using Gradle. You can include it as a dependent project and build from source. e.g.

// setting.gradle
include ':app', ':..:ExoPlayer:library'

// app/build.gradle
dependencies {
    compile project(':..:ExoPlayer:library')
}

If you want to use ExoPlayer as a jar, run:

./gradlew jarRelease

and copy library.jar to the libs-folder of your new project.

com.3sidedcube.storm

3 SIDED CUBE

We're an app development and digital product company that specialises in tech for good.

Versions

Version
1.0.1
1.0