You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing an app where I want to play a locally saved video and allow the user to do real-time scrubbing. I've implemented a custom slider-like tracker and I am calling seek function to update the player whenever the user moves the thumb. This works perfectly fine on iOS, but on Android seek function takes some time to load the frame the user wants to go to.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys!
I'm implementing an app where I want to play a locally saved video and allow the user to do real-time scrubbing. I've implemented a custom slider-like tracker and I am calling seek function to update the player whenever the user moves the thumb. This works perfectly fine on iOS, but on Android seek function takes some time to load the frame the user wants to go to.
I tried to find doc without luck. I just found this release notes that state ExoPlayer should support live scrubbing after enabling a feature: https://android-developers.googleblog.com/2025/08/media3-180-whats-new.html. Maybe this can be enabled through plugins?
Can you help me achieve this feature?
This is how it behaves on iOS and how I want it to behave on Android:
ScreenRecording_09-19-2025.12-51-56_1.MP4
This is how it behaves on Android:
Screen_Recording_20250919_103235_expo-video-poc.mp4
Beta Was this translation helpful? Give feedback.
All reactions