Skip to content

MediaUriElement cannot render #107

@bourne-3

Description

@bourne-3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions