You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VideoControl= this.Template.FindName("MediaPlayer", this) as MediaUriElement;
var source = "url that can play video"
VideoControl.Source = new Uri(source);
VideoControl.Play();
And I got a exception: ”could not render any streams from the source Uri“
I don't have this problem on my development machine, but it happens on the client machine. how to solve
The text was updated successfully, but these errors were encountered:
VideoControl= this.Template.FindName("MediaPlayer", this) as MediaUriElement;
var source = "url that can play video"
VideoControl.Source = new Uri(source);
VideoControl.Play();
And I got a exception: ”could not render any streams from the source Uri“
I don't have this problem on my development machine, but it happens on the client machine. how to solve
The text was updated successfully, but these errors were encountered: