mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 08:27:04 +00:00
ExoPlayer entered the ERROR state silently when a codec was missing or the container/format wasn't supported, leaving a blank video area with no recourse. Track the player error in MediaControllerState, render an overlay with the error code, and offer an "Open in browser" button so the user can fall back to the system browser for codecs the device can't decode.