Search code examples
uwpuwp-xamlwindows-community-toolkit

How to play you tube video in UWP Apps


I have a requirement to play a youtube video in uwp app. I have tried using MediaPlayerElement but it gives error Unsupported Video Type. Does Anyone has an idea of how to do this in uwp apps.please share here


Solution

  • Hi After long research on google and suggested help here I come to a good solution using web view and IFrame , for now, this is working fine for me, if anyone has a better solution then kindly suggest. Please find complete code here https://github.com/dharmendrasingh88/UwpWork/tree/master/Player