-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Video speed returns to default when iOS takes the video forward for 15 seconds. #757
Comments
Will you be able to share a sample code for us to check this? |
I didn't make any changes in the code, I encountered an error while using the chewie controller, when you increase the video speed to 1.75 and advance the video with the 15 seconds forward button, the video playback speed drops to 1.0 again. I think there should be a state that holds the user's change here. Instead of the original controller, I created my own controls with the customer request, I did not do anything in the source code, sorry. |
Yes , I've also encountered this error. Is it fixed ? |
* master: chewie, version 1.7.4. Addresses fluttercommunity#757. chewie, version 1.7.3. Addresses fluttercommunity#777. Added comments and optimised code fix display size while Chewie wrapped by some rotate widget Lint issue Fixed Revert "Update cupertino_controls.dart" Update cupertino_controls.dart Fixed : Playback speed reset on forwarding video # Conflicts: # lib/src/player_with_controls.dart
Same issue here |
After ios change the video speed, when the video is advanced for 15 seconds, the video playback speed becomes default, but the selected value does not change, it stays when I choose it, the playback speed continues to work as in normal 1.
The text was updated successfully, but these errors were encountered: