Playback position issues and behavior after seekTo #2473
-
Hello everyone, I’m working with react-native-track-player on iOS and encountering some playback position inconsistencies. Specifically, right after calling seekTo(), the reported playback position (which I get via the useProgress hook) seems inaccurate or delayed. This is important for my app because the current playback position is tightly synced with subtitles that I display. Without using seekTo(), the position updates smoothly and everything works fine. Has anyone experienced this behavior? Any ideas on how to handle or work around this delay? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
UPD: |
Beta Was this translation helpful? Give feedback.
UPD:
Issue was in the audio file. Using cbr instead of vbr did the trick.