You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we are using tunneled mode, when we do a seek in pause state, the player could not decode a video frame.
This is not a very good experience for users.
Since Android API level 31, there is a new parameter PARAMETER_KEY_TUNNEL_PEEK. This should fix the actual issue.