Skip to content
/ fvp Public
forked from wang-bin/fvp

Flutter desktop video player example based on libmdk

License

Notifications You must be signed in to change notification settings

moxun33/fvp

 
 

Repository files navigation

fvp

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.

Build

  • 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

Getting Started

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.

TODO:

  • Android, iOS

About

Flutter desktop video player example based on libmdk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.2%
  • CMake 24.3%
  • Dart 18.1%
  • Swift 4.4%
  • C 2.5%
  • Ruby 1.6%
  • Other 2.9%