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

Fixes issue react-native-video#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-03-15 16:51:16 +02:00
..
java/com/brentvatne Fix AudoFocus pausing video when attempting to play (#1) 2021-03-15 16:51:16 +02:00
res Add iOS and Android basic DRM support (#1445) 2020-08-12 18:56:21 -07:00
AndroidManifest.xml ExoPlayer (#426) 2017-01-11 07:51:45 -05:00