Reputation: 1
I have a WPF aplication that uses MediaUriElement in order to display WMV clips, this application works just fine on most computers running Win10 Pro
However on Win10 Enterprise it simply does not show the WMV file, no error or exception simply blank window is displayed.
running the WMV file outside the WPF application works fine on Windows Media player or VLC player.
if I replace MediaUriElement with MediaElement - it works, but I have to use the MediaUriElement since I play the WMV file in 24/7 loop for days and the simple MediaElement leeks memory after a few days.
I installed: K-Lite Codec Pack, directx , VLC - nothing helped
Any help would be most appreciated.
Upvotes: 0
Views: 96