-
-
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
paused: true at start ignored #30
Comments
Fixed in 0.3.3! Thanks |
Still having this issue in the current version. The video plays on load whether I start in paused or not. |
RalfNieuwenhuizen
pushed a commit
to RalfNieuwenhuizen/react-native-video
that referenced
this issue
Apr 20, 2022
* Return bytes read and written in export video method * Cleanup unused vars
hueniverse
pushed a commit
that referenced
this issue
Jun 9, 2022
When moving init logic to a different thread we missed one function that was not captured if an error occurred. This PR wraps the source init function that happens on a different thread in a try/catch to capture any errors that occur.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've set pause to true, but once a video loads, it ignores the setting and plays anyway. Toggling pause and play works fine once the video has started, but I want a video to load then remain paused at the first frame if pause is set to true.
The text was updated successfully, but these errors were encountered: