Flutter Video Player example based on libmdk. Accelerated by D3D11/Metal without cpu copy.
I'm not able to write a feature complete plugin and example for now, it's just a very simple demo. Change the line player.media =
in FvpPlugin.swift
and player_.setMedia
in fvp_plugin.cpp
to test your video.
- Windows: download libmdk sdk and extract in
windows
dir - macOS: the latest sdk will be downloaded by cocoapods
git submodule update --init
cd example
flutter run
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Android, iOS