Open mkjensen opened 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.
DemoPlayer
HlsRendererBuilder
com.github.mkjensen.dml.exoplayer
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.
The
DemoPlayer
andHlsRendererBuilder
classes of thecom.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.