Hi,
I am working with Crossplatform Xamarin forms app. I have a list of Videos, and I want to play each video while clicking on it. Videos are from url. ex: "https://www.youtube.com/embed/5-ZPzkFgFqA" not the local one.
I have found some packages like "Rox.Xamarin.Video", "Plugin.MediaManager". But while trying to install these from NuGet , it is failed with some version compatible issue.
Could anyone please suggest me on how to do this?
Thanks in advance.