media/demos/main
ibaker d1703ad68c Ensure the demo app requests local-file permissions for subtitle files
Currently we only do this for the main sample URI, not for subtitles.
So pairing a web-based video file with a local subtitle file on a fresh
install just throws a 'permission denied' exception.

PiperOrigin-RevId: 290794091
2020-01-27 19:07:41 +00:00
..
src/main Ensure the demo app requests local-file permissions for subtitle files 2020-01-27 19:07:41 +00:00
build.gradle Bump targetSdkVersion to 29 for demo apps only 2019-12-06 22:39:44 +00:00
proguard-rules.txt Suppress proguard notes about unresolved classes 2018-02-01 15:24:00 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer main demo

This is the main ExoPlayer demo application. It uses ExoPlayer to play a number of test streams. It can be used as a starting point or reference project when developing other applications that make use of the ExoPlayer library.