how to play GStreamer media on Flutter

Viewed 419

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 Answers

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

Related