Hi there,
I have got everything setup in my WPF application, however I cannot figure out how to play Youtube videos.
When I run the application I can see only a black screen.
Code: Select all
VideoPlayer.MediaPlayer.Play(new Uri(youtubeUrl));
What is required in order to play youtube links?