Skip to content

Commit e3e35f2

Browse files
committed
doc: installation go FFmpeg lib
1 parent 974c077 commit e3e35f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

video_player/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Then add the following option to your go-flutter [application options](https://g
1616
flutter.AddPlugin(&video_player.VideoPlayerPlugin{}),
1717
```
1818

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+
1924
## :warning: Disclaimer :warning:
2025

2126
This plugin is available for educational purposes, and the go-flutter team isn't

0 commit comments

Comments
 (0)