VideoPlayer.GetTexture() not working

Hi !

I’m trying to play a video in my app but it’s not working.

When I call VideoPlayer.Play(myVideo), the sound of the video is working, but when I call VideoPlayer.GetTexture() (in the Draw method), I get an exception : “System.InvalidOperationException: Platform returned a null texture”

I don’t know what to do and I can’t find any answers.

The platform is WindowsDX and the video is just an MP4 …