-
Notifications
You must be signed in to change notification settings - Fork 68
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
broadcast same video #1
Comments
That happens to me too. I think this occurs in my case because the Media Queue Items is not cleaned at the end of a session, so it queues the elements as they arrive. I have not managed to clean up the play queue using this implementation. |
In my case, my problem was related to the use of multiple listeners. If you do not remove the listeners, the instructions will be preserved, repeating the same average all the time. |
For anyone else with this issue, flutter hot reload doesn't clear the state properly. If you restart the app, everything is fine. For safety, when I'm leaving the page with my video I'm doing this:
|
unable to broadcast different video after session ended
The text was updated successfully, but these errors were encountered: