

This plays media in your app, even when the app is in the background. NOTE: If you want to play music, you need only to create the media player as we did above, and call its “Play” method. First, on my main page, in XAML, I added the video view. In this demo, we will play video, and this is done just as you would do if you want to play audio.

Streaming media from sources that require authentication.Controlling media with VLC media player.Important things to consider when using VLC Media Player.Adding VLC Media Player to your Xamarin Forms project.The answer is simple, the native media players on each of these platforms are not powerful enough to handle certain scenarios like HLs streaming, Some file formats, and protocols… The VLC media player can be a great solution to implement these features in your app. You might ask yourself why do we need another media player, when Android and iOS have their native media players. Why Use VLC Media Player in Xamarin Forms
