media/demo/src/main
Oliver Woodman 1a01dcc55a Separate UriDataSource from HttpDataSource.
Using a file:// URL for loading an HLS stream (for testing) would fail due to
casting the connection to an HttpURLConnection in DefaultHttpDataSource.

This change makes UriDataSource an interface for objects that are DataSources
with URIs. That allows for reading manifests for HLS using just a UriDataSource
rather than an HttpDataSource (URLs in the playlist are relative to the data
source's URL so the getUri method is needed).
2015-04-22 16:22:48 +01:00
..
.settings Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
java/com/google/android/exoplayer/demo Separate UriDataSource from HttpDataSource. 2015-04-22 16:22:48 +01:00
res Handle play/pause button in the Demo app on Android TV. 2015-04-17 19:57:56 +01:00
.classpath Clean up project files. 2014-10-28 17:55:21 +00:00
.project Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
AndroidManifest.xml Bump dev version to 1.3.x 2015-02-16 22:30:28 +00:00
project.properties API level 21 enhancements for ExoPlayer playbacks. 2014-09-25 20:29:44 +01:00