How can I play videos in MonoGame iOS and MonoGame Android projects?
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.