Hello, I'm trying to play a video on my raspberry pi 3 B that I took with my cell phone in UWP via the XAML code below: <MediaElement x:Name="IntroCutscene" Source="ms-appx:///Assets/.....mp4" AutoPlay="True" MediaEnded="OnMovieComplete"/> However, when the video plays is is extremely choppy and the...