Open premingiet opened 4 years ago
omxplayer_video_player
is just a platform interface for the official video_player
plugin.
You use it as follows:
OmxplayerVideoPlayer.useAsImplementation();
in your App's main
functionvideo_player
to playback your videos, or optionally some higher level players. (I don't recommend Chewie though, it has terrible performance and does some things that aren't really compatible with omxplayer_video_player
)
There is no example or documentation on adding omxplayer to widget tree of my app. could you please help ?