Reputation: 968
Video player libraries doesnt seem to work when ran with UWP with flag "Compile with .NET Native tool chain" turned on. Has anyone found a way to make them work with native?
Same data on debug mode and store environment.
I've tried two different video player libraries now, so I know its not the library and something to do with UWP Compile with .NET Native tool chain flag.
No exceptions or anything, just blank screen.
Upvotes: 0
Views: 33
Reputation: 968
I had to reference the video component renderer in the app.cs assemblies and now it works for .net native tool chain.
Upvotes: 1