jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
919 stars 981 forks source link

[FEATURE]: MacOs support #1137

Open vovaklh opened 1 year ago

vovaklh commented 1 year ago

Pls add support for MacOs. There is no videoplayer for MacOs on pubdev

timleg002 commented 1 year ago

DartVLC had native macOS support, but they dropped it for a lack of maintainers. There's also some issues with the textures - drawing of the video (I don't have enough knowledge on that matter, though). https://github.com/flutter/flutter/issues/41722. Since reading that issue, I don't know how did DartVLC achieve that. Maybe it was using a more inefficient method.