How can I help you to add Android TV support ? #265
-
Hi everyone ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi thanks for showing interest and wanting to help out! The android tv client has hit a bit of a roadblock on my end at the moment. I'm not even entirely sure if it's something that Flutter can handle. I've managed to get Fladder running on a google tv device and while the interface works kind of. Videoplayback is a stuttery mess with any video above 1080p. This seems to be a common theme with Flutter where the videoplayers don't seem to handle hardware acceleration on android tv devices. This problem is only exacerbated by the fact that most Android TV devices are vastly underpowered. Other options.
TLDR: Flutter videoplayback is horrible at the moment for AndroidTV and unless this improves the tv client is probably not going to happen anytime soon. I wil update the roadmap to reflect this. That all being said if anyone has a different solution I'm all ears 😄. |
Beta Was this translation helpful? Give feedback.
Hi thanks for showing interest and wanting to help out!
The android tv client has hit a bit of a roadblock on my end at the moment. I'm not even entirely sure if it's something that Flutter can handle.
I've managed to get Fladder running on a google tv device and while the interface works kind of. Videoplayback is a stuttery mess with any video above 1080p. This seems to be a common theme with Flutter where the videoplayers don't seem to handle hardware acceleration on android tv devices.
This problem is only exacerbated by the fact that most Android TV devices are vastly underpowered.
So that would probably be the first option trying to find a better video player backend to use on Androi…