Hello everyone!
First thing first, I’m new to Monogame. Anyway I’m working on a game for mobile and I need to display a video with some UI such as scrolling text, and some buttons on it.
I tried to use the Microsoft.Xna.Framework.Media.VideoPlayer class but it does’t seem to work on Android since a while according to some topics I saw here. So I manage to display my video using libvlcsharp, however the video is taking the full view and I can’t draw anything over it.
Is there a way to display video on mobile within Monogame? And if there is, how can I get back the video texture to display stuff over it?
Thanks in advance for the help I can get!