Search code examples
flutterdartvideoframe

Does Flutter have video players for all platforms (iOS, Android, Windows, Linux, MacOS)?


I have a problem. I need to show mp4 video from network for all possible platforms.

I've used video_player, but it is doesn't work for desktop. I wanted to use media_kit, but it doesn't work out of the box on desktop.

Another solution that I can accept - use the first frame of this mp4 video. But the problem the same: no tutorials how to do this or packages that works on all platforms.

I want to show video on all platforms OR get first frame from video on all paltforms

Please help me to find solution or say that this is impossible.

P.S. All platforms are Android, iOS, MacOS, Windows, Linux


Solution

  • there is also an implementation of media_kit https://pub.dev/packages/media_kit