I want to play videos in my MonoGame iOS and Android projects. I have tried the MonoGame VideoPlayer but it’s not working. I get System.NotImplementedException when I use VideoPlayer.GetTexture(); in my Android project, I have not yet tried on iOS.
Is it necessary to use a third party NuGet package or can I use MonoGame to play videos on iOS and Android?
In addition, I have tried MediaManager NuGet package version 1.2.2: https://github.com/Baseflow/XamarinMediaManager
But the problem with MediaManager is that the video is not displayed on my Android device, I can only hear the sound of the video: How can I display the Android video view on top of the game view?