react-native-video/android-exoplayer/src/main/java/com/brentvatne
Armands Malejev fcc66df945
Fix AudoFocus pausing video when attempting to play (#2311)
Fix AudioFocus bug that could cause the player to stop responding to play/pause in some instances.

Fixes issue #1945

This was caused by the player requesting audio focus on each play (un-pause) and that resulted in a small window of Audio focus loss and then gain. The focus loss results in the player being paused while the player was supposed to play at the time. The solution is to keep track of Audio focus and not request new focus if we already have it.
2021-06-24 14:00:38 +09:00
..
exoplayer Fix AudoFocus pausing video when attempting to play (#2311) 2021-06-24 14:00:38 +09:00
react Remove Exoplayer deprecations 2019-09-23 08:52:05 -04:00
receiver ExoPlayer (#426) 2017-01-11 07:51:45 -05:00