mkjensen / danish-media-license

App for Android TV that provides access to videos available to everyone that pays the Danish media license
Apache License 2.0
3 stars 0 forks source link

Rewrite ExoPlayer demo classes #2

Open mkjensen opened 8 years ago

mkjensen commented 8 years ago

The DemoPlayer and HlsRendererBuilder classes of the com.github.mkjensen.dml.exoplayer package are copied from the demo application of https://github.com/google/ExoPlayer/tree/master/demo.

They should be rewritten to support only the needs of the DML application. Additionally, correct code style should be used and tests must be added.