
- Don't report errors to listeners if playback will immediately fail. Doing so is redundant, since such errors are immediately reported through ExoPlayer's listener as a result of playback failure. We were also reporting these errors inconsistently across renderers. - Reduce code duplication through EventDispatcher classes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122519976
Demo application
This folder contains a demo application that 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.