ardera / flutter_packages

My collected packages for pub.dev
MIT License
28 stars 7 forks source link

Video Player #3

Closed suyulin closed 2 years ago

suyulin commented 2 years ago

hi, omxplayer is not support arm64 , What's the solution for arm64?

ardera commented 2 years ago

For arm64 there's no solution right now I'm afraid. In the future, I'll create a new plugin which uses OpenGL textures for video playback and not omxplayer, that will work on arm64 too.

ardera commented 2 years ago

See ardera/flutter-pi/gstreamer-video-player. That's a flutter-pi-only solution though. Currently, video playback and pausing / playback works, but some other things are not yet implemented