https://github.com/google/ExoPlayer
Revision f8d6680aeabfaa62739d53bb1f9f9e418cb3e306 authored by Oliver Woodman on 06 May 2019, 15:40:11 UTC, committed by Oliver Woodman on 06 May 2019, 15:40:11 UTC
1 parent cac3263
Raw File
Tip revision: f8d6680aeabfaa62739d53bb1f9f9e418cb3e306 authored by Oliver Woodman on 06 May 2019, 15:40:11 UTC
Add querying downloads section
Tip revision: f8d6680
index.md
---
layout: article
---

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, including DASH and SmoothStreaming
adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize
and extend, and can be updated through Play Store application updates.

This website provides a wealth of information to help you get started. In
addition, you can:

* Read news, hints and tips on our [developer blog][].
* Read the latest [release notes][].
* Browse the library [Javadoc][].
* Browse the source code for the [latest release][] and current [tip of tree][].

[developer blog]: https://medium.com/google-exoplayer
[release notes]: {{ site.release_v2 }}/RELEASENOTES.md
[Javadoc]: {{ site.baseurl }}/doc/reference
[latest release]: {{ site.release_v2 }}
[tip of tree]: https://github.com/google/ExoPlayer/tree/dev-v2
back to top