We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974c077 commit e3e35f2Copy full SHA for e3e35f2
video_player/README.md
@@ -16,6 +16,11 @@ Then add the following option to your go-flutter [application options](https://g
16
flutter.AddPlugin(&video_player.VideoPlayerPlugin{}),
17
```
18
19
+The plugin uses a third party library to handle video to image decoding.
20
+The video decoding is done by [3d0c/gmf](https://github.com/3d0c/gmf), a go
21
+FFmpeg bindings.
22
+If you have trubble installing the plugin, checkout their [installation](https://github.com/3d0c/gmf#installation) procedure.
23
+
24
## :warning: Disclaimer :warning:
25
26
This plugin is available for educational purposes, and the go-flutter team isn't
0 commit comments