-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue when enabling autoplay and live #8
Comments
The problem seems to be that something wrong when changing videoPlayer. Actually |
Hello, I am having the same problem, I would like to know if it has been solved? |
just change the "_attachListenerToController()" function located in the video_controller_widgets.dart() file to the following code: _attachListenerToController() { If the problem persists, just delete the slider located in the widget's constructor. |
Hi. i'm experiencing an issue when enabling Autoplay and Live option.
here is the error message.
Here is my code :
The player's works perfectly if i set the autoplay and live to false tho.
The text was updated successfully, but these errors were encountered: