Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

Rework video playback #218

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

The process of refactoring the ExoPlayer video playback functionality has already been implemented in #201 but never got a separate issue. This issue is used for future reference.

The current video playback functionality uses the ExoPlayer resources as the documentation specifies. This means we will always have a working playback unit, and if our source is invalid a message is displayed.

This issue can be closed right away as this functionality has alreayd been implemented.