-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Video gets paused after seek is used on IOS #4373
Comments
Thank you for your bug report. We will review it and get back to you if we need more information. There is a newer version of the library available. You are using version 6.9.0, while the latest stable version is 6.9.1. Please update to the latest version and check if the issue still exists.
|
Same issue here, but dont resolved with PR above. My suspicion is that it is related to this part of the code: react-native-video/ios/Video/Features/RCTPlayerOperations.swift Lines 131 to 147 in ad52668
Furthermore, this seek happens when I use Thanks! |
Version
6.9.0
What platforms are you having the problem on?
iOS
System Version
IOS 18.1
On what device are you experiencing the issue?
Simulator
Architecture
Old architecture
What happened?
After using seek method video gets paused and only gonna be resumed if resumed method is used
Reproduction Link
no link
Reproduction
Open the video and seek to a random position, after it's loaded video will be paused
The text was updated successfully, but these errors were encountered: