hashimks
hashimks

Reputation: 1225

Video player for xamarin forms

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?

Upvotes: 1

Views: 856

Answers (2)

mfkl
mfkl

Reputation: 2159

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.

Upvotes: 0

Habeeb
Habeeb

Reputation: 8007

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

Upvotes: 1

Related Questions