Skip to content
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

[Omega] Fix TV channels stuttering after wake from suspend #627

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Nov 4, 2023

Fixes a regression introduced with #615.

We need to rebuild demuxer and vfs state early. Doing this when async update is done is to late, because async update can take several seconds and Kodi will try to resume playback early after wakeup from suspend.

@ksooo ksooo added the Fix label Nov 4, 2023
@ksooo ksooo merged commit 029bbca into kodi-pvr:Omega Nov 4, 2023
6 of 7 checks passed
@ksooo ksooo deleted the fix-stuttering-after-wake-omega branch November 4, 2023 19:16
@Jalle19
Copy link
Contributor

Jalle19 commented Nov 4, 2023

Thank you @ksooo for continuing to put in the effort year after year 🙏

@ksooo
Copy link
Member Author

ksooo commented Nov 4, 2023

@Jalle19 good to see that you are also still around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants