How to play video and audio from separate URLs in UWP app?
问题 I'm trying to create a video player for a UWP Desktop App. I not able to play a video and audio from different URLs. I have given my code below but I haven't given audio and video URLs. I'm using a Xampp local server for my case. Please Help Me. My MainPage.xaml.cs : namespace my_video_player { public sealed partial class MainPage : Page { MediaPlayer video_player; MediaSource mediaSource_video; MediaSource mediaSource_audio; public MainPage() { this.InitializeComponent(); video_player = new