I want to know how can I get GStreamer to work on Flutter application to show a video on media player. Any help and tips would be appriciated
I want to know how can I get GStreamer to work on Flutter application to show a video on media player. Any help and tips would be appriciated
Do you really need GStreamer on the device to play the video? The main point is the source of the video - you can play:
without GStreamer at all.
If need gstreamer just use platformviews to embed and do the rendering using native android and ios. worked for me.