Description
Bug Report
Android:
When the user skips the video forward on Android using the video slider controller the video gets stuck, IOS works fine.
get this error on the console:
Environment
Expo CLI 3.27.12 environment info:
System:
OS: macOS 10.15.6
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 14.5.0 -
Yarn: 1.22.5 -
npm: 6.14.7 -
Watchman: 4.9.0
Managers:
CocoaPods: 1.9.3 -
SDKs:
iOS SDK:
Platforms: iOS 13.7, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
Android SDK:
API Levels: 26, 27, 28, 29
Build Tools: 28.0.3, 29.0.2
System Images: android-28 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom
IDEs:
Android Studio: 4.0 AI-193.6911.18.40.6626763
Xcode: 11.7/11E801a -
npmPackages:
expo: ^39.0.0 => 39.0.3
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: 0.63.2 => 0.63.2
react-native-web: ~0.13.7 => 0.13.14
react-navigation: ^4.4.0 => 4.4.0
npmGlobalPackages:
expo-cli: 3.27.12
Expo Workflow: bare
Steps to Reproduce
- Open expo project using SDK 39 and expo-av 8.6.0.
- Open Android Simulator.
- Play any URL with a Video component.
- Try to move backward or forward with the native controls.
Expected Behavior
The video should be buffering the new position and continue playing