I made an app with WPF CORE, everything is ready, some parts don't work when I create MSIX package. It has a video player that works with FFMPEG. iam using this video player:
" FFME.Windows https://www.nuget.org/packages/FFME.Windows "
I downloaded FFMPEG dlls and put it in the app,
It works in Debug and Release, but it doesn't work when I get the MSIX package.
what should i do ?