support flutter gstreamer player for android

This commit is contained in:
hpdragon
2022-08-21 15:57:09 +07:00
parent 0bc07eed97
commit d6034e51f8
41 changed files with 5263 additions and 20 deletions
+10 -2
View File
@@ -1,12 +1,20 @@
# GStreamer Player Plugin
A GStreamer-powered alternative to Flutter's video_player that support Linux.
A GStreamer-powered alternative to Flutter's video_player that support Linux and Android.
![](doc/screenshot.png)
## Installation
Follow GStreamer's [Install on Linux](https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c) instuction
### Linux
Follow GStreamer's [Install on Linux](https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c) instuction.
### Android
Follow GStreamer's [Install on Android](https://gstreamer.freedesktop.org/documentation/installing/for-android-development.html?gi-language=c) instuction.
This source code has been tested with gstreamer 1.20.1 [prebuild binary](https://gstreamer.freedesktop.org/data/pkg/android/)
## Getting Started