SDK Version: 39
Platforms(Android/iOS/web/all): Android
Similar to the issues raised here:
If I skip backwards and fowards too much on a video playing on an anrdoid device/emulator then eventually the video will become unresponsive. There doesnt seem to be an error logged for this either so I am not sure what the problem is.
To replicate:
On an Android device load a remote url into the video component.
Play the video and skip ahead and back until it becomes unresponsive.
I have found that it happens quicker on longer videos and when in fullscreen mode.
Component Code:
<Video
source={{
uri: 'http://d23dyxeqlo5psv.cloudfront.net/big_buck_bunny.mp4',
}}
rate={1.0}
volume={1.0}
isMuted={false}
resizeMode={"contain"}
useNativeControls={true}
isLooping={false}
style={{ width: Dimensions.get("window").width, height: 250}}
/>```
Other version info:
"expo-av": "~8.6.0"
Recorded this on an emulator but it happens on physical devices as well.

Edit: Seems like this is the same as this open issue
https://github.com/expo/expo/issues/10497