Pallavi Mahamuni

Pallavi Mahamuni

  • NA
  • 10
  • 2.6k

MediaPlayerLauncher play remote video of https link

Jul 17 2014 5:53 AM

In my project, Only authenticated users on the server can access the video file (link is https). I am getting error 'Sorry we can't play this file on your device'.
Below is code:-
MediaPlayerLauncher mediaPlayerLauncher = new MediaPlayerLauncher();
mediaPlayerLauncher.Media = new Uri(@"https link", UriKind.Absolute);
mediaPlayerLauncher.Show();

Please help