how to play GStreamer media on Flutter

1.5k Views Asked by At

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

2

There are 2 best solutions below

0
On

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.

0
On

If need gstreamer just use platformviews to embed and do the rendering using native android and ios. worked for me.