Open fengjiongmax opened 4 months ago
iOS: Changes were pushed in commit bf17565272f028ff5071a85884a0b2faede58d99
working macos port, changes pushed to commit 22089518a974c2f527c5dc993726fb836f895119
flutter also has official example project on how to use texture: https://github.com/flutter/flutter/tree/master/examples/texture
And we can reference this repository that uses appsink: https://github.com/hpdragon1618/flutter_gstreamer_player
This issue tracks my research on how to make Gstreamer work on iOS, macOS, Linux, and Windows ( have made the video display on Android work, see https://github.com/fengjiongmax/fltgst/issues/2#issuecomment-1950242588).
For Apple systems, flutter provides native view implementation in the documents: iOS and macOS, I think it will be similar workflows on Android, see this comment.
For Linux and Windows, my bet is on Texture widget, which is an OpenGL texture implementation, and there is already a project make it work with the native programming language that we can reference:https://github.com/alnitak/flutter_opengl .
I'm currently working on the iOS port, and will update the progress here.