Open droprose opened 7 years ago
Hello droprose,
Have you find any solution. I am getting this exception while using var url = await YouTube.GetVideoUriAsync(youTubeId, YouTubeQuality.Quality720P);
MyToolkit.Multimedia.YouTubeUriNotFoundException: No matching YouTube video or audio stream URI could be found. The video may not be available in your country, is private or uses RTMPE (protected streaming).
I have a mediaelement to play youtube with XAML and code below: XAML:
Code:
I'm having trouble, ie can not play youtube with error message : Unsopported video type or invalid file path How to handle it?