-
Notifications
You must be signed in to change notification settings - Fork 64
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
VideoPlayerController loses state when current hls segment has not downloaded yet #16
Comments
try opening a issue here @aramisromero89 https://github.com/flutter/flutter |
But I think it is related to the plugin implementation with hls.js, maybe it is not setting the controller state correctly after some events |
Can you share a video on how to reproduce this issue |
Here is the video test.mp4This happens even with the simplest video_player example. The error occurs when the position arrives to a fragment that is not yet downloaded. |
Is there any workaround for this issue, also chewie controller shows a warning icon after the player loses its state |
Noticing this issue as well for our web application. Pretty much only happens with slow connections. |
Did you guys find any solution for this? |
Any updates on this? |
Sometimes, especially on slow connections(manipulated from network panel on developer tools), the VideoPlayerController loses its state, the video plays, but its state cannot be controlled. If I use VideoProgressIndicator it falls into busy mode and if I try to pause and play the video then it starts from beginning. If I use Chewie it shows a white warning icon. The console output shows ''No further diagnostic information can be determined or provided"
The text was updated successfully, but these errors were encountered: