Video player get texture returns null

When i try to play a video in monogames I get a null error message when i use Texture2D frameTex = videoPlayer.getTexture(); on PC.
“An unhandled exception of type ‘System.InvalidOperationException’ occurred in MonoGame.Framework.dll
Additional information: Platform returned a null texture”

Someone know something i do wrong?

Is this with DirectX or OpenGL?

Hi, sorry for late answer! it is with DirectX

Have you solved that problem because I’m in the same situation.

Are you trying to play an .MP4 video?

I’ve tried with a .WMV and it works fine the problem is with the .MP4 files.