Is playing videos in monogame a thing anymore??

I’m updating an older game to the latest version of monogame.
When I try to load a video

Video v = Content.Load<Video>("Video/myvideofile");

I get the following exception

System.MissingMethodException: ‘Method not found: ‘SharpDX.ComObject SharpDX.MediaFoundation.SourceResolver.CreateObjectFromURL(System.String, SharpDX.MediaFoundation.SourceResolverFlags, SharpDX.ComObject, SharpDX.MediaFoundation.ObjectType ByRef)’.’

How do I load a video? The Video class still exists so I don’t think they’ve completely removed them, have they? What are my options here?