expo-av seeking on Android

System:
OS: Windows 10 10.0.18362
Binaries:
Node: 12.16.0 - C:\Program Files\nodejs\node.EXE
npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6626763
npmPackages:
expo: ~38.0.8 => 38.0.9
react: ~16.11.0 => 16.11.0
react-dom: ~16.11.0 => 16.11.0
react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
react-native-web: ~0.11.7 => 0.11.7
react-navigation: ^4.4.0 => 4.4.0

I am trying to jump to a position in an mp3 audio file on Android with expo-av. Using

playbackInstance.playFromPositionAsync(2000) just starts the audio from positionMillis:0.
setPositionAsync too does the same thing. How do i go about this?

Hey @t_ornado,

Can you put your code in a Snack and share it so we can test it on our end. Without seeing code, it’s hard to help debug.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.