We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6907479 commit ee5abecCopy full SHA for ee5abec
OneDrive-Cloud-Player/ViewModels/VideoPlayerPageViewModel.cs
@@ -248,7 +248,7 @@ private async Task PlayMedia(long startTime = 0)
248
string mediaDownloadURL = await RetrieveDownloadURLMedia(this.videoPlayerArgumentWrapper);
249
250
// Play the OneDrive file.
251
- MediaPlayer.Play(new Media(LibVLC, new Uri("http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/WhatCarCanYouGetForAGrand.mp4")));
+ MediaPlayer.Play(new Media(LibVLC, new Uri(mediaDownloadURL)));
252
253
if (MediaPlayer != null)
254
{
0 commit comments