brianwernick / ExoMedia

An Android ExoPlayer wrapper to simplify Audio and Video implementations
Apache License 2.0
2.14k stars 380 forks source link

Improved VideoControls Error Handling #782

Open brianwernick opened 1 year ago

brianwernick commented 1 year ago

Currently the VideoControls (TV and Mobile) don't inform the user that an error occurred in the playback and just shows the controls with a black/blank screen. We should instead indicate to the user that there was an error in playback and disable common controls like seek, play/pause, etc.