Playing video on Android

Hello,

I am trying to play a video (mp4) on the Android platform but I am currently having some issues.

I have tried to use the VideoPlayer class as seen in this sample: https://github.com/CartBlanche/MonoGame-Samples/tree/master/VideoPlayer. However, I am just getting a blank screen and nothing seems to be happening.

I have had better success using the MediaPlayer class where I am able to hear the video but unable to view it. This is my first post and I am very new to working with Android and quite new to MonoGame too, so I don’t have a lot of experience.

Thanks.