flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
9.41k stars 359 forks source link

Video lag and stream interruptions on Android TV devices #3072

Open bl1nch opened 3 weeks ago

bl1nch commented 3 weeks ago

Description

High resolution videos play laggy on Android TV devices. This problem is related to media_kit and can be found here: https://github.com/media-kit/media-kit/issues/614. Possible solution: https://github.com/media-kit/media-kit/issues/614#issuecomment-2067968413. If this solution actually works as I understand flet_video should be updated like this: https://github.com/flet-dev/flet/commit/240897e47b9d35bbee33f52fc9b3d297aef4d7e4

Flet version (pip show flet):

0.22.0

Operating system:

Android TV
ndonkoHenri commented 3 weeks ago

Can you open a PR with the commit?