1
votes

Hello can anyone provide me good plugin or sample for video player implementation in xamarin forms? Req: 1) Player should have built in controller. 2) Should be able to show the video loading symbol 3) Video should have the video image with play button.

Can anyone help me pls?

2

2 Answers

1
votes

This is the one that I use and it supports Video source from file as well as stream source. So far, this is the best I found for Xamarin forms.

https://components.xamarin.com/gettingstarted/video-player

0
votes

Have a look at LibVLCSharp. Official VLC bindings for Xamarin/.NET.

Samples here: https://code.videolan.org/mfkl/libvlcsharp-samples

Disclaimer: I am the maintainer.