Page 1 of 1

UWP video playback is choppy

Posted: Tue Jan 01, 2019 6:27 pm
by pgrigs
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:

Code: Select all

<MediaElement x:Name="IntroCutscene" Source="ms-appx:///Assets/.....mp4" AutoPlay="True" MediaEnded="OnMovieComplete"/>
However, when the video plays is is extremely choppy and there is like a split second pause between each frame of the video. Anyone know if it's possible to play videos without this delay?