Play a video in a universal platform app

Started by
-1 comments, last by IromY44 8 years, 7 months ago

Hey guys!
I want to play a video in my UWP app, I'm using DirectX 11 with native c++ (without xaml). I tried this sample solution https://code.msdn.microsoft.com/windowsapps/media-engine-playback-ce1c82f0 but I had a problem with IMFMediaEngine::TransferVideoFrame; it failed when the d3d11 device was created with D3D_DRIVER_TYPE_SOFTWARE flag but it worked fine with D3D_DRIVER_TYPE_WRAP... I looked into it, I found out that it was a problem with NVIDIA Graphic cards.

Is there any other free solution to play a video to a D3D11 Texture in UWP apps ?
thank you guys smile.png !

This topic is closed to new replies.

Advertisement